- From: Boris Zbarsky via GitHub <sysbot+gh@w3.org>
- Date: Mon, 12 Dec 2016 21:04:44 +0000
- To: public-web-bluetooth-log@w3.org
bzbarsky has just created a new issue for https://github.com/WebBluetoothCG/web-bluetooth: == maplike handling is really weird == There are various parts of this spec that attempt to define what the "map entries" are for maplikes in terms of a Map. But maplikes already have a Map whose [[MapData]] is defined to be the "map entries". See https://heycam.github.io/webidl/#es-maplike So whatever you're doing with `[[data]]` right now should instead be done by manipulating the `[[BackingMap]]`, I would think. And you need to specify exactly how you manipulate it, of course. Please view or discuss this issue at https://github.com/WebBluetoothCG/web-bluetooth/issues/340 using your GitHub account
Received on Monday, 12 December 2016 21:04:53 UTC