rem’s avatarrem’s Twitter Archive—№ 62,822

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