mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-22 01:01:34 +00:00
web-sys: Remove a bunch of non-standard, Mozilla-specific Web IDL
This commit is contained in:
@ -21,19 +21,4 @@ interface XMLSerializer {
|
||||
*/
|
||||
[Throws]
|
||||
DOMString serializeToString(Node root);
|
||||
|
||||
// Mozilla-specific stuff
|
||||
/**
|
||||
* The subtree rooted by the specified element is serialized to
|
||||
* a byte stream using the character set specified.
|
||||
* @param root The root of the subtree to be serialized. This could
|
||||
* be any node, including a Document.
|
||||
* @param stream The byte stream to which the subtree is serialized.
|
||||
* @param charset The name of the character set to use for the encoding
|
||||
* to a byte stream. If this string is empty and root is
|
||||
* a document, the document's character set will be used.
|
||||
*/
|
||||
[Throws, ChromeOnly]
|
||||
void serializeToStream(Node root, OutputStream stream, DOMString? charset);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user