Method: Browser::HTTP::Request#no_cache!
- Defined in:
- opal/browser/http/request.rb
#no_cache! ⇒ Object
Disable caching for this request.
126 127 128 |
# File 'opal/browser/http/request.rb', line 126 def no_cache! @cacheable = false end |