Method: Browser::HTTP::Request#asynchronous?

Defined in:
opal/browser/http/request.rb

#asynchronous?Boolean

Check the request is asynchronous.

Returns:

  • (Boolean)
[View source]

91
92
93
# File 'opal/browser/http/request.rb', line 91

def asynchronous?
  @asynchronous
end