From 5d13c063f8a42bd2fe90a63b412c8a04a887276f Mon Sep 17 00:00:00 2001 From: Moshe Atlow Date: Wed, 5 Jul 2023 16:12:34 +0300 Subject: [PATCH] doc: mention `Navigator` is a partial implementation PR-URL: https://github.com/nodejs/node/pull/48656 Reviewed-By: Chengzhong Wu Reviewed-By: Yagiz Nizipli --- doc/api/globals.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/globals.md b/doc/api/globals.md index 83aa62c86ea790..290544c43e0522 100644 --- a/doc/api/globals.md +++ b/doc/api/globals.md @@ -591,7 +591,7 @@ added: REPLACEME > Stability: 1 - Experimental -An implementation of the [Navigator API][]. +A patrial implementation of the [Navigator API][]. ## `navigator` @@ -601,7 +601,7 @@ added: REPLACEME > Stability: 1 - Experimental -An implementation of [`window.navigator`][]. +A patrial implementation of [`window.navigator`][]. ### `navigator.hardwareConcurrency`