Closed Bug 1355446 Opened 8 years ago Closed 8 years ago

Documentation wrongly claims POST not cacheable.

Categories

(Developer Documentation Graveyard :: API: Web Workers, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: bbsimonbb, Assigned: cmills)

Details

User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36 Steps to reproduce: Browsed to this page https://developer.mozilla.org/en-US/docs/Web/API/Cache Actual results: I was presented with the following outrageous claim: "Note: Cache.put, Cache.add, and Cache.addAll only allow GET requests to be stored in the cache." Expected results: I should have been told the good news that my locally created media can be stored (in the request object) and retrieved from the cache without a network connection. According to [the W3C spec](https://www.w3.org/TR/service-workers/#cache), section 5.4.4, the GET restriction only applies for insecure origins.
I have removed that outrageous claim! thanks ;-)
Assignee: nobody → cmills
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.