Skip to content

Commit 8f0aab9

Browse files
committed
switch to latest core-js snapshot
1 parent 8c93c08 commit 8f0aab9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<htmlunitcsp.version>3.11.0</htmlunitcsp.version>
3030
<htmlunitneko.version>4.0.0-SNAPSHOT</htmlunitneko.version>
3131
<htmlunitxpath.version>3.11.0</htmlunitxpath.version>
32-
<htmlunitcorejs.version>3.12.0-SNAPSHOT</htmlunitcorejs.version>
32+
<htmlunitcorejs.version>4.0.0-SNAPSHOT</htmlunitcorejs.version>
3333
<htmlunitwebsocketclient.version>3.12.0-SNAPSHOT</htmlunitwebsocketclient.version>
3434

3535
<httpcomponents.version>4.5.14</httpcomponents.version>

src/changes/changes.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
Jetty 9 websocket-client.
1919
</action>
2020

21+
<action type="fix" dev="RhinoTeam">
22+
core-js: [Symbol.species] for Promise fixed'.
23+
</action>
24+
<action type="add" dev="RhinoTeam">
25+
core-js: [Symbol.species] support improved.
26+
</action>
2127
<action type="fix" dev="rbri" issue="#742">
2228
Stubs for element.scroll()/scrollBy()/scrollTo() added.
2329
</action>

0 commit comments

Comments
 (0)