Skip to content

Commit 4c88d76

Browse files
authored
Remove console from list of examples (#408)
This is just a hypothetical example, so it has no weight in what actually gets exposed, but since we do actually want console to be exposed let's remove console from the list of examples.
1 parent 9537dcf commit 4c88d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ <h1>
611611
interfaces are included. The Web Platform and Web-like
612612
environments may decide to include `EventTarget`,
613613
`atob`, `TextEncoder`, `URL`, etc. while at the same time not
614-
including `HTMLElement`, `console`, `localStorage`, `fetch`, etc.
614+
including `HTMLElement`, `localStorage`, `fetch`, etc.
615615
</p>
616616
</emu-note>
617617
<emu-note type=editor>

0 commit comments

Comments
 (0)