Re: [whatwg/fetch] Add support for blob range requests (PR #1520)

@annevk commented on this pull request.



>  
-     <li><p>Let <var>length</var> be <var>body</var>'s <a for=body>length</a>,
+     <li><p>Let <var>fullLength</var> be <var>blobURLEntry</var>'s
+     <a for="blob URL entry">object</a>'s <a for=Blob data-link-type=attribute>size</a>,

Does the latter include also result in `<code>` being included? Anyway, the former is a shorthand that should do the right thing and it's useful to do it consistently within a document so you can easily find all instances.

Now having said all that, typically you would never want to reference an IDL attribute as it's the public API. The problem here is that `Blob` still doesn't define its internal model.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1520#discussion_r1037244005
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/pull/1520/review/1201197225@github.com>

Received on Thursday, 1 December 2022 15:23:13 UTC