mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
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:
parent
23bb0abc23
commit
1a0c7edeba
11 changed files with 102 additions and 1 deletions
1
cli/tests/testdata/navigator_language.ts
vendored
Normal file
1
cli/tests/testdata/navigator_language.ts
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
console.log(navigator.language);
|
Loading…
Add table
Add a link
Reference in a new issue