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
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,7 @@ which switches on |type| and runs the associated steps:

* Use |mimeType| as part of the Data URL if it is available
in keeping with the Data URL specification [[!RFC2397]].
* If |mimeType| is not available return a Data URL without a media-type. [[!RFC2397]].
* If |mimeType| is not available return a Data URL with media-type "application/octet-stream". [[!RFC2397]].

Issue(104): Better specify how the DataURL is generated.

Expand Down
Loading