@wvdsh/sdk-js 0.0.37 → 0.0.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8022,6 +8022,7 @@ var WavedashSDK = (() => {
|
|
|
8022
8022
|
const script = document.createElement("script");
|
|
8023
8023
|
script.type = "text/javascript";
|
|
8024
8024
|
script.src = src;
|
|
8025
|
+
script.crossOrigin = "use-credentials";
|
|
8025
8026
|
script.onload = resolve;
|
|
8026
8027
|
script.onerror = reject;
|
|
8027
8028
|
document.head.appendChild(script);
|