Re: [web-nfc] NFCReadingEvent has an attribute with a type of dictionary? (#232)

`NDEFRecordData` is an IDL union type, which can not be marked as `[NewObject](https://heycam.github.io/webidl/#NewObject)` or `[SameObject](https://heycam.github.io/webidl/#SameObject)`.
In implementation we just return a copy of `NDEFRecordData` each time, just like handling a String attribute.
I'd prepare a CL for review soon.

-- 
GitHub Notification of comment by leonhsl
Please view or discuss this issue at https://github.com/w3c/web-nfc/issues/232#issuecomment-507498055 using your GitHub account

Received on Tuesday, 2 July 2019 02:56:36 UTC