mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Auto merge of #27264 - jdm:hubs-stubs, r=Manishearth
Implement Navigator.languages Fixes #27210.
This commit is contained in:
commit
12d4c0d5eb
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