mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-31 01:11:06 +00:00
web-sys: Add a type alias to Object from nsISupports
This commit is contained in:
parent
a45676045e
commit
6b5beda8d1
4
crates/web-sys/webidls/enabled/nsISupports.webidl
vendored
Normal file
4
crates/web-sys/webidls/enabled/nsISupports.webidl
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
// `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;
|
Loading…
x
Reference in New Issue
Block a user