WICG / shared-storage

Explainer for proposed web platform Shared Storage API
Other
84 stars 18 forks source link

Window setter/deleter methods don't match up with any Web IDL #146

Open domfarolino opened 2 months ago

domfarolino commented 2 months ago

All of the references to set(), append(), delete(), clear() (in https://wicg.github.io/shared-storage/#window-setter) do not link to any Web IDL definition. I think they should all link to the methods starting from https://wicg.github.io/shared-storage/#dom-sharedstorage-set, but for some reason they don't. @xyaoinum can you fix this?