ladybird/Libraries/LibWeb/HTML/WindowDeprecated.idl

10 lines
255 B
Text
Raw Normal View History

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