Commit graph

3 commits

Author SHA1 Message Date
Nick Schonning
c4f2b1e86a Fix minor typos in comments and spec names (#21831) 2023-05-19 17:13:29 +02:00
Maciek Baron
c6084cf719 Add comment, test to unescapeHTML (#7949) 2018-07-05 19:19:38 +09: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