Skip to content
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

Set request's cors mode based on payload's object type #33

Merged
merged 1 commit into from Jun 29, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion index.html
Expand Up @@ -447,6 +447,7 @@ <h2>Processing Model</h2>
object's byte stream (<var>transmittedData</var>) and MIME type
(<var>mimeType</var>).
</li>
<li>Let <var>corsMode</var> be set to "<code>cors</code>" if object's type is is <code>Blob</code> and "<code>no-cors</code>" otherwise.</li>
<li>Let <var>headerList</var> be null.</li>
</ul>
</li>
Expand Down Expand Up @@ -492,7 +493,7 @@ <h2>Processing Model</h2>
<dt>
<a>mode</a>
</dt>
<dd><i>CORS</i></dd>
<dd><var>corsMode</var></dd>
<dt>
<a>credentials mode</a>
</dt>
Expand Down