You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Editorial: minor editorial fixes to storage broadcast and remove
The remove steps do not return anything, so we do not need to return null. Additionally, the url attribute of StorageEvent is a USVString, so let's initialize the event with the serialization of URL for clarity.
<li><p>Let <var>thisDocument</var> be <var>storage</var>'s <span>relevant global object</span>'s <span data-x="concept-document-window">associated <code>Document</code></span>.</p></li>
122915
122915
122916
-
<li><p>Let <var>url</var> be <var>thisDocument</var>'s <span data-x="concept-document-url">URL</span>.</p></li>
122916
+
<li><p>Let <var>url</var> be the <span data-x="concept-url-serializer">serialization</span> of
0 commit comments