File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
main/java/org/htmlunit/javascript/host/event Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments