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