w3c / IndexedDB

Indexed Database API
https://w3c.github.io/IndexedDB/
Other
243 stars 62 forks source link

Editorial: Call out browser versions for new features #321

Closed inexorabletash closed 4 years ago

inexorabletash commented 4 years ago

While the spec is in "draft" mode, it has banners indicating what's new, e.g.:

🚧 The databases() method is new in this edition. 🚧

While v2 was in draft I called out when new features appeared in the various browsers. Trying that again this time. I used wpt.fyi to figure out support, then investigated dates as best I could...

@asutherland - can you verify the Firefox date (commit() is new in 75 per wpt.fyi I think?)

@aliams - can you verify the Edge dates? I'm assuming anything coming in Chrome 82 will be in Edge 82, and anything that appeared prior to Chrome 79 will would have first appeared in Edge 79 ?

Thanks!


Preview | Diff

aliams commented 4 years ago

Yes, that's correct 👍