Skip to content

Commit c999c06

Browse files
marcoscaceresjgraham
authored andcommitted
chore: export EmptyResult dfn for cross-spec referencing
Add an exported <dfn> for EmptyResult so other specs can reference it via xref (e.g., [=EmptyResult=] with data-cite="webdriver-bidi"). Needed by w3c-fedid/digital-credentials#381 which defines a WebDriver BiDi extension command whose result type uses EmptyResult.
1 parent b18554e commit c999c06

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

index.bs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -659,6 +659,9 @@ EventData = (
659659
)
660660
</pre>
661661

662+
An <dfn export>EmptyResult</dfn> is a result type with no required fields,
663+
used as the return type for commands that don't produce result data.
664+
662665
{^Remote end definition^} and {^Local end definition^}
663666

664667
<pre class="cddl" data-cddl-module="remote-cddl,local-cddl">

0 commit comments

Comments
 (0)