Re: [w3c/FileAPI] editorial: make Blob.slice a separate algorithm (PR #183)

@annevk commented on this pull request.



> @@ -193,6 +193,75 @@ The term <dfn id="UnixEpoch">Unix Epoch</dfn> is used in this specification to r
 (or 1970-01-01T00:00:00Z ISO 8601);
 this is the same time that is conceptually "<code>0</code>" in ECMA-262 [[ECMA-262]].
 
+<div algorithm>
+The <dfn id="slice-blob">slice blob</dfn> algorithm given a {{Blob}} <var>blob</var>,

It should not be an abstract-op (that's mainly JS stuff, all our algorithms are the default dfn most of the time), but you're right that relying on the generated ID is fine.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/FileAPI/pull/183#discussion_r1019985650
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/FileAPI/pull/183/review/1176996887@github.com>

Received on Friday, 11 November 2022 08:25:55 UTC