Add polyfill for FormData

This commit is contained in:
Kijin Sung 2025-06-18 18:51:02 +09:00
parent 2b62780b90
commit 87e34246f2
2 changed files with 22 additions and 0 deletions

View file

@ -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';
}