Re: [w3c/IndexedDB] IDBKeyRange.includes or IDBKeyRange._includes? (#270)

The method is `includes()` in usage (and hence but since `includes` is a reserved word in IDL the IDL needs to have the underscore prefix:

See: https://heycam.github.io/webidl/#idl-names

Per #226 bikeshed should handle this... seems like there's still a glitch somewhere though.


-- 
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/issues/270#issuecomment-499699531

Received on Thursday, 6 June 2019 23:04:40 UTC