We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d295fc2 commit fcbdfafCopy full SHA for fcbdfaf
src/utils.js
@@ -23,6 +23,7 @@ let consoleErrorExists = Boolean(consoleExists && window.console.error);
23
// this allows stubbing of utility functions that are used internally by other utility functions
24
export const internal = {
25
checkCookieSupport,
26
+ createTrackPixelIframeHtml,
27
getWindowSelf,
28
getWindowTop,
29
getAncestorOrigins,
0 commit comments