- From: Domenic Denicola <notifications@github.com>
- Date: Wed, 06 Dec 2017 13:45:56 -0800
- To: w3c/FileAPI <FileAPI@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 6 December 2017 21:46:49 UTC
domenic commented on this pull request. > -This section provides sample exchanges between web applications and user agents using <a>Blob URLs</a>. -A [=/request=] can be triggered using HTML markup of the sort -<code class="lang-markup"><img src="blob:http://example.org:8080/550e8400-e29b-41d4-a716-446655440000"></code>. -These examples merely illustrate the [=/request=] and [=/response=]; -web developers are not likely to interact with all the headers, -but the {{XMLHttpRequest/getAllResponseHeaders()}} method of {{XMLHttpRequest}}, if used, -will show relevant [=/response=] headers. +1. [=Assert=]: |url|'s [=url/scheme=] is <code>"blob"</code>. +1. Let |entry| be the result of [=Blob URL/resolve|resolving=] |url|. +1. If |entry| is not undefined, return |entry|'s [=Blob URL Entry/environment=]'s [=environment settings object/origin=]. Hmm, I guess I misremembered Infra. Well, yeah, this definitely needs clarity; "nothing" is pretty ambiguous. I will open a new issue. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/FileAPI/pull/92#discussion_r155370860
Received on Wednesday, 6 December 2017 21:46:49 UTC