diff --git a/source b/source index a38daa23fb2..432518b366c 100644 --- a/source +++ b/source @@ -82196,7 +82196,7 @@ interface BarProp {

Origin-keyed agent clusters

-
window.originAgentCluster
+
window.originAgentCluster

Returns true if this Window belongs to an agent cluster which is @@ -91684,7 +91684,7 @@ document.querySelector("button").addEventListener("click", bound);

Runtime script errors
-
self.reportError(e)
+
self.reportError(e)

Dispatches an error event at the global object for the given value e, in the same fashion as an unhandled exception.

@@ -94814,14 +94814,14 @@ interface mixin WindowOrWorkerGlobalScope { WorkerGlobalScope includes WindowOrWorkerGlobalScope;
-
self.isSecureContext
+
self.isSecureContext

Returns whether or not this global object represents a secure context.

-
self.origin
+
self.origin

Returns the global object's origin, serialized as string.

-
self.crossOriginIsolated
+
self.crossOriginIsolated

Returns whether scripts running in this global are allowed to use APIs that require cross-origin isolation. This depends on the `Cross-Origin-Opener-Policy` and @@ -95476,7 +95476,7 @@ enum DOMParserSupportedType { milliseconds.

-
self.clearTimeout(handle)
+
self.clearTimeout(handle)

Cancels the timeout set with setTimeout() or DOMParserSupportedType { milliseconds.

-
self.clearInterval(handle)
+
self.clearInterval(handle)

Cancels the timeout set with setInterval() or