Skip to content

Commit

Permalink
Mark window.clientInformation [Replaceable]
Browse files Browse the repository at this point in the history
Not adding this was an oversight in #2379 as far as I can tell.

Tests: web-platform-tests/wpt#41819.

Fixes #9687.
  • Loading branch information
annevk committed Sep 6, 2023
1 parent a13cfbe commit 4204818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -86853,7 +86853,7 @@ interface <dfn interface>Window</dfn> : <span>EventTarget</span> {

// the user agent
readonly attribute <span>Navigator</span> <span data-x="dom-navigator">navigator</span>;
readonly attribute <span>Navigator</span> <span data-x="dom-clientInformation">clientInformation</span>; // legacy alias of .navigator
[Replaceable] readonly attribute <span>Navigator</span> <span data-x="dom-clientInformation">clientInformation</span>; // legacy alias of .navigator
readonly attribute boolean <span data-x="dom-originAgentCluster">originAgentCluster</span>;

// user prompts
Expand Down

0 comments on commit 4204818

Please sign in to comment.