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