mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-24 02:01:35 +00:00
Purge a number of Mozilla-specific WebIDL
Did a bunch of grepping for `moz*` and searched for "moz" in rustdoc, deleting anything that looked mozilla-specific. Now there's nothing left with the "moz" prefix in rustdoc!
This commit is contained in:
@ -40,16 +40,4 @@ partial interface HTMLCanvasElement {
|
||||
OffscreenCanvas transferControlToOffscreen();
|
||||
};
|
||||
|
||||
[ChromeOnly]
|
||||
interface MozCanvasPrintState
|
||||
{
|
||||
// A canvas rendering context.
|
||||
readonly attribute nsISupports context;
|
||||
|
||||
// To be called when rendering to the context is done.
|
||||
void done();
|
||||
};
|
||||
|
||||
callback PrintCallback = void(MozCanvasPrintState ctx);
|
||||
|
||||
callback BlobCallback = void(Blob? blob);
|
||||
|
Reference in New Issue
Block a user