You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ran across this TODO in the code -- the AMP context is now available according to the AMP issue:
function isAmp(uuid) {
// TODO Use amp context once it is available in cross domain
// https://github.com/ampproject/amphtml/issues/6829
return typeof uuid === 'string' && uuid !== "" && isCrossDomain();
}
The text was updated successfully, but these errors were encountered:
Ran across this TODO in the code -- the AMP context is now available according to the AMP issue:
The text was updated successfully, but these errors were encountered: