You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error.captureStackTrace is not a method on the Error object in Firefox.
Expected result:
As a user of Firefox I want an an error returned from a failed request.
Possible solutions:
This is straight from the MDN:
// Maintains proper stack trace for where our error was thrown (only available on V8)// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Errorif(Error.captureStackTrace){Error.captureStackTrace(this,CustomError);}
The text was updated successfully, but these errors were encountered:
This issue is for the following packages:
[ ]
venia-concept
[ ]
pwa-buildpack
[x]
peregrine
[ ]
pwa-module
[ ]
pwa-devdocs
This issue is a:
[x] Bug
[ ] Feature suggestion
[ ] Documentation issue
[ ] Other (Please Specify)
Environment
node -v
)npm -v
)Description
Error.captureStackTrace
is not a method on theError
object in Firefox.Expected result:
As a user of Firefox I want an an error returned from a failed request.
Possible solutions:
This is straight from the MDN:
The text was updated successfully, but these errors were encountered: