From 98b102b0f8074bdb8c9015145b0a8e3d2a4340b5 Mon Sep 17 00:00:00 2001 From: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com> Date: Fri, 27 Oct 2023 14:36:15 +0200 Subject: [PATCH] editorial: fix Script.InternalId type --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 0cb9fa68..8d56b6d0 100644 --- a/index.bs +++ b/index.bs @@ -7149,7 +7149,7 @@ script.RemoteValue = ( script.WindowProxyRemoteValue ) -script.InternalId = js-uint; +script.InternalId = text; script.ListRemoteValue = [*script.RemoteValue];