mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-28 20:43:23 +03:00
703e2a3fbe
The JS Object type is named "object" in webidl, not "Object".
5 lines
205 B
Plaintext
Vendored
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;
|