When trying to use the javascript API
var xsltDoc = Saxon.requestXML(...);
Saxon.newXSLT20Processor( xsltDoc );
I got the following message in chromium:
"Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/."