mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-22 16:09:23 +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.
3 lines
139 B
Text
3 lines
139 B
Text
document.clear() returns undefined: true
|
|
document.captureEvents() returns undefined: true
|
|
document.releaseEvents() returns undefined: true
|