From 81e4932b60648ce4df1344c957e93d79f0b534d5 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Wed, 14 Jul 2021 11:23:35 +0200 Subject: [PATCH] [js-api] Add note about shipping Tag#type(). Fixes #172. --- document/js-api/index.bs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/document/js-api/index.bs b/document/js-api/index.bs index 31e4b219..f515acb1 100644 --- a/document/js-api/index.bs +++ b/document/js-api/index.bs @@ -1236,6 +1236,8 @@ The type() method steps are: 1. [=list/Append=] [$FromValueType$](|type|) to |idlParameters|. 1. Return «[ "{{TagType/parameters}}" → |idlParameters| ]». +Advisement: This method is only expected to be implemented or shipped when both this proposal and the Type Reflection proposal are implemented or shipped (respectively). +

Runtime exceptions