-
TIL: promises, error, etc, returned from an eval from inside of an iframe are converted…somehow, into object. Their "instanceof" is lost.
-
So far, this is Chrome (and Canary), and super weird, but will try to test other browsers. Gut feeling: browser specific bug.
-
Huh. Firefox has the same behaviour. Maybe it's some kind of serialisation across iframe bridge…