/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
lib/internal/worker/clone_dom_exception.js
8 строк
251 B
Filip Skokan
lib,src: implement QuotaExceededError as DOMException-derived interface
19 мар 2026, 16:41
19 мар 2026, 16:41
b328bf7
Код
Авторство
О чём код?
'use strict'; // Delegate to the actual DOMException/QuotaExceededError implementation. const messaging = internalBinding('messaging'); module.exports = { DOMException: messaging.DOMException, QuotaExceededError: messaging.QuotaExceededError, };