Method: Browser::HTTP::Request#asynchronous!
- Defined in:
- opal/browser/http/request.rb
permalink #asynchronous! ⇒ Object
Make the request asynchronous.
101 102 103 |
# File 'opal/browser/http/request.rb', line 101 def asynchronous! @asynchronous = true end |