Skip to content

Remove StructuedClone call #279

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 23, 2017
Merged
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
11 changes: 5 additions & 6 deletions url.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1377,9 +1377,8 @@ different document encoding. Using the <a>UTF-8</a> encoding everywhere solves t
<a for=url>path</a>[0] is not in the <a>blob URL store</a>, then return <var>url</var>.
[[!FILEAPI]]

<li><p>Set <var>url</var>'s <a for=url>object</a> to a <a abstract-op>StructuredClone</a> of the
entry in the <a>blob URL store</a> corresponding to <var>url</var>'s <a for=url>path</a>[0].
[[!HTML]]
<li><p>Set <var>url</var>'s <a for=url>object</a> to the entry in the <a>blob URL store</a>
corresponding to <var>url</var>'s <a for=url>path</a>[0].

<li><p>Return <var>url</var>.
</ol>
Expand Down Expand Up @@ -3267,9 +3266,9 @@ neighboring rights to this work.
urlPrefix: https://w3c.github.io/FileAPI/; type: dfn
text: blob url store; url: #BlobURLStore
urlPrefix: https://w3c.github.io/media-source/#idl-def-; type: interface
text: MediaSource; url: MediaSource
urlPrefix: https://www.w3.org/TR/mediacapture-streams/#idl-def-; type: interface
text: MediaStream; url: MediaStream
text: MediaSource
urlPrefix: https://w3c.github.io/mediacapture-main/#idl-def-; type: interface
text: MediaStream
url: http://www.unicode.org/reports/tr46/#ToASCII; type: dfn; text: toascii; spec: IDNA
url: http://www.unicode.org/reports/tr46/#ToUnicode; type: dfn; text: tounicode; spec: IDNA
</pre>