mdn / sprints

Archived: MDN Web Docs issues are tracked in the content repository.
https://github.com/mdn/content
Creative Commons Zero v1.0 Universal
149 stars 142 forks source link

[WebAPI] Remove AppCache #3901

Closed chrisdavidmills closed 3 years ago

chrisdavidmills commented 3 years ago

Acceptance criteria

    • [x] The listed features are documented sufficiently on MDN
    • [x] Interactive example and data repos are updated if appropriate - Not applicable
    • [x] The content has been reviewed as needed

Features to document

  1. Removal of AppCache

Related Gecko bugs

    • [x] Disable appcache in release — nice to finally get rid of this! We mainly just need to update BCD, and think about if there is anything else we want to remove.

For folks helping with Firefox-related documentation features — make sure above AC have been done, but also:

hamishwillee commented 3 years ago
    • [x] The listed features are documented sufficiently on MDN
        • [x] Using the application cache - only relevant doc
        • I updated note to say "do not use" (rather than just strong recommendation) and that feature is "removed in FF84". The note is now up the top of the page ahead of the deprecation macros, because to my mind it is more important than those.
        • Added "further info" link to useful blog https://web.dev/appcache-removal/
    • [x] Interactive example and data repos are updated if appropriate.
      • Not applicable (none present)
    • [x] The content has been reviewed as needed
    • [x] Set bugs to dev-doc-complete
    • I added note about changes here, but @chrisdavidmills you will need to add the labels dev-doc-complete
    • [x] Add entry to Firefox experimental features page if feature is not yet enabled in release

@chrisdavidmills This is ready for review. Note

Rumyra commented 3 years ago

This all looks great to me 👍 thank you @hamishwillee !

I agree about the support article. I am running 84 and can still flip the pref.

chrisdavidmills commented 3 years ago

This is looking great, thanks @hamishwillee .

The only extra thing I did was to update https://wiki.developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API/Using_Service_Workers#The_premise_of_service_workers — the note talked about AppCache still being available.

Closing!

hamishwillee commented 3 years ago

Thanks. How did you find that mention of AppCache? Just knowing it might be mentioned? Normally I try search to find these things, but not all that reliable on MDN.

chrisdavidmills commented 3 years ago

I just know about it because I wrote it ;-)