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 {