Polyfill SubmitEvent for PaleMoon (#28441)

This commit is contained in:
wxiaoguang
2023-12-15 07:26:36 +08:00
committed by GitHub
parent 8c91e31540
commit 6632d1497c
6 changed files with 31 additions and 7 deletions

View File

@ -1,4 +1,4 @@
import '@webcomponents/custom-elements'; // polyfill for some browsers like Pale Moon
import '@webcomponents/custom-elements'; // polyfill for some browsers like PaleMoon
import './polyfill.js';
import '@github/relative-time-element';