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

The `NDEFRecordData` should still be returned by a getter method rather than being an attribute. The reason for that is that it prevents script from trying to modify the object. Each call to `data()` (or whatever we call it) returns a new object.

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

Received on Monday, 1 July 2019 20:20:24 UTC