[whatwg/storage] Change permission property access status to state (#117)

Browser vendors implemented the permission objects property `status` with `state`.

```
navigator.permissions.query({name: "persistent-storage"}).then(permission => console.log(permission.state, permission))
```

You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/storage/pull/117

-- Commit Summary --

  * Change permission property access status to state

-- File Changes --

    M review-drafts/2020-08.bs (4)

-- Patch Links --

https://github.com/whatwg/storage/pull/117.patch
https://github.com/whatwg/storage/pull/117.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/storage/pull/117

Received on Monday, 7 December 2020 08:55:51 UTC