mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-25 22:41:04 +00:00
5 lines
205 B
Plaintext
5 lines
205 B
Plaintext
|
// `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;
|