mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibWeb: Make window.clientInformation [Replaceable] per spec IDL
This commit is contained in:
parent
6dfa6993e5
commit
8d8aa964da
Notes:
github-actions[bot]
2024-12-05 21:10:45 +00:00
Author: https://github.com/awesomekling
Commit: 8d8aa964da
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2782
Reviewed-by: https://github.com/gmta ✅
4 changed files with 24 additions and 1 deletions
|
@ -50,7 +50,7 @@ interface Window : EventTarget {
|
|||
|
||||
// the user agent
|
||||
readonly attribute Navigator navigator;
|
||||
[ImplementedAs=navigator] readonly attribute Navigator clientInformation; // legacy alias of .navigator
|
||||
[Replaceable, ImplementedAs=navigator] readonly attribute Navigator clientInformation; // legacy alias of .navigator
|
||||
|
||||
// user prompts
|
||||
undefined alert();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue