Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions web/lib/src/dom/fileapi.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down