Closed
Description
I just noticed that much of Bacon.js won't work across frame borders. Example: http://files.peterkroener.de/baconframes/a.html
The culprits are the assert functions that use instanceof
, which doesn't work across browsing contexts.
I'm not really sure what a good fix would be. Maybe toString()
instead of instanceof
?
Metadata
Metadata
Assignees
Labels
No labels