From b76d7aa80140f11c8c07037838d53672b6a03e4f Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Mon, 24 Feb 2025 14:36:46 -0800 Subject: [PATCH] Expose WebNN API to shared workers and service workers Resolves #804 --- index.bs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/index.bs b/index.bs index bb5a076c..5b26b245 100644 --- a/index.bs +++ b/index.bs @@ -757,7 +757,7 @@ API {#api} ## The navigator.ml interface ## {#api-navigator-ml} -An {{ML}} object is available in the {{Window}} and {{DedicatedWorkerGlobalScope}} contexts through the {{Navigator}} +An {{ML}} object is available in the {{Window}} and {{WorkerGlobalScope}} contexts through the {{Navigator}} and {{WorkerNavigator}} interfaces respectively and is exposed via `navigator.ml`.