fix(*): correctly detect Error instances from different contexts
Previously, errors thrown from different contexts (such as an iframe or webworker) were not detected as `Error` instances and handled accordingly. This commit fixes it by introducing an `isError()` helper, that is able to correctly detect such instances. Fixes #15868 Closes #15872
T
Thomas Grainger committed
837acd14e005c79d8e79f59a0075075f125da50c
Parent: 63b6d64
Committed by Georgios Kalpakas <kalpakas.g@gmail.com>
on 5/22/2017, 11:07:52 AM