- From: Dan Robertson <notifications@github.com>
- Date: Mon, 28 Nov 2022 07:16:46 -0800
- To: w3c/FileAPI <FileAPI@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 28 November 2022 15:16:58 UTC
@dlrobertson commented on this pull request. > @@ -558,8 +555,20 @@ returns a new {{Blob}} object with bytes ranging from the optional <var>start</v up to but not including the optional <var>end</var> parameter, and with a {{Blob/type}} attribute that is the value of the optional <var>contentType</var> parameter. It must act as follows: -1. Return the result of <a>slice blob</a> given <a>this</a>, <var>start</var>, <var>end</var>, - and <var>contentType</var>. +1. Let <var>sliceStart</var> be null. Good point! -- Reply to this email directly or view it on GitHub: https://github.com/w3c/FileAPI/pull/184#discussion_r1033672859 You are receiving this because you are subscribed to this thread. Message ID: <w3c/FileAPI/pull/184/review/1195999667@github.com>
Received on Monday, 28 November 2022 15:16:58 UTC