diff --git a/ads/baidu.js b/ads/baidu.js index a26e46101ccb8..08c45176e0337 100644 --- a/ads/baidu.js +++ b/ads/baidu.js @@ -48,6 +48,9 @@ export function baidu(global, data) { 'https://dup.baidustatic.com/js/dm.js', () => {}, () => { + // noContentAvailable should be called if parent iframe receives no message. + // setTimeout can work, but it's not that reliable. + // So, only the faliure of JS loading is dealed with for now. global.context.noContentAvailable(); } );