const here:
|
const result = o.beforeSend.call( o, xhr, o ); |
is throwing in iOS 9/safari with:
SyntaxError: Unexpected keyword 'const'. Const declarations are not supported in strict mode.
I will fix it in the mix, and do an insta PR to change this to var which fixes it locally for me.