mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-12 20:41:24 +00:00
Enable structural mode for all operations if there is a Global extended attribute on the interface
This commit is contained in:
committed by
Alex Crichton
parent
90579416cf
commit
ebab7d9fc8
4
crates/web-sys/webidls/enabled/Window.webidl
vendored
4
crates/web-sys/webidls/enabled/Window.webidl
vendored
@ -25,7 +25,9 @@
|
||||
// interface XULControllers;
|
||||
|
||||
// http://www.whatwg.org/specs/web-apps/current-work/
|
||||
[PrimaryGlobal, LegacyUnenumerableNamedProperties, NeedResolve]
|
||||
[Global=Window,
|
||||
Exposed=Window,
|
||||
LegacyUnenumerableNamedProperties]
|
||||
/*sealed*/ interface Window : EventTarget {
|
||||
// the current browsing context
|
||||
[Unforgeable, Constant, StoreInSlot,
|
||||
|
Reference in New Issue
Block a user