Skip to content

Commit

Permalink
Expose everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger committed Jun 10, 2022
1 parent 21f55a4 commit 334b6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ discussion.
<h2 id="console-namespace" oldids="console-interface">Namespace {{console}}</h2>

<pre class="idl">
[Exposed=(Window,Worker,Worklet)]
[Exposed=*]
namespace console { // but see namespace object requirements below
// Logging
undefined assert(optional boolean condition = false, any... data);
Expand Down

0 comments on commit 334b6f3

Please sign in to comment.