fix: add ECMAScript Explicit Resource Management to Resource#14103
fix: add ECMAScript Explicit Resource Management to Resource#14103ddosakura wants to merge 4 commits into
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: