Re: [web-nfc] scan() should validate NDEFScanOptions#{recordType,mediaType} (#437)

I totally agree, they should be for the same record, otherwise there is not much sense in adding a filter.

Maybe it should make the filter more explicit and allow multiple?

```js
{ filter: [ { recordType: "mime"}, { recordType: "url", id: "example.com" } ] }
```

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

Received on Friday, 13 December 2019 09:37:03 UTC