diff --git a/source b/source index a38daa23fb2..432518b366c 100644 --- a/source +++ b/source @@ -82196,7 +82196,7 @@ interface BarProp {
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);
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.
isSecureContext
self.isSecureContext
Returns whether or not this global object represents a secure context.
origin
self.origin
Returns the global object's origin, serialized as string.
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.
clearTimeout
(handle)self.clearTimeout(handle)
Cancels the timeout set with setTimeout()
or DOMParserSupportedType {
milliseconds.
clearInterval
(handle)self.clearInterval(handle)
Cancels the timeout set with setInterval()
or