mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
dom: Implement Navigator.languages.
This commit is contained in:
parent
9fe92ecb4c
commit
2acd295ea6
10 changed files with 670 additions and 15 deletions
|
@ -44,8 +44,7 @@ partial interface Navigator {
|
|||
[Exposed=(Window,Worker)]
|
||||
interface mixin NavigatorLanguage {
|
||||
readonly attribute DOMString language;
|
||||
// https://github.com/servo/servo/issues/10073
|
||||
//readonly attribute DOMString[] languages;
|
||||
readonly attribute any languages;
|
||||
};
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#navigatorplugins
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue