From 654c3f716a54415558e6b99bac2e6aa3988565ac Mon Sep 17 00:00:00 2001 From: Luke Warlow Date: Tue, 23 Jan 2024 12:50:40 +0000 Subject: [PATCH] Stringify input in Process value with a default policy --- spec/index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/index.bs b/spec/index.bs index 6f2cd5e..cbf21ec 100644 --- a/spec/index.bs +++ b/spec/index.bs @@ -990,7 +990,7 @@ Given a {{TrustedType}} type (|expectedType|), a [=realm/global object=] (|globa 1. Let |convertedInput| be the result of executing [$Create a Trusted Type$] algorithm, with the following arguments: * |defaultPolicy| as |policy| - * |input| as |value| + * stringified |input| as |value| * |expectedType|’s type name as |trustedTypeName| * « |trustedTypeName|, |sink| » as |arguments| 1. If the algorithm threw an error, rethrow it. Otherwise, return |convertedInput|.