mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Add link to tracking issue for NavigatorLanguage::Languages.
This commit is contained in:
parent
2d6283c64b
commit
deefa8907a
1 changed files with 1 additions and 0 deletions
|
@ -36,5 +36,6 @@ interface NavigatorBluetooth {
|
||||||
[NoInterfaceObject/*, Exposed=Window,Worker*/]
|
[NoInterfaceObject/*, Exposed=Window,Worker*/]
|
||||||
interface NavigatorLanguage {
|
interface NavigatorLanguage {
|
||||||
readonly attribute DOMString language;
|
readonly attribute DOMString language;
|
||||||
|
// https://github.com/servo/servo/issues/10073
|
||||||
//readonly attribute DOMString[] languages;
|
//readonly attribute DOMString[] languages;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue