Skip to content

Commit d19b9ea

Browse files
committed
docu and typos
1 parent 5a75d97 commit d19b9ea

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

src/changes/changes.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88

99
<body>
1010
<release version="5.0.0" date="April 01, 2026" description="jdk17, Bugfixes">
11+
<action type="add" dev="RhinoTeam">
12+
core-js: DataView BigInt64 and BigUInt64 support added
13+
</action>
14+
<action type="update" dev="RhinoTeam">
15+
core-js: isConstructor check fixed and improved
16+
</action>
17+
<action type="update" dev="RhinoTeam">
18+
core-js: major performance improvement for RegExp.prototype[Symbol.split] and RegExp.prototype[Symbol.replace]
19+
</action>
1120
<action type="update" dev="rbri">
1221
core-js: improve the Number.toLocaleString() implementation; drop our own version
1322
</action>

src/main/java/org/htmlunit/javascript/host/event/PointerEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public double getAzimuthAngle() {
219219
*/
220220
@JsxGetter
221221
public double getPersistentDeviceId() {
222-
// dummy but valid regarding to the spec
222+
// dummy but valid regarding the spec
223223
// https://w3c.github.io/pointerevents/#dom-pointerevent-persistentdeviceid
224224
return 0d;
225225
}

0 commit comments

Comments
 (0)