We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf6095 commit c930dc3Copy full SHA for c930dc3
ChangeLog.md
@@ -23,6 +23,9 @@ See docs/process.md for more on how version tagging works.
23
- The file system was updated to independently track atime, mtime and ctime
24
instead of using the same time for all three. (#22998)
25
- The minimum supported chrome version was bumped from 32 to 33. (#23077)
26
+- Emscripten-generated code will now use async/await internally when loading
27
+ the Wasm module. This will be lowered away by babel when targeting older
28
+ browsers. (#23068)
29
30
3.1.73 - 11/28/24
31
-----------------
0 commit comments