Add Proxy polyfill

This commit is contained in:
Dmitry Lyzo
2025-05-28 21:36:56 +03:00
parent 6eee5c649e
commit eb125b5666
4 changed files with 15 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ import 'classlist.js';
import 'whatwg-fetch';
import 'abortcontroller-polyfill'; // requires fetch
import 'resize-observer-polyfill';
import 'proxy-polyfill';
import './domParserTextHtml';
import './elementAppendPrepend';