p3ol / buddy

🐕 Dead simple cross-domain iframe/window messaging
MIT License
8 stars 0 forks source link

✨ feat: allow to throw custom objects instead of error instances #744

Closed dackmin closed 1 year ago

dackmin commented 1 year ago

Fixes #476 by allowing to throw anything inside a function or a promise instead of Error instances.