Skip to content

Commit

Permalink
Stop usage of entry settings object
Browse files Browse the repository at this point in the history
It’s been wrong all along. Fixes #367.
  • Loading branch information
annevk committed Aug 11, 2016
1 parent b9ad2f5 commit 24db2d3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions Overview.html
Expand Up @@ -4590,7 +4590,7 @@ <h3 id="request-class"><span class="secno">6.3 </span>Request class</h3>

<li><p>Let <var>fallbackCredentials</var> be null.

<li><p>Let <var>baseURL</var> be <a class="external" data-anolis-spec="html" href="https://html.spec.whatwg.org/multipage/webappapis.html#entry-settings-object">entry settings object</a>'s
<li><p>Let <var>baseURL</var> be <a class="external" data-anolis-spec="html" href="https://html.spec.whatwg.org/multipage/webappapis.html#current-settings-object">current settings object</a>'s
<a class="external" data-anolis-spec="html" href="https://html.spec.whatwg.org/multipage/webappapis.html#api-base-url">API base URL</a>.

<li>
Expand Down Expand Up @@ -4628,7 +4628,7 @@ <h3 id="request-class"><span class="secno">6.3 </span>Request class</h3>
<a href="#concept-request-request" title="concept-Request-request">request</a>.
</ol>

<li><p>Let <var>origin</var> be <a class="external" data-anolis-spec="html" href="https://html.spec.whatwg.org/multipage/webappapis.html#entry-settings-object">entry settings object</a>'s
<li><p>Let <var>origin</var> be <a class="external" data-anolis-spec="html" href="https://html.spec.whatwg.org/multipage/webappapis.html#current-settings-object">current settings object</a>'s
<a class="external" data-anolis-spec="html" href="https://html.spec.whatwg.org/multipage/browsers.html#origin">origin</a>.

<li><p>Let <var>window</var> be "<code>client</code>".
Expand All @@ -4654,7 +4654,7 @@ <h3 id="request-class"><span class="secno">6.3 </span>Request class</h3>
<var>request</var>'s <a href="#concept-request-header-list" title="concept-request-header-list">header list</a>,
<a href="#unsafe-request-flag">unsafe-request flag</a> is set,
<a href="#concept-request-client" title="concept-request-client">client</a> is
<a class="external" data-anolis-spec="html" href="https://html.spec.whatwg.org/multipage/webappapis.html#entry-settings-object">entry settings object</a>,
<a class="external" data-anolis-spec="html" href="https://html.spec.whatwg.org/multipage/webappapis.html#current-settings-object">current settings object</a>,
<a href="#concept-request-window" title="concept-request-window">window</a> is <var>window</var>,
<a href="#concept-request-origin" title="concept-request-origin">origin</a> is "<code>client</code>",
<a href="#omit-origin-header-flag">omit-<code>Origin</code>-header flag</a> is <var>request</var>'s
Expand Down Expand Up @@ -5097,7 +5097,7 @@ <h3 id="response-class"><span class="secno">6.4 </span>Response class</h3>

<li><p>Set <var>r</var>'s <a href="#concept-response-response" title="concept-Response-response">response</a>'s
<a href="#concept-response-https-state" title="concept-response-https-state">HTTPS state</a> to
<a class="external" data-anolis-spec="html" href="https://html.spec.whatwg.org/multipage/webappapis.html#entry-settings-object">entry settings object</a>'s
<a class="external" data-anolis-spec="html" href="https://html.spec.whatwg.org/multipage/webappapis.html#current-settings-object">current settings object</a>'s
<a class="external" data-anolis-spec="html" href="https://html.spec.whatwg.org/multipage/webappapis.html#https-state">HTTPS state</a>.

<li><p>Resolve <var>r</var>'s <a href="#concept-response-trailer-promise" title="concept-Response-trailer-promise">trailer promise</a>
Expand All @@ -5118,8 +5118,8 @@ <h3 id="response-class"><span class="secno">6.4 </span>Response class</h3>

<ol>
<li><p>Let <var>parsedURL</var> be the result of
<a class="external" data-anolis-spec="url" href="https://url.spec.whatwg.org/#concept-url-parser" title="concept-url-parser">parsing</a>
<var>url</var> with <a class="external" data-anolis-spec="html" href="https://html.spec.whatwg.org/multipage/webappapis.html#entry-settings-object">entry settings object</a>'s
<a class="external" data-anolis-spec="url" href="https://url.spec.whatwg.org/#concept-url-parser" title="concept-url-parser">parsing</a> <var>url</var> with
<a class="external" data-anolis-spec="html" href="https://html.spec.whatwg.org/multipage/webappapis.html#current-settings-object">current settings object</a>'s
<a class="external" data-anolis-spec="html" href="https://html.spec.whatwg.org/multipage/webappapis.html#api-base-url">API base URL</a>.

<li><p>If <var>parsedURL</var> is failure,
Expand Down
12 changes: 6 additions & 6 deletions Overview.src.html
Expand Up @@ -4519,7 +4519,7 @@ <h3>Request class</h3>

<li><p>Let <var>fallbackCredentials</var> be null.

<li><p>Let <var>baseURL</var> be <span data-anolis-spec=html>entry settings object</span>'s
<li><p>Let <var>baseURL</var> be <span data-anolis-spec=html>current settings object</span>'s
<span data-anolis-spec=html>API base URL</span>.

<li>
Expand Down Expand Up @@ -4557,7 +4557,7 @@ <h3>Request class</h3>
<span title=concept-Request-request>request</span>.
</ol>

<li><p>Let <var>origin</var> be <span data-anolis-spec=html>entry settings object</span>'s
<li><p>Let <var>origin</var> be <span data-anolis-spec=html>current settings object</span>'s
<span data-anolis-spec=html>origin</span>.

<li><p>Let <var>window</var> be "<code>client</code>".
Expand All @@ -4583,7 +4583,7 @@ <h3>Request class</h3>
<var>request</var>'s <span title=concept-request-header-list>header list</span>,
<span>unsafe-request flag</span> is set,
<span title=concept-request-client>client</span> is
<span data-anolis-spec=html>entry settings object</span>,
<span data-anolis-spec=html>current settings object</span>,
<span title=concept-request-window>window</span> is <var>window</var>,
<span title=concept-request-origin>origin</span> is "<code>client</code>",
<span>omit-<code>Origin</code>-header flag</span> is <var>request</var>'s
Expand Down Expand Up @@ -5026,7 +5026,7 @@ <h3>Response class</h3>

<li><p>Set <var>r</var>'s <span title=concept-Response-response>response</span>'s
<span title=concept-response-https-state>HTTPS state</span> to
<span data-anolis-spec=html>entry settings object</span>'s
<span data-anolis-spec=html>current settings object</span>'s
<span data-anolis-spec=html>HTTPS state</span>.

<li><p>Resolve <var>r</var>'s <span title=concept-Response-trailer-promise>trailer promise</span>
Expand All @@ -5047,8 +5047,8 @@ <h3>Response class</h3>

<ol>
<li><p>Let <var>parsedURL</var> be the result of
<span data-anolis-spec=url title=concept-url-parser>parsing</span>
<var>url</var> with <span data-anolis-spec=html>entry settings object</span>'s
<span data-anolis-spec=url title=concept-url-parser>parsing</span> <var>url</var> with
<span data-anolis-spec=html>current settings object</span>'s
<span data-anolis-spec=html>API base URL</span>.

<li><p>If <var>parsedURL</var> is failure,
Expand Down

0 comments on commit 24db2d3

Please sign in to comment.