Created
March 18, 2021 10:54
-
-
Save radex/77064171b156d66ba6a1176ce8d94227 to your computer and use it in GitHub Desktop.
error.stack contents on modern Chrome, Safari, Firefox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Chrome 91 | |
"Uncaught Error: you got Bard" | |
"http://localhost:4000/static/main.1e33ab4c.js" | |
26 | |
11 | |
error.stack = "Error: you got Bard | |
at new Bar (http://localhost:4000/static/main.1e33ab4c.js:26:11) | |
at foo (http://localhost:4000/static/main.1e33ab4c.js:32:3) | |
at blah (http://localhost:4000/static/main.1e33ab4c.js:36:3) | |
at ../app/boot/web/boot0.web.js (http://localhost:4000/static/main.1e33ab4c.js:40:1) | |
at Object.options.factory (http://localhost:4000/static/runtime~main.af2b2b30.js:513:31) | |
at __webpack_require__ (http://localhost:4000/static/runtime~main.af2b2b30.js:25:32) | |
at fn (http://localhost:4000/static/runtime~main.af2b2b30.js:200:21) | |
at ../app/index.web.js (http://localhost:4000/static/main.1e33ab4c.js:122:1) | |
at Object.options.factory (http://localhost:4000/static/runtime~main.af2b2b30.js:513:31) | |
at __webpack_require__ (http://localhost:4000/static/runtime~main.af2b2b30.js:25:32) | |
at checkDeferredModulesImpl (http://localhost:4000/static/runtime~main.af2b2b30.js:1078:24) | |
at webpackJsonpCallback (http://localhost:4000/static/runtime~main.af2b2b30.js:1060:20) | |
at http://localhost:4000/static/main.1e33ab4c.js:1:73" | |
## Rejection | |
e.reason.message = "BAAA 100" | |
e.reason.stack = "Error: you got Bard | |
at new Bar (http://localhost:4000/static/main.4722999b.js:31:11) | |
at foo (http://localhost:4000/static/main.4722999b.js:37:3) | |
at blah (http://localhost:4000/static/main.4722999b.js:41:3) | |
at http://localhost:4000/static/main.4722999b.js:50:5" | |
# Safari 14 | |
"Error: you got Bard" | |
"http://localhost:4000/static/main.badaed11.js" | |
32 | |
36 | |
"Bar@http://localhost:4000/static/main.badaed11.js:32:20 | |
foo@http://localhost:4000/static/main.badaed11.js:38:10 | |
blah@http://localhost:4000/static/main.badaed11.js:42:6 | |
../app/boot/web/boot0.web.js@http://localhost:4000/static/main.badaed11.js:46:5 | |
http://localhost:4000/static/runtime~main.0db8c3e4.js:513:35 | |
__webpack_require__@http://localhost:4000/static/runtime~main.0db8c3e4.js:25:36 | |
../app/index.web.js@http://localhost:4000/static/main.badaed11.js:143:20 | |
http://localhost:4000/static/runtime~main.0db8c3e4.js:513:35 | |
__webpack_require__@http://localhost:4000/static/runtime~main.0db8c3e4.js:25:36 | |
checkDeferredModulesImpl@http://localhost:4000/static/runtime~main.0db8c3e4.js:1078:43 | |
webpackJsonpCallback@[native code] | |
global code@http://localhost:4000/static/main.badaed11.js:1:77" | |
## Rejection | |
"Error: you got Bard" | |
e.reason.stack: | |
"Bar@http://localhost:4000/static/main.19582fdf.js:32:20 | |
foo@http://localhost:4000/static/main.19582fdf.js:38:10 | |
blah@http://localhost:4000/static/main.19582fdf.js:42:6 | |
http://localhost:4000/static/main.19582fdf.js:51:9 | |
promiseReactionJob@[native code]" | |
# Firefox 86 | |
Error: you got Bard | |
http://localhost:4000/static/main.ce16a043.js" | |
32 | |
11 | |
Bar@http://localhost:4000/static/main.ce16a043.js:32:11 | |
foo@http://localhost:4000/static/main.ce16a043.js:38:3 | |
blah@http://localhost:4000/static/main.ce16a043.js:42:3 | |
../app/boot/web/boot0.web.js@http://localhost:4000/static/main.ce16a043.js:46:1 | |
options.factory@http://localhost:4000/static/runtime~main.b5e864e0.js:513:31 | |
__webpack_require__@http://localhost:4000/static/runtime~main.b5e864e0.js:25:32 | |
fn@http://localhost:4000/static/runtime~main.b5e864e0.js:200:21 | |
../app/index.web.js@http://localhost:4000/static/main.ce16a043.js:143:20 | |
options.factory@http://localhost:4000/static/runtime~main.b5e864e0.js:513:31 | |
__webpack_require__@http://localhost:4000/static/runtime~main.b5e864e0.js:25:32 | |
checkDeferredModulesImpl@http://localhost:4000/static/runtime~main.b5e864e0.js:1078:24 | |
webpackJsonpCallback@http://localhost:4000/static/runtime~main.b5e864e0.js:1060:20 | |
@http://localhost:4000/static/main.ce16a043.js:1:73 | |
## Rejection | |
you got Bard | |
Bar@http://localhost:4000/static/main.19582fdf.js:32:11 | |
foo@http://localhost:4000/static/main.19582fdf.js:38:3 | |
blah@http://localhost:4000/static/main.19582fdf.js:42:3 | |
rejectionator/<@http://localhost:4000/static/main.19582fdf.js:51:5 | |
promise callback*rejectionator@http://localhost:4000/static/main.19582fdf.js:50:6 | |
blah2@http://localhost:4000/static/main.19582fdf.js:56:3 | |
../app/boot/web/boot0.web.js@http://localhost:4000/static/main.19582fdf.js:60:1 | |
options.factory@http://localhost:4000/static/runtime~main.f6ba8143.js:513:31 | |
__webpack_require__@http://localhost:4000/static/runtime~main.f6ba8143.js:25:32 | |
fn@http://localhost:4000/static/runtime~main.f6ba8143.js:200:21 | |
../app/index.web.js@http://localhost:4000/static/main.19582fdf.js:142:20 | |
options.factory@http://localhost:4000/static/runtime~main.f6ba8143.js:513:31 | |
__webpack_require__@http://localhost:4000/static/runtime~main.f6ba8143.js:25:32 | |
checkDeferredModulesImpl@http://localhost:4000/static/runtime~main.f6ba8143.js:1078:24 | |
webpackJsonpCallback@http://localhost:4000/static/runtime~main.f6ba8143.js:1060:20 | |
@http://localhost:4000/static/main.19582fdf.js:1:73 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment