From 9e202a3c3ce2105a6c80a55c4be70342ed0a63bf Mon Sep 17 00:00:00 2001
From: Anne van Kesteren
Date: Tue, 19 Nov 2024 12:10:28 +0100
Subject: [PATCH] Update advice around Navigator
See https://github.com/w3ctag/design-principles/issues/448#issuecomment-2219295220 for some background.
---
source | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/source b/source
index 0d819eccb96..a1c72c34b2a 100644
--- a/source
+++ b/source
@@ -115819,8 +115819,9 @@ function sendData(data) {
The Navigator
object
Instances of Navigator
represent the identity and state of the user agent (the
- client). They also serve as a generic global under which various APIs are located in this and
- other specifications.
+ client). It has also been used as a generic global under which various APIs are located, but this
+ is not precedent to build upon. Instead use the WindowOrWorkerGlobalScope
mixin or
+ equivalent.
[Exposed=Window]
interface Navigator {