Method: Browser::HTTP::Request#asynchronous?
- Defined in:
- opal/browser/http/request.rb
permalink #asynchronous? ⇒ Boolean
Check the request is asynchronous.
91 92 93 |
# File 'opal/browser/http/request.rb', line 91 def asynchronous? @asynchronous end |