mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 02:05:07 +02: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
|