mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-20 19:00:25 +00:00
10 lines
255 B
Text
10 lines
255 B
Text
|
|
#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;
|
||
|
|
};
|