Commit graph

7 commits

Author SHA1 Message Date
Yamagishi Kazutoshi
4266397139 Replace CancelToken to AbortSignal () 2022-10-14 03:16:37 +02:00
ThibG
3cdaa34783 Fix old browsers crashing because of missing finally polyfill in web UI ()
Fix 
2020-02-18 17:22:44 +01:00
Yamagishi Kazutoshi
1b33b18f98 Refactor resizeImage method ()
- 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 () 2018-03-08 13:07:25 +01:00
Yamagishi Kazutoshi
54257c9325 Load extra polyfills when isIntersecting is undefined () 2017-07-31 19:40:20 +02:00
unarist
e9f905bc87 Add object-fit polyfill for Edge () 2017-07-14 01:59:34 +02:00
Nolan Lawson
05145a95e4 Extract polyfill loading into single module () 2017-05-30 15:11:15 +02:00