-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
- Bluebird 3.7.0
- Firefox 71 (Nightly)
I recently upgraded from Bluebird 3.5.5 to 3.7.0, which happens to pull in the unhandled rejection handling from 60ef7a0 (first added in 3.6.0).
The path which adds an iframe
, grabs setTimeout
from it, then removes it from the document does not appear to work in Firefox 71. Instead, calling this setTimeout
fails with an NS_ERROR_NOT_INITIALIZED
exception.
(As an aside, I am curious why you want to pull setTimeout
from a throwaway frame like this... Why not just use the main document?)
For now, I will revert back to 3.5.5.
benjamingr, tulir, Sennahoi, eldar-ca, igorushko and 6 more
Metadata
Metadata
Assignees
Labels
No labels