diff --git a/files/en-us/web/api/analysernode/analysernode/index.html b/files/en-us/web/api/analysernode/analysernode/index.html index 78770c8f3df8576..055c8bfac4585b3 100644 --- a/files/en-us/web/api/analysernode/analysernode/index.html +++ b/files/en-us/web/api/analysernode/analysernode/index.html @@ -28,15 +28,16 @@
fftSize
: The desired initial size of the FFT for frequency-domain analysis. 2048
.maxDecibels
: The desired initial maximum power in dB for FFT analysis.-30
.minDecibels
: The desired initial minimum power in dB for FFT analysis.-100
.smoothingTimeConstant
: The desired initial smoothing constant for the FFT analysis. The default is 0.8
.An object with the following properties, all optional:
+fftSize
: The desired initial size of the FFT for frequency-domain analysis. 2048
.maxDecibels
: The desired initial maximum power in dB for FFT analysis.-30
.minDecibels
: The desired initial minimum power in dB for FFT analysis.-100
.smoothingTimeConstant
: The desired initial smoothing constant for the FFT analysis. The default is 0.8
.NotSupportedError
Thrown under the following conditions:
TypeError
Thrown under the following conditions:
This interface also inherits properties from {{domxref("CSSRule")}}.
None.
None.
None.
None.
flags
{{Optional_Inline}}valueMissing
true
if the element has a {{htmlattrxref("required", "input")}} attribute, but no value, or false
otherwise. If true
, the element matches the {{cssxref(":invalid")}} CSS pseudo-class.typeMismatch
true
if the user has provided input that the browser is unable to convert.customError
Note: To set all flags to false
, indicating that this element passes all constraints validation, pass in an empty object {}
. In this case, you do not need to also pass a message
.
{{Compat}}
- - diff --git a/files/en-us/web/api/fileentrysync/index.html b/files/en-us/web/api/fileentrysync/index.html index 29c6068cab36803..268bcd04467c382 100644 --- a/files/en-us/web/api/fileentrysync/index.html +++ b/files/en-us/web/api/fileentrysync/index.html @@ -48,18 +48,15 @@void createWriter ( ) raises (FileException);-
None.
-FileWriterSync
A FileWriterSync
object.
This method can raise a FileException with the following codes:
@@ -95,10 +92,7 @@File
A File
object.
An object with the following properties:
create
: A {{jsxref('Boolean')}}. Default false
. When
set to true
if the file is not found, one with the specified name
diff --git a/files/en-us/web/api/filesystementrysync/index.html b/files/en-us/web/api/filesystementrysync/index.html
index 9524c04bb710ebe..42e4051eb1d87b2 100644
--- a/files/en-us/web/api/filesystementrysync/index.html
+++ b/files/en-us/web/api/filesystementrysync/index.html
@@ -108,18 +108,15 @@ Metadata getMetada ()
raises (FileException)
;
-None
-Metadata
A Metadata
object.
This method can raise a FileException with the following codes:
@@ -161,7 +158,7 @@FileSystemEntrySync
A FileSystemEntrySync
object.
This method can raise a FileException with the following codes:
@@ -223,7 +217,7 @@FileSystemEntrySync
A FileSystemEntrySync
object.
This method can raise a FileException with the following codes:
@@ -291,18 +282,15 @@DOMString toURL ();-
None.
-DOMString
A DOMString
object.
None
@@ -313,18 +301,15 @@void remove ( ) raises (FileException);-
None
-void
None.
-This method can raise a FileException with the following codes:
@@ -359,18 +344,18 @@void getParent ();-
None
-DirectoryEntrySync
None.
diff --git a/files/en-us/web/api/html_dom_api/index.html b/files/en-us/web/api/html_dom_api/index.html index c51314f0cb0897e..4b6fa743c9d71c2 100644 --- a/files/en-us/web/api/html_dom_api/index.html +++ b/files/en-us/web/api/html_dom_api/index.html @@ -439,21 +439,18 @@Manipulating documents: A beginner's guide to manipulating the DOM.
FileError
object.void
None.
-This method can raise an FileError with the following code:
@@ -169,7 +166,7 @@void
None.
-This method can raise an FileError with the following code:
diff --git a/files/en-us/web/api/mediaquerylistevent/mediaquerylistevent/index.html b/files/en-us/web/api/mediaquerylistevent/mediaquerylistevent/index.html index 277bb36c32259b0..f13d41201bf4c56 100644 --- a/files/en-us/web/api/mediaquerylistevent/mediaquerylistevent/index.html +++ b/files/en-us/web/api/mediaquerylistevent/mediaquerylistevent/index.html @@ -17,15 +17,12 @@var myMqlEvent = new MediaQueryListEvent(init);+
var myMqlEvent = new MediaQueryListEvent(init);
init
-init
An init object that defines features of the new object instance. The available properties are:
diff --git a/files/en-us/web/api/mediarecorder/mediarecorder/index.html b/files/en-us/web/api/mediarecorder/mediarecorder/index.html index 71bea22792839f9..f9193074c01e5d1 100644 --- a/files/en-us/web/api/mediarecorder/mediarecorder/index.html +++ b/files/en-us/web/api/mediarecorder/mediarecorder/index.html @@ -38,9 +38,7 @@options
{{optional_inline}}
options
{{optional_inline}}A dictionary object that can contain the following properties:
diff --git a/files/en-us/web/api/messageevent/messageevent/index.html b/files/en-us/web/api/messageevent/messageevent/index.html index bbfb356793f3b69..d67e6d57034d7aa 100644 --- a/files/en-us/web/api/messageevent/messageevent/index.html +++ b/files/en-us/web/api/messageevent/messageevent/index.html @@ -26,9 +26,7 @@type
MessageEvent
that will be created. This can be one of XXX
init
{{optional_inline}}
init
{{optional_inline}}A dictionary object that can contain the following properties:
diff --git a/files/en-us/web/api/microdata_dom_api/index.html b/files/en-us/web/api/microdata_dom_api/index.html index c189430a97db601..000f5a932c9527c 100644 --- a/files/en-us/web/api/microdata_dom_api/index.html +++ b/files/en-us/web/api/microdata_dom_api/index.html @@ -136,7 +136,7 @@collection . length
element = collection . item(index)
collection[index]
propertyNodeList = collection . namedItem(name)
options
{{optional_inline}}An object with the following properties:
signal
-- An {{DOMxRef("AbortSignal")}} that allows cancelling
this scan()
operation.data
. It must be one of the following values:
"absolute-url"
"empty"
"mime"
options
{{optional_inline}}An object with the following properties:
overwrite
-- A {{JSxRef("Boolean")}} specifying whether or not
existing records should be overwritten, if such exists.A RequestMode
value.
RequestMode
value.The associated mode, available values of which are:
diff --git a/files/en-us/web/api/rtcconfiguration/index.html b/files/en-us/web/api/rtcconfiguration/index.html index 01985e2f0ac5ff7..c6365f1cdeec958 100644 --- a/files/en-us/web/api/rtcconfiguration/index.html +++ b/files/en-us/web/api/rtcconfiguration/index.html @@ -113,23 +113,17 @@The current ICE transport policy;
if the policy isn't specified, all
is assumed by default,
allowing all candidates to be considered.
- Possible values are:
+ Possible values are:
"all"
"public"
{{deprecated_inline}}"relay"
"all"
"public"
{{deprecated_inline}}"relay"
An object with the following properties:
filters
meetOrSlice
0
SVG_MEETORSLICE_UNKNOWN
1
SVG_MEETORSLICE_MEET
2
SVG_MEETORSLICE_SLICE
0
SVG_MEETORSLICE_UNKNOWN
1
SVG_MEETORSLICE_MEET
2
SVG_MEETORSLICE_SLICE