mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Add polyfill for FormData
This commit is contained in:
parent
2b62780b90
commit
87e34246f2
2 changed files with 22 additions and 0 deletions
|
|
@ -761,6 +761,7 @@ class HTMLDisplayHandler
|
|||
|
||||
if (str_contains($_SERVER['HTTP_USER_AGENT'] ?? '', 'Trident/'))
|
||||
{
|
||||
$original_file_list[] = 'polyfills/formdata.min.js';
|
||||
$original_file_list[] = 'polyfills/promise.min.js';
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue