Method: Browser::HTTP::Request#synchronous!
- Defined in:
- opal/browser/http/request.rb
#synchronous! ⇒ Object
Make the request synchronous.
106 107 108 |
# File 'opal/browser/http/request.rb', line 106 def synchronous! @asynchronous = false end |