mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
This change adds the `captureEvents()` and `releaseEvents()` methods to the window object. These methods are obsolete, but are still included in the HTML specification, which says they must do nothing.
3 lines
94 B
Plaintext
3 lines
94 B
Plaintext
window.captureEvents() returns undefined: true
|
|
window.releaseEvents() returns undefined: true
|