[Webkit-unassigned] [Bug 235061] New: Web Inspector: console.log print strings contains '%_' result is Object

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 11 03:19:58 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=235061

            Bug ID: 235061
           Summary: Web Inspector: console.log print strings contains '%_'
                    result is Object
           Product: WebKit
           Version: Safari 15
          Hardware: Mac (Intel)
                OS: macOS 12
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: zehexin6 at gmail.com
                CC: inspector-bugzilla-changes at group.apple.com

# console.log print strings contains '%_' result is Object

## Reproduce code

console.log('__url__%__', 'url');

## Actual output

__url__[object Object]_

## Expected output

__url__%__ url

## Reference link

- https://console.spec.whatwg.org/#formatting-specifiers
- https://console.spec.whatwg.org/#formatter

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220111/876c098b/attachment.htm>


More information about the webkit-unassigned mailing list