| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Verified with Anne that this is the correct behavior - here is the relevant reference https://heycam.github.io/webidl/#define-the-unforgeable-regular-attributes |
Sorry, something went wrong.
|
|
||
| { | ||
| const ev = new Event('foo'); | ||
| deepStrictEqual(Object.keys(ev), ['isTrusted']); |
There was a problem hiding this comment.
should this include a test that the value cannot be changed? I assume that's likely covered in the WPT tho?
Sorry, something went wrong.
There was a problem hiding this comment.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
|
Experimental fixups to an unreleased feature... 👍 to fast track |
Sorry, something went wrong.
PR-URL: nodejs#33616 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Anna Henningsen <anna@addaleax.net>
PR-URL: #33616 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Anna Henningsen <anna@addaleax.net>
PR-URL: #33616 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Anna Henningsen <anna@addaleax.net>
| Back | FazBrowse Home | New Git URL |
Another quick one as I look for deltas before adding the WPTs.
TIL about https://heycam.github.io/webidl/#LegacyUnforgeable
Also I asked about this behavior on #whatwg to make sure I got it right (Edge behaves differently from Chrome and Firefox here)
Checklist