- From: Joshua Bell <notifications@github.com>
- Date: Mon, 10 Aug 2015 12:57:26 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
Received on Monday, 10 August 2015 19:58:19 UTC
Imported from https://www.w3.org/Bugs/Public/show_bug.cgi?id=28067 Relevant bits: * Adding _Array.prototype.contains_ to ECMAScript is not Web-compatible; ES7 proposes _Array.prototoype.includes_ instead which is nice but not helpful here * Web IDL has grown `FrozenArray<>` which is what newfangled specs would use * Recent public-script-coord thread https://lists.w3.org/Archives/Public/public-script-coord/2015AprJun/0060.html suggests: * Let's gather metrics and see what we are forced to maintain - `contains`, `item`, both or neither - on each usage of _DOMStringList_ * If necessary, let's add something to WebIDL like `FrozenArrayWithContains<>` --- Reply to this email directly or view it on GitHub: https://github.com/w3c/IndexedDB/issues/28
Received on Monday, 10 August 2015 19:58:19 UTC