mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05: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;
|
||||
// FIXME: readonly attribute FrozenArray<DOMString> languages;
|
||||
// This is supposed to be a FrozenArray that always returns the same object
|
||||
sequence<DOMString> languages();
|
||||
readonly attribute sequence<DOMString> languages;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue