feat: introduce navigator.language (#12322)

Link to the spec:
https://html.spec.whatwg.org/multipage/system-state.html#dom-navigator-language-dev

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
This commit is contained in:
Luca Matei Pintilie 2022-10-18 15:33:35 +02:00 committed by GitHub
parent 23bb0abc23
commit 1a0c7edeba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 102 additions and 1 deletions

View file

@ -0,0 +1 @@
console.log(navigator.language);