- From: Han Leon via GitHub <sysbot+gh@w3.org>
- Date: Wed, 12 Jun 2019 03:09:23 +0000
- To: public-web-nfc@w3.org
leonhsl has just created a new issue for https://github.com/w3c/web-nfc:
== NFCReadingEvent has an attribute with a type of dictionary? ==
http://w3c.github.io/web-nfc/#dom-nfcreadingevent defines
`interface NFCReadingEvent : Event {
readonly attribute NDEFMessage message;
};
`
but https://heycam.github.io/webidl/#idl-dictionaries says
> Dictionaries must not be used as the type of an attribute or constant.
Please view or discuss this issue at https://github.com/w3c/web-nfc/issues/232 using your GitHub account
Received on Wednesday, 12 June 2019 03:09:25 UTC