misc: remove last extendedInfo in LH.Audit.Product (#11067)

This commit is contained in:
Brendan Kenny 2020-07-07 17:35:33 -04:00 коммит произвёл GitHub
Родитель 1101b5e85e
Коммит 6c4bfeec80
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 2 удалений

2
types/audit.d.ts поставляемый
Просмотреть файл

@ -77,8 +77,6 @@ declare global {
/** Error message from any exception thrown while running this audit. */
errorMessage?: string;
warnings?: string[];
/** Deprecated and does not make its way into the Lighthouse report. */
extendedInfo?: {[p: string]: any};
/** Overrides scoreDisplayMode with notApplicable if set to true */
notApplicable?: boolean;
/** Extra information about the page provided by some types of audits, in one of several possible forms that can be rendered in the HTML report. */