mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Auto merge of #10090 - servo:tracking-nav-langs, r=ecoal95
Add link to tracking issue for NavigatorLanguage::Languages. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10090) <!-- Reviewable:end -->
This commit is contained in:
commit
98a1b17cec
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