LibWeb: Make window.clientInformation [Replaceable] per spec IDL

This commit is contained in:
Andreas Kling 2024-12-05 11:23:14 +01:00 committed by Alexander Kalenik
commit 8d8aa964da
Notes: github-actions[bot] 2024-12-05 21:10:45 +00:00
4 changed files with 24 additions and 1 deletions

View file

@ -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();