- From: Joshua Bell <notifications@github.com>
- Date: Thu, 06 Jun 2019 17:18:52 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 7 June 2019 00:19:15 UTC
"includes" is reserved word in WebIDL, so a method with that name
needs to be escaped with a leading underscore in IDL fragments.
This confuses Bikeshed (tabatkins/bikeshed#1489) so manually
correct the link. Also, the 2.0 version of the IDB spec had a note
which gave context for this; transplant that to the 3.0 version.
Resolves #270
You can view, comment on, or merge this pull request online at:
https://github.com/w3c/IndexedDB/pull/273
-- Commit Summary --
* Editorial: Fix _includes link, add note.
-- File Changes --
M index.bs (6)
-- Patch Links --
https://github.com/w3c/IndexedDB/pull/273.patch
https://github.com/w3c/IndexedDB/pull/273.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/pull/273
Received on Friday, 7 June 2019 00:19:15 UTC