Console.log recursively processes format specifiers introduced by %sissues.chromium.org 2 pointsdfranke1 month ago1 commentSaveHideCopy link On HNComments−dfrankeOP1moThis behavior is required, possibly by accident, by the WHATWG spec. Chromium and other V8-based browsers take the spec literally and implement this behavior. Spidermonkey (Firefox) and Node don't.
Comments
This behavior is required, possibly by accident, by the WHATWG spec. Chromium and other V8-based browsers take the spec literally and implement this behavior. Spidermonkey (Firefox) and Node don't.