Skip to content

Commit

Permalink
Call console steps only for printed messages (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN authored Nov 17, 2023
1 parent ffbf706 commit 7fd451d
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -9630,16 +9630,9 @@ end:
</div>
## Console ## {#patches-console}

Other specifications can define <dfn>console steps</dfn>. When any method of the
{{console}} interface is called, with method name
|method| and argument |args|:
Other specifications can define <dfn>console steps</dfn>.


1. If that method does not call the [=Printer=] operation, call any [=console
steps=] defined in external specification with arguments |method|,
|args|, and undefined.

Otherwise, at the point when the [=Printer=] operation is called with
1. At the point when the [=Printer=] operation is called with
arguments |name|, |printerArgs| and |options| (which is undefined if the
argument is not provided), call any [=console steps=] defined in
external specification with arguments |name|, |printerArgs|, and |options|.

0 comments on commit 7fd451d

Please sign in to comment.