Method: Browser::HTTP::Request#synchronous?
- Defined in:
- opal/browser/http/request.rb
#synchronous? ⇒ Boolean
Check the request is synchronous.
96 97 98 |
# File 'opal/browser/http/request.rb', line 96 def synchronous? !@asynchronous end |