- From: Tab Atkins Jr. <notifications@github.com>
- Date: Thu, 18 Jan 2018 13:26:47 -0800
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 18 January 2018 21:27:16 UTC
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