Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add durableStorage to allowed permissions #5295

Merged
merged 4 commits into from
Sep 16, 2021
Merged

Commits on Sep 16, 2021

  1. Add durableStorage to allowed permissions

    Please tell me if I've got the wrong end of the stick, I'm totally operating under guess work. I'd like to be able to use indexeddb. I've found "durableStorage" [here](https://chromium-review.googlesource.com/c/chromium/src/+/1185877/4/content/browser/devtools/protocol/browser_handler.cc#120).
    
    I can also see it in the dart puppeteer: https://pub.dev/documentation/puppeteer/latest/protocol_browser/PermissionType-class.html (along with a bunch of others).
    
    So I was hoping it was as simple as just adding to this list.
    mushishi78 authored and jschfflr committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    0beb217 View commit details
    Browse the repository at this point in the history
  2. Add docs and test for durable storage

    mushishi78 authored and jschfflr committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    61742b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9181d7 View commit details
    Browse the repository at this point in the history
  4. chore: eslint-fix

    jschfflr committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    bf0d88f View commit details
    Browse the repository at this point in the history