/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
components/script_bindings/webidls/TextDecoderCommon.webidl
11 строк
419 B
minghuaw
Update webidl files for TextEncoder and TextDecoder (#37952)
09 июл 2025, 15:42
Не верифицирован
09 июл 2025, 15:42
562d9e4
Код
Авторство
О чём код?
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ // https://encoding.spec.whatwg.org/#textdecodercommon interface mixin TextDecoderCommon { readonly attribute DOMString encoding; readonly attribute boolean fatal; readonly attribute boolean ignoreBOM; };