feat: add durableStorage to allowed permissions (#5295)

This commit is contained in:
Max White
2021-09-16 11:35:36 +01:00
committed by GitHub
parent 54c4318016
commit eda5171279
3 changed files with 15 additions and 0 deletions

View File

@@ -1094,6 +1094,7 @@ Creates a new page in the browser context.
- `'clipboard-read'`
- `'clipboard-write'`
- `'payment-handler'`
- `'persistent-storage'`
- returns: <[Promise]>
```js