Nick Schonning
e9df65bad0
Remove Array.prototype.includes polyfill ( #24234 )
2 years ago
Nick Schonning
169b9c9b13
Remove isNaN polyfill ( #24224 )
2 years ago
TAKAHASHI Shuuji
9d3270bdf6
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
4266397139
Replace `CancelToken` to `AbortSignal` ( #19352 )
2 years ago
ThibG
3cdaa34783
Fix old browsers crashing because of missing `finally` polyfill in web UI ( #13115 )
...
Fix #13015
5 years ago
Yamagishi Kazutoshi
1b33b18f98
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
8706d8a6eb
Add polyfill for Object.values ( #6697 )
7 years ago
Yamagishi Kazutoshi
54257c9325
Load extra polyfills when isIntersecting is undefined ( #4469 )
7 years ago
unarist
e9f905bc87
Add object-fit polyfill for Edge ( #4182 )
7 years ago
Nolan Lawson
05145a95e4
Extract polyfill loading into single module ( #3421 )
8 years ago