diff --git a/source b/source index f53aeaf3ec1..c59f906db24 100644 --- a/source +++ b/source @@ -86869,8 +86869,8 @@ interface ApplicationCache : EventTarget { environment is associated.
In the case of an environment settings object, this URL might be
- distinct from the environment settings object's responsible
- document's URL, due to mechanisms such as
+ distinct from the environment settings object's creation URL, due to mechanisms such as
history.pushState()
.
InvalidStateError
"
DOMException
.
- Let entryDocument be the responsible document specified by the - entry settings object.
Let entryDocument be entry global object's associated Document
.
If document's origin is not same origin to entryDocument's origin, then throw a @@ -97574,8 +97574,8 @@ interface BroadcastChannel : EventTarget {
a global object that is a
- Window
object and a responsible document that is fully
- active, or
Window
object whose associated
+ Document
is fully active, ora global object that is a
WorkerGlobalScope
object whose