[whatwg/storage] Ensure storage endpoints are defined as storage endpoints (#90)

A number of specifications need updating:

- [ ] localStorage
- [ ] sessionStorage
- [ ] Indexed DB
- [ ] Service Workers
- [ ] Cache API
- [ ] WebRTC's deviceId https://github.com/w3c/mediacapture-main/issues/675 (this probably should have its own identifier, but should it also be exposed given how small it is?)

Clear-Site-Data talks about
* AppCache (hopefully gone this year)
* WebSQL (non-standard)
* File System (non-standard)
* Plugin data (hopefully gone this year?!)

(In some discussions shared workers and BroadcastChannel are lumped into this set, but technically their lifetime is shorter.)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/storage/issues/90

Received on Friday, 15 May 2020 11:41:03 UTC