Re: [web-nfc] URL objects

Right now we have
```webidl
[NoInterfaceObject]
interface NFCMessage {
    readonly    attribute USVString     scope;
    readonly    attribute sequence<any> data;
    // (DOMString or URL or Blob or JSON)
};
```
and this needs some update now, but the types are perfectly 
determinable for writing.
If we want to be strict, we can do what @domenic suggests.

-- 
GitHub Notif of comment by zolkis
See https://github.com/w3c/web-nfc/issues/26#issuecomment-129879818

Received on Tuesday, 11 August 2015 13:50:10 UTC