Method: Browser::HTTP::Request#asynchronous!

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

#asynchronous!Object

Make the request asynchronous.

[View source]

101
102
103
# File 'opal/browser/http/request.rb', line 101

def asynchronous!
  @asynchronous = true
end