File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 4
4
* Compiler: use a Wasm text files preprocessor (#1822 )
5
5
* Compiler: support for OCaml 4.14.3+trunk (#1844 )
6
6
* Runtime: support more Unix functions (#1829 )
7
+ * Runtime: remove polyfill for Map to simplify MlObjectTable implementation (#1846 )
8
+ * Runtime: refactor caml_xmlhttprequest_create implementation (#1846 )
7
9
8
10
# 6.0.1 (2025-02-07) - Lille
9
11
Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ Features are grouped by ECMAScript version.
27
27
- [ Compatibility] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray#browser_compatibility )
28
28
- To implement bigarray
29
29
30
+ ### Map
31
+
32
+ - [ Compatibility] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map#browser_compatibility )
33
+
30
34
## ECMAScript 2016
31
35
32
36
### async function
@@ -47,6 +51,7 @@ Features are grouped by ECMAScript version.
47
51
- Polyfilled in the repository
48
52
49
53
### BigInt
54
+
50
55
- [ Compatibility] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt#browser_compatibility )
51
56
- For Wasm_of_ocaml
52
57
@@ -58,6 +63,12 @@ Features are grouped by ECMAScript version.
58
63
- To implement weak and ephemeron
59
64
- Optional
60
65
66
+ ## Web APIs
67
+
68
+ ### XMLHttpRequest
69
+
70
+ - [ Compatibility] ( https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest#browser_compatibility )
71
+
61
72
## Node.js
62
73
63
74
### Built-in modules with ` node: ` prefix
You can’t perform that action at this time.
0 commit comments