Skip to content

Commit

Permalink
Remove requestSubmit polyfill
Browse files Browse the repository at this point in the history
A polyfill for [HTMLFormElement.requestSubmit][] was introduced and
inlined as part of the [7.1.0][] release.

As of April 2023, that method has total support and 100%
[Compatibility][] with evergreen browsers.

This commit removes that polyfill.

[HTMLFormElement.requestSubmit]: https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement/requestSubmit
[7.1.0]: d4805a4
[Compatibility]: https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement/requestSubmit#browser_compatibility
  • Loading branch information
seanpdoyle committed Dec 5, 2024
1 parent ea54ae5 commit ae13da5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 53 deletions.
52 changes: 0 additions & 52 deletions src/polyfills/form-request-submit-polyfill.js

This file was deleted.

1 change: 0 additions & 1 deletion src/polyfills/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
import "./form-request-submit-polyfill"
import "./submit-event"

0 comments on commit ae13da5

Please sign in to comment.