mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-24 14:42:35 +03: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…
Reference in New Issue
Block a user