wasm-bindgen/crates/web-sys/webidls/enabled/nsISupports.webidl
Nick Fitzgerald 703e2a3fbe web-sys: Fix typedef of nsISupports
The JS Object type is named "object" in webidl, not "Object".
2018-08-15 16:57:23 -07:00

5 lines
205 B
Plaintext
Vendored

// `nsISupports` is a Gecko thing that can be queried if it implements some
// interface. We can query anything via `JsCast`, so it is good enough to just
// call it an Object.
typedef object nsISupports;