@bigcommerce/script-loader
Advanced tools
Changelog
2.1.0 (2019-10-24)
Changelog
2.0.0 (2019-10-03)
rel="preload"
, so as a fallback, we have to preload scripts
using regular XHR calls. In that case, we don't have an event object to
return to the caller. We could potentially mock the event object to keep
the return values consistent. But considering it is not a very useful
thing to return, we've decided to make a breaking change and return
nothing instead.core: CHECKOUT-4455 Provide fallback for browsers that don't support preload
attribute (0fc52e7)
core: CHECKOUT-4455 Stop resolving promise with load event (670fd2c)
<a name="1.0.0"></a>