From 3a916f26feed501467f37110db5754e8de73151a Mon Sep 17 00:00:00 2001 From: Zoltan Kis Date: Fri, 5 Jul 2024 06:59:43 +0300 Subject: [PATCH] DOMString to USVString (#715) Signed-off-by: Zoltan Kis Fix #713 --- index.bs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/index.bs b/index.bs index d7a16bee..dd2c6b6e 100644 --- a/index.bs +++ b/index.bs @@ -802,7 +802,7 @@ The powerPreference opt The {{MLContext}} interface represents a global state of neural network compute workload and execution processes. Each {{MLContext}} object has associated [=context type=], {{MLDeviceType}} and {{MLPowerPreference}}.