-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
console.debug() does not support sprintf-style substitutions #43827
Copy link
Copy link
Closed
Labels
A-content/domInteracting with the DOM from web contentInteracting with the DOM from web contentC-assignedThere is someone working on resolving the issueThere is someone working on resolving the issueC-has-manual-testcaseE-less-complexStraightforward. Recommended for a new contributor.Straightforward. Recommended for a new contributor.
Metadata
Metadata
Assignees
Labels
A-content/domInteracting with the DOM from web contentInteracting with the DOM from web contentC-assignedThere is someone working on resolving the issueThere is someone working on resolving the issueC-has-manual-testcaseE-less-complexStraightforward. Recommended for a new contributor.Straightforward. Recommended for a new contributor.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the bug:
See example. Spotted on the Wayback Machine in https://web-static.archive.org/_static/js/bundle-playback.js . The spec indicates this is implementation-defined, but basically everything seems to converge on supporting at least
%s,%d%iand%f.To Reproduce:
Firefox:
Chrome:
NodeJS (for comparison):
Servo:
Platform:
Windows 10, Servo latest