BabelExt icon indicating copy to clipboard operation
BabelExt copied to clipboard

Safari BabelExt.xhr is not working

Open noma4i opened this issue 9 years ago • 0 comments

Example added to extension.js:

          BabelExt.xhr({
            method: "GET",
            url: 'http://www.babelext.com/',
            onload: function(response) {
              alert("YEAH!");
            }
          });

Error in safari console: DataCloneError: DOM Exception 25: An object could not be cloned.

Safari version: 8.0.2 (10600.2.5)

noma4i avatar Jan 23 '15 08:01 noma4i