-
Notifications
You must be signed in to change notification settings - Fork 18
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
feat(fake-browser): Upgrade webextension-polyfill
types to 0.10.5
#46
feat(fake-browser): Upgrade webextension-polyfill
types to 0.10.5
#46
Conversation
Hello @aklinker1. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for opening a PR!
Since the session storage needs to raise the version of @types/webextension-polyfill to 0.10.5,
we also need to mock the new methods unrelated to the session storage, otherwise caused the type check to fail.
Should I do that in this PR?
Yeah, we should do that in this PR as well. I updated the PR title to reflect this.
webextension-polyfill
types to 0.10.5
Co-authored-by: Aaron <[email protected]>
Co-authored-by: Aaron <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks for making this. I'll get it merged and released once I get the checks passing 👍
solved #45