RESOLVED FIXED 196662
Web Inspector: Uncaught Exception: null is not an object (evaluating 'url.startsWith')
https://bugs.webkit.org/show_bug.cgi?id=196662
Summary Web Inspector: Uncaught Exception: null is not an object (evaluating 'url.sta...
Devin Rousso
Reported 2019-04-05 15:47:51 PDT
------- 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 ```
Attachments
Patch (4.49 KB, patch)
2019-05-03 22:39 PDT, Devin Rousso
no flags
Patch (4.45 KB, patch)
2019-05-03 22:40 PDT, Devin Rousso
no flags
Archive of layout-test-results from ews212 for win-future (13.69 MB, application/zip)
2019-05-04 02:36 PDT, EWS Watchlist
no flags
Radar WebKit Bug Importer
Comment 1 2019-04-05 15:48:42 PDT Comment hidden (obsolete)
Radar WebKit Bug Importer
Comment 2 2019-04-05 15:48:46 PDT
Devin Rousso
Comment 3 2019-05-03 22:39:30 PDT
Devin Rousso
Comment 4 2019-05-03 22:40:46 PDT
EWS Watchlist
Comment 5 2019-05-04 02:36:04 PDT Comment hidden (obsolete)
EWS Watchlist
Comment 6 2019-05-04 02:36:09 PDT Comment hidden (obsolete)
WebKit Commit Bot
Comment 7 2019-05-09 17:12:37 PDT
Comment on attachment 369057 [details] Patch Clearing flags on attachment: 369057 Committed r245165: <https://trac.webkit.org/changeset/245165>
WebKit Commit Bot
Comment 8 2019-05-09 17:12:38 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.