Skip to content

Commit 9e96e29

Browse files
committed
[worklets] Remove console from WorkletGlobalScope.
This is now exposed as a namespace to worklets. https://console.spec.whatwg.org/#console-namespace Fixes w3c#368.
1 parent 3e55179 commit 9e96e29

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

worklets/Overview.bs

-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ global execution context of a {{Worklet}}.
139139
<pre class='idl'>
140140
[Exposed=Worklet]
141141
interface WorkletGlobalScope {
142-
attribute Console console;
143142
};
144143
</pre>
145144

0 commit comments

Comments
 (0)