- From: Max Schulte <notifications@github.com>
- Date: Mon, 07 Dec 2020 23:41:53 -0800
- To: whatwg/storage <storage@noreply.github.com>
- Cc: Push <push@noreply.github.com>
Received on Tuesday, 8 December 2020 07:42:05 UTC
@MaxOSchulte pushed 1 commit. 8f2a29a52e9e87fb09f54ecc83877210b56b395f Change permission property access status to stateBrowser vendors implemented the permission objects property `status` with `state`.```navigator.permissions.query({name: "persistent-storage"}).then(permission => console.log(permission.state, permission))``` -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/whatwg/storage/pull/117/files/f51c99604af0c13d40f10b13b197dd9d2b42a41f..8f2a29a52e9e87fb09f54ecc83877210b56b395f
Received on Tuesday, 8 December 2020 07:42:05 UTC