- From: Max Schulte <notifications@github.com>
- Date: Mon, 07 Dec 2020 00:55:39 -0800
- To: whatwg/storage <storage@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 7 December 2020 08:55:51 UTC
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