mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-21 08:41:35 +00:00
web-sys: Remove a bunch of mozilla extensions from our webidl
This commit is contained in:
@ -81,16 +81,4 @@ interface HTMLTextAreaElement : HTMLElement {
|
||||
void setSelectionRange(unsigned long start, unsigned long end, optional DOMString direction);
|
||||
};
|
||||
|
||||
partial interface HTMLTextAreaElement {
|
||||
// Chrome-only Mozilla extensions
|
||||
|
||||
[Throws, ChromeOnly]
|
||||
readonly attribute XULControllers controllers;
|
||||
};
|
||||
|
||||
HTMLTextAreaElement implements MozEditableElement;
|
||||
|
||||
partial interface HTMLTextAreaElement {
|
||||
[ChromeOnly]
|
||||
attribute DOMString previewValue;
|
||||
};
|
||||
|
Reference in New Issue
Block a user