Nick Schonning
b46125224c
Remove isNaN polyfill ( #24224 )
2 years ago
TAKAHASHI Shuuji
d68c12648c
Remove object-fit polyfill for the old Microsoft Edge ( #22693 )
...
* chore: remove object-fit-images and its postcss packages
* chore: update postcss config
* chore: remove object-fit-image from extra_polyfills.js
* chore: remove object-fit property check from load_polyfills.js
2 years ago
Yamagishi Kazutoshi
219c38b921
Replace `CancelToken` to `AbortSignal` ( #19352 )
2 years ago
ThibG
1314bba68a
Fix old browsers crashing because of missing `finally` polyfill in web UI ( #13115 )
...
Fix #13015
5 years ago
Yamagishi Kazutoshi
0758b00bfd
Refactor resizeImage method ( #7236 )
...
- Use URL.createObjectURL (replace from FileReader)
- Use HTMLCanvasElement.prototype.toBlob
(replace from HTMLCanvasElement.prototype.toDataURL)
- Use Promise (replace callback interface)
7 years ago
Yamagishi Kazutoshi
188aa3ea50
Add polyfill for Object.values ( #6697 )
7 years ago
Yamagishi Kazutoshi
b9ec3b7e7c
Load extra polyfills when isIntersecting is undefined ( #4469 )
7 years ago
unarist
eeb5923e89
Add object-fit polyfill for Edge ( #4182 )
7 years ago
Nolan Lawson
b42bdd80e8
Extract polyfill loading into single module ( #3421 )
8 years ago