dot-store-iframe
Advanced tools
Comparing version 2.6.15 to 2.6.16
@@ -25,2 +25,5 @@ "use strict"; | ||
var _a = require("./a9"); | ||
// Helpers | ||
// Constants | ||
@@ -40,2 +43,3 @@ var hasWindow = typeof window !== "undefined"; | ||
store.set("dfp.loaded", true); | ||
(0, _a.loadA9)(); | ||
window.googletag.pubads().addEventListener("slotRenderEnded", | ||
@@ -175,2 +179,15 @@ /*#__PURE__*/ | ||
if (!iframe.dfp.a9) { | ||
_context2.next = 14; | ||
break; | ||
} | ||
_context2.next = 14; | ||
return (0, _a.fetchA9)({ | ||
divId: divId, | ||
path: path, | ||
sizes: unit.sizes | ||
}); | ||
case 14: | ||
if (slot) { | ||
@@ -182,3 +199,3 @@ slot.addService(window.googletag.pubads()); | ||
case 12: | ||
case 15: | ||
case "end": | ||
@@ -185,0 +202,0 @@ return _context2.stop(); |
{ | ||
"name": "dot-store-iframe", | ||
"version": "2.6.15", | ||
"version": "2.6.16", | ||
"description": "Iframe controller integration for dot-store", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36780
10
482