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
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