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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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';