mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-13 13:01:22 +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:
@ -77,16 +77,3 @@ partial interface HTMLObjectElement {
|
||||
[NeedsSubjectPrincipal]
|
||||
Document? getSVGDocument();
|
||||
};
|
||||
|
||||
/**
|
||||
* Name:Value pair type used for passing parameters to NPAPI or javascript
|
||||
* plugins.
|
||||
*/
|
||||
dictionary MozPluginParameter {
|
||||
DOMString name = "";
|
||||
DOMString value = "";
|
||||
};
|
||||
|
||||
HTMLObjectElement includes MozImageLoadingContent;
|
||||
HTMLObjectElement includes MozFrameLoaderOwner;
|
||||
HTMLObjectElement includes MozObjectLoadingContent;
|
||||
|
Reference in New Issue
Block a user