From 14b411eb48e12a0157690930711868ddb94f860a Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Wed, 13 Mar 2024 22:27:11 +0800 Subject: [PATCH] Fix #31665 | issue for "same page" in the note (#32219) * fix * fix typo * Update files/en-us/web/api/window/storage_event/index.md Co-authored-by: Brian Thomas Smith * Update files/en-us/web/api/window/storage_event/index.md --------- Co-authored-by: Brian Thomas Smith --- files/en-us/web/api/window/storage_event/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/api/window/storage_event/index.md b/files/en-us/web/api/window/storage_event/index.md index 31819d7b205eb86..31ab4acc02566f0 100644 --- a/files/en-us/web/api/window/storage_event/index.md +++ b/files/en-us/web/api/window/storage_event/index.md @@ -12,7 +12,7 @@ The **`storage`** event of the {{domxref("Window")}} interface fires when a stor This event is not cancelable and does not bubble. -> **Note:** This won't work on the same page that is making the changes — it is really a way for other pages on the domain using the storage to sync any changes that are made. Pages on other domains can't access the same storage objects. +> **Note:** This won't work on the same {{Glossary("browsing context")}} that is making the changes — it is really a way for other browsing contexts on the domain using the storage to sync any changes that are made. Browsing contexts on other domains can't access the same storage objects. ## Syntax