mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:47:45 +00:00
LibWeb: Make navigator.languages an attribute instead of a function
This commit is contained in:
parent
1eac02c9a4
commit
bf2debdf53
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@ interface mixin NavigatorLanguage {
|
||||||
readonly attribute DOMString language;
|
readonly attribute DOMString language;
|
||||||
// FIXME: readonly attribute FrozenArray<DOMString> languages;
|
// FIXME: readonly attribute FrozenArray<DOMString> languages;
|
||||||
// This is supposed to be a FrozenArray that always returns the same object
|
// This is supposed to be a FrozenArray that always returns the same object
|
||||||
sequence<DOMString> languages();
|
readonly attribute sequence<DOMString> languages;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue