Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

[js-api] Add note about shipping Tag#type(). #174

Merged
merged 1 commit into from
Jul 14, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions document/js-api/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1236,6 +1236,8 @@ The <dfn method for="Tag">type()</dfn> 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).

</div>

<h4 id="runtime-exceptions">Runtime exceptions</h4>
Expand Down