-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix promise availability for storage API
We began to add promise support for the storage API in Chrome 88 [1], but this was reverted and we didn't finish implementation until Chrome 95 [2]. This caused some issues with our version detection. I'm not a huge fan of the approach here, but this felt like a good balance between a hardcoded exception in the actual generation code and not overengineering something for this one case. [1] https://chromiumdash.appspot.com/commit/84869dc2d4381fe85fd71d5f41289de26caeb406 [2] https://chromiumdash.appspot.com/commit/4300dde73a5036bee8d7c00944fda7e8dc5df8d4
- Loading branch information
1 parent
351aa4d
commit 0760d45
Showing
4 changed files
with
40 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters