Re: [w3c/IndexedDB] Web IDL syntax error? (#226)

Yes, exactly. You can write `boolean _includes(any key)` instead - the leading `_` is stripped from the identifier, and functions as an escaping mechanism.

(Once you switch to using a `_` prefix, Bikeshed should handle things for you automatically; `{{includes()}}` should work fine.)

-- 
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/226#issuecomment-358786887

Received on Thursday, 18 January 2018 21:27:16 UTC