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

Change "validate the response" to "process the response" to match HTML #876

Merged
merged 1 commit into from
Jun 23, 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
4 changes: 2 additions & 2 deletions spec/service_worker/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ spec: html; urlPrefix: https://html.spec.whatwg.org/multipage/
text: script; url: concept-script
text: set up the request; url: fetching-scripts-set-up-request
text: task queue; for: event loop
text: validate the response; url: fetching-scripts-validate-response
text: process the response; url: fetching-scripts-process-response
urlPrefix: workers.html
text: get a fetch result
text: https state
Expand Down Expand Up @@ -3167,7 +3167,7 @@ spec: webidl; urlPrefix: https://heycam.github.io/webidl/
<p class="note">Even if the cache mode is not set to "reload", the user agent obeys Cache-Control header's max-age value in the network layer to determine if it should bypass the browser cache.</p>
</li>
</ol>
<p>To <a>validate the response</a> given <var>response</var>, run the following steps:</p>
<p>To <a>process the response</a> given <var>response</var>, run the following steps:</p>
<ol>
<li><a>Extract a MIME type</a> from the <var>response</var>'s <a for="response">header list</a>. If this MIME type (ignoring parameters) is not one of <code>text/javascript</code>, <code>application/x-javascript</code>, and <code>application/javascript</code>, then:
<ol>
Expand Down