Skip to content

Commit 46b4ca8

Browse files
smorimotohhugo
authored andcommitted
Update CHANGES.md and ECMASCRIPT.md
Signed-off-by: Sora Morimoto <sora@morimoto.io>
1 parent f678b83 commit 46b4ca8

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* Compiler: use a Wasm text files preprocessor (#1822)
55
* Compiler: support for OCaml 4.14.3+trunk (#1844)
66
* 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)
79

810
# 6.0.1 (2025-02-07) - Lille
911

ECMASCRIPT.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ Features are grouped by ECMAScript version.
2727
- [Compatibility](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray#browser_compatibility)
2828
- To implement bigarray
2929

30+
### Map
31+
32+
- [Compatibility](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map#browser_compatibility)
33+
3034
## ECMAScript 2016
3135

3236
### async function
@@ -47,6 +51,7 @@ Features are grouped by ECMAScript version.
4751
- Polyfilled in the repository
4852

4953
### BigInt
54+
5055
- [Compatibility](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt#browser_compatibility)
5156
- For Wasm_of_ocaml
5257

@@ -58,6 +63,12 @@ Features are grouped by ECMAScript version.
5863
- To implement weak and ephemeron
5964
- Optional
6065

66+
## Web APIs
67+
68+
### XMLHttpRequest
69+
70+
- [Compatibility](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest#browser_compatibility)
71+
6172
## Node.js
6273

6374
### Built-in modules with `node:` prefix

0 commit comments

Comments
 (0)