Skip to content

Commit

Permalink
drop Worker support
Browse files Browse the repository at this point in the history
See #37

Ref #36
  • Loading branch information
igrigorik committed Oct 25, 2016
1 parent ed87815 commit 95e6a1f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions index.html
Expand Up @@ -176,6 +176,7 @@ <h2>Introduction</h2>
background synchronization or transfer capabilities. The user agent is
allowed to restrict the maximum accepted payload size to ensure that
beacon requests are able to complete quickly and in a timely manner.</li>
<li>The <code>sendBeacon</code> method does not provide ability to customize the request method, provide custom request headers, or change other <a href="#sec-processing-model">processing properties</a> of the request and response. Applications that require non-default settings for such requests should use the [[FETCH]] API with <a href="#concept-keep-alive-flag">keepalive flag</a> set to <code>true</code>.</li>
</ul>
</section>
<section id="conformance-requirements">
Expand Down Expand Up @@ -352,11 +353,6 @@ <h2><code>sendBeacon</code> Method</h2>
boolean <a>sendBeacon</a>(<a>USVString</a> <var title=
"url">url</var>, optional <a>BodyInit</a>? <var>data</var> = null);
};

partial interface <dfn id="WorkerNavigator">WorkerNavigator</dfn> {
boolean <a>sendBeacon</a>(USVString <var title=
"url">url</var>, optional <a>BodyInit</a>? <var>data</var> = null);
};
</pre>
<p>The <dfn id="dom-navigator-sendbeacon"><code>sendBeacon</code></dfn>
method transmits data provided by the <a href=
Expand Down

0 comments on commit 95e6a1f

Please sign in to comment.