[Webkit-unassigned] [Bug 196662] New: Web Inspector: Uncaught Exception: null is not an object (evaluating 'url.startsWith')

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 5 15:47:51 PDT 2019


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

            Bug ID: 196662
           Summary: Web Inspector: Uncaught Exception: null is not an
                    object (evaluating 'url.startsWith')
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
               URL: https://webkit.org/
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: drousso at apple.com
                CC: inspector-bugzilla-changes at group.apple.com

-------
Inspected URL:        https://webkit.org/
Loading completed:    true
Frontend User Agent:  Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/605.1.15 (KHTML, like Gecko)

Uncaught Exceptions:
 - null is not an object (evaluating 'url.startsWith') (at URLUtilities.js:219:12)
    displayNameForURL @ URLUtilities.js:219:12
    linkifyLocation @ Main.js:2822:43
    ? @ ConsoleMessageView.js:379:49
    promiseReactionJob @ [native code]
-------

Evaluate the following in the console:
1. ```
await fetch("https://eslint.org/js/app/eslint.js")
    .then((response) => response.text())
    .then((text) => eval(text));
```
2. ```
eslint
```

-- 
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/20190405/2f3c46ca/attachment.html>


More information about the webkit-unassigned mailing list