diff --git a/source b/source index b2295c31e62..6c69e9f30ed 100644 --- a/source +++ b/source @@ -83824,7 +83824,7 @@ interface BarProp {
enum ScrollRestoration { "auto", "manual" };
[Exposed=Window]
-interface History {
+interface History {
readonly attribute unsigned long length;
attribute ScrollRestoration scrollRestoration;
readonly attribute any state;
@@ -95484,7 +95484,7 @@ interface Navigator {
Browser state
- interface mixin NavigatorOnLine {
+ interface mixin NavigatorOnLine {
readonly attribute boolean onLine;
};
@@ -102366,7 +102366,7 @@ dictionary WorkletOptions {
The Storage
interface
[Exposed=Window]
-interface Storage {
+interface Storage {
readonly attribute unsigned long length;
DOMString? key(unsigned long index);
getter DOMString? getItem(DOMString key);
@@ -118502,14 +118502,14 @@ interface External {
- interface mixin NavigatorPlugins {
+ interface mixin NavigatorPlugins {
[SameObject] readonly attribute PluginArray plugins;
[SameObject] readonly attribute MimeTypeArray mimeTypes;
boolean javaEnabled();
};
[Exposed=Window]
-interface PluginArray {
+interface PluginArray {
undefined refresh();
readonly attribute unsigned long length;
getter object? item(unsigned long index);
@@ -118517,14 +118517,14 @@ interface PluginArray {
};
[Exposed=Window]
-interface MimeTypeArray {
+interface MimeTypeArray {
readonly attribute unsigned long length;
getter object? item(unsigned long index);
object? namedItem(DOMString name);
};
[Exposed=Window]
-interface Plugin {
+interface Plugin {
readonly attribute undefined name;
readonly attribute undefined description;
readonly attribute undefined filename;
@@ -118534,7 +118534,7 @@ interface Plugin {
};
[Exposed=Window]
-interface MimeType {
+interface MimeType {
readonly attribute undefined type;
readonly attribute undefined description;
readonly attribute undefined suffixes;