Yamagishi Kazutoshi
4266397139
Replace CancelToken
to AbortSignal
( #19352 )
2022-10-14 03:16:37 +02:00
ThibG
3cdaa34783
Fix old browsers crashing because of missing finally
polyfill in web UI ( #13115 )
...
Fix #13015
2020-02-18 17:22:44 +01:00
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)
2018-04-23 09:15:51 +02:00
Yamagishi Kazutoshi
8706d8a6eb
Add polyfill for Object.values ( #6697 )
2018-03-08 13:07:25 +01:00
Yamagishi Kazutoshi
54257c9325
Load extra polyfills when isIntersecting is undefined ( #4469 )
2017-07-31 19:40:20 +02:00
unarist
e9f905bc87
Add object-fit polyfill for Edge ( #4182 )
2017-07-14 01:59:34 +02:00
Nolan Lawson
05145a95e4
Extract polyfill loading into single module ( #3421 )
2017-05-30 15:11:15 +02:00