blob: f406bb24bac1944618a8218cd560e4390aae56a6 [file] [log] [blame]
partial interface DOMWindow {
attribute DOMWindowConstructor DOMWindow;
attribute ExposedStarConstructor ExposedStar;
attribute ExposedToWorkerAndWindowConstructor ExposedToWorkerAndWindow;
attribute TestConditionalIncludesConstructor TestConditionalIncludes;
attribute TestConditionallyReadWriteConstructor TestConditionallyReadWrite;
attribute TestDefaultToJSONConstructor TestDefaultToJSON;
attribute TestDefaultToJSONFilteredByExposedConstructor TestDefaultToJSONFilteredByExposed;
attribute TestEnabledBySettingConstructor TestEnabledBySetting;
[EnabledForContext, SecureContext] attribute TestEnabledForContextConstructor TestEnabledForContext;
[Conditional=Condition1|Condition2] attribute TestInterfaceConstructor TestInterface;
attribute TestNodeConstructor TestNode;
attribute TestObjConstructor TestObject;
attribute TestPromiseRejectionEventConstructor TestPromiseRejectionEvent;
};