-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
fix: add ECMAScript Explicit Resource Management to Resource #14103
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
base: dev
Are you sure you want to change the base?
Conversation
Package Changes Through b47839dThere are 5 changes which include tauri-cli with minor, tauri-bundler with minor, tauri-utils with minor, @tauri-apps/api with minor, @tauri-apps/cli with minor Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
Thanks for bring this up! I have one question though, I believe
|
Not only older browsers but webkit as a whole as well which means this is a Windows only change. |
Technically it's a coming soon https://webkit.org/blog/16993/news-from-wwdc25-web-technology-coming-this-fall-in-safari-26-beta/ but yeah, this is still useful for people using the transpiler/polyfill themselves though |
hmm true but having macos 26 as a minimum version sounds a bit problematic (and who knows when/if linux follows) |
Add ECMAScript Explicit Resource Management to Resource.
This makes the await using work: