window.crypto errors are harder to debug than in Google Chrome
Categories
(DevTools :: Console, defect, P3)
Tracking
(firefox57 wontfix)
| Tracking | Status | |
|---|---|---|
| firefox57 | --- | wontfix |
People
(Reporter: jlast, Unassigned)
Details
Updated•8 years ago
|
Updated•7 years ago
|
Another irritating case of inferior error messaging:
FireFox:
ERROR Error: Uncaught (in promise): SyntaxError: An invalid or illegal string was specified
Angular 20
AppComponent app.component.ts:83
RxJS 11
Angular 15
core.js:4442
Angular 4
RxJS 5
Angular 22
AppComponent app.component.ts:83
RxJS 11
Angular 15
Chrome:
core.js:4442 ERROR Error: Uncaught (in promise): NotSupportedError: Unsupported import key format for algorithm
at resolvePromise (zone-evergreen.js:798)
at resolvePromise (zone-evergreen.js:750)
at zone-evergreen.js:860
at ZoneDelegate.invokeTask (zone-evergreen.js:399)
at Object.onInvokeTask (core.js:27483)
at ZoneDelegate.invokeTask (zone-evergreen.js:398)
at Zone.runTask (zone-evergreen.js:167)
at drainMicroTaskQueue (zone-evergreen.js:569)
Updated•3 years ago
|
Description
•