As Devin pointed out in https://github.com/whatwg/console/pull/224#issuecomment-1631837532, it would be best to not use this for numeric format specifiers, since `console.log(1000)` should probably print the same as `console.log('%i', 1000)`.
Pull request: https://github.com/WebKit/WebKit/pull/15782
Committed 266020@main (ae256c9a88db): <https://commits.webkit.org/266020@main> Reviewed commits have been landed. Closing PR #15782 and removing active labels.
<rdar://problem/112170843>
*** Bug 259703 has been marked as a duplicate of this bug. ***