/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
components/script_bindings/webidls/WritableStreamDefaultController.webidl
11 строк
411 B
Taym Haddadi
implement Writablestreamdefaultcontroller abortcontroller (#37511)
18 июн 2025, 18:26
Не верифицирован
18 июн 2025, 18:26
fc2135c
Код
Авторство
О чём код?
/* 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://streams.spec.whatwg.org/#writablestreamdefaultcontroller [Exposed=*] interface WritableStreamDefaultController { readonly attribute AbortSignal signal; undefined error(optional any e); };