ladybird/Libraries/LibWeb/HTML/WindowDeprecated.idl

8 lines
226 B
Text
Raw Normal View History

2026-01-20 10:36:21 -03:00
// https://html.spec.whatwg.org/multipage/obsolete.html#external
partial interface Window {
undefined captureEvents();
undefined releaseEvents();
[Replaceable, SameObject] readonly attribute External external;
};