about summary refs log tree commit diff
path: root/app/javascript/mastodon/load_polyfills.js
AgeCommit message (Collapse)Author
2023-04-07Remove Array.prototype.includes polyfill (#24234)Nick Schonning
2023-03-23Remove isNaN polyfill (#24224)Nick Schonning
2023-01-05Remove object-fit polyfill for the old Microsoft Edge (#22693)TAKAHASHI Shuuji
* 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
2022-10-14Replace `CancelToken` to `AbortSignal` (#19352)Yamagishi Kazutoshi
2020-02-18Fix old browsers crashing because of missing `finally` polyfill in web UI ↵ThibG
(#13115) Fix #13015
2018-04-23Refactor resizeImage method (#7236)Yamagishi Kazutoshi
- Use URL.createObjectURL (replace from FileReader) - Use HTMLCanvasElement.prototype.toBlob (replace from HTMLCanvasElement.prototype.toDataURL) - Use Promise (replace callback interface)
2018-03-08Add polyfill for Object.values (#6697)Yamagishi Kazutoshi
2017-07-31Load extra polyfills when isIntersecting is undefined (#4469)Yamagishi Kazutoshi
2017-07-14Add object-fit polyfill for Edge (#4182)unarist
2017-05-30Extract polyfill loading into single module (#3421)Nolan Lawson