-
Notifications
You must be signed in to change notification settings - Fork 440
fix: waitUntil
and transaction
type
#1326
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
Conversation
susiwen8
commented
May 4, 2022
- close missing: transaction durability in indexeddb TypeScript#48601
- close webworker: waitUntil should require a Promise TypeScript#48553
Thanks for the PR! This section of the codebase is owned by @saschanaz - if they write a comment saying "LGTM" then it will be merged. |
Thanks for helping. |
Thanks! |
There is a reason that But strictly requiring a promise seems to make a sense in this case. |
Yes, I saw you commit 3 years ago. |
Whenever MDN says a promise as a parameter it means anything. I'll file a bug there. |
So I should change |
You can keep it, but you need to follow what @HolgerJeromin said to fix the test failure: #1326 (comment) |
@saschanaz Tests passed. Please take a look. |
It's still running 😉 (Please don't ping for test results, I'll look when I can.) |
lgtm (Checking if this repo supports automerge) (Oops, it finished right after this comment.) |
Merging because @saschanaz is a code-owner of all the changes - thanks! |