From e5e42428433172f4a5b56c1f972a280c207ccde8 Mon Sep 17 00:00:00 2001 From: Jude Kwashie Date: Mon, 25 Aug 2025 07:53:54 +0000 Subject: [PATCH] fix: clarify documentation for Blob type property to specify MIME type --- web/lib/src/dom/fileapi.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/lib/src/dom/fileapi.dart b/web/lib/src/dom/fileapi.dart index a3c4a777..2aedabf8 100644 --- a/web/lib/src/dom/fileapi.dart +++ b/web/lib/src/dom/fileapi.dart @@ -76,8 +76,8 @@ extension type Blob._(JSObject _) implements JSObject { /// the size of the [Blob] or [File] in bytes. external int get size; - /// The **`type`** read-only property of the [Blob] interface returns the of - /// the file. + /// The **`type`** read-only property of the [Blob] interface returns the MIME + /// type of the file. /// /// > [!NOTE] /// > Based on the current implementation, browsers won't actually read the