Re: [web-nfc] Consider removing .nfc namespace

@kenchris Someting like this?

```javascript
partial interface Navigator {
  Promise<NFC> requestNFC();
};

interface NFC {
  push
  cancel
  watch
  unwatch
};
```

-- 
GitHub Notif of comment by alexshalamov
See https://github.com/w3c/web-nfc/issues/67#issuecomment-150531805

Received on Friday, 23 October 2015 09:55:53 UTC