Method: Browser::HTTP::Request#cacheable?
- Defined in:
- opal/browser/http/request.rb
#cacheable? ⇒ Boolean
Check if the request is cacheable.
121 122 123 |
# File 'opal/browser/http/request.rb', line 121 def cacheable? @cacheable end |