trigger-corp / browser-extensions

Build and run cross-platform browser extensions from one codebase.
Other
312 stars 52 forks source link

Fix "DataCloneError: DOM Exception 25: An object could not be cloned" in Safari 7 #7

Closed vkurdin-aw closed 10 years ago

vkurdin-aw commented 10 years ago

A new version of Safari will arrive soon in OS X 10.9 Mavericks. When I try to use extension in Safari Version 7.0 (9537.71), it gives an error:

DataCloneError: DOM Exception 25: An object could not be cloned

So this patch will fix the issue in Safari 7, tested on Safari 6 as well

antoinevg commented 10 years ago

Hi Vasilly,

Thank you for this, I've merged the pull request.