Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit 9383a5b

Browse files
Clarify when various aspects of locale emulation takes place (#8755)
* Clarify when various aspects of locale emulation takes place * Update devtools.md
1 parent 0cbbd93 commit 9383a5b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/content/en/updates/2020/03/devtools.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project_path: /web/_project.yaml
22
book_path: /web/updates/_book.yaml
33
description: Emulate color vision deficiencies, emulate locales, COOP and COEP debugging, and lots more.
44

5-
{# wf_updated_on: 2020-05-08 #}
5+
{# wf_updated_on: 2020-06-04 #}
66
{# wf_published_on: 2020-03-10 #}
77
{# wf_tags: chrome83, devtools, devtools-whatsnew #}
88
{# wf_featured_image: /web/updates/images/generic/chrome-devtools.png #}
@@ -63,6 +63,10 @@ DevTools modifies the current default locale, affecting the following:
6363
- DOM APIs such as `navigator.language` and `navigator.languages`
6464
- the [`Accept-Language`][lang] HTTP request header
6565

66+
Note: updates to `navigator.language` and `navigator.languages` are not visible immediately, but only
67+
after the next navigation or page reload. Changes to the `Accept-Language` HTTP header are only
68+
reflected for subsequent requests.
69+
6670
<div class="video-wrapper-full-width">
6771
<iframe class="devsite-embedded-youtube-video" data-video-id="lZEFwACYPo0"
6872
data-autohide="1" data-showinfo="0" frameborder="0" allowfullscreen>

0 commit comments

Comments
 (0)