/
githubmirror
/
amphtml
Обзор
Документация
Войти
/
githubmirror
/
amphtml
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
ads/google/doubleclick.js
15 строк
403 B
Ryan Cebulko
♻️ Move files into #core, #utils to enable tsc typechecking (#36277)
07 окт 2021, 23:26
Не верифицирован
07 окт 2021, 23:26
b6d1550
Код
Авторство
О чём код?
import {dev} from '#utils/log'; const TAG = 'DOUBLECLICK - DEPRECATED'; /** * @param {!Window} opt_global * @param {!Object} opt_data */ export function doubleclick(opt_global, opt_data) { dev().error( TAG, 'The use of doubleclick.js has been deprecated. Please ' + 'switch to Fast Fetch. See documentation here: ' + 'https://github.com/ampproject/amphtml/issues/11834' ); }