1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-21 04:52:26 -05:00
This commit is contained in:
Hajime-san 2024-11-26 22:57:03 +09:00
parent 5b112826a8
commit e59be4a2c5

View file

@ -244,7 +244,7 @@ function createImageBitmap(
let width = 0;
let height = 0;
// If the of image doesn't have a MIME type, mark it as 0.
// If the image doesn't have a MIME type, mark it as 0.
let mimeType = 0;
let imageBitmapSource, buf;
if (isBlob) {