Skip to content

Commit

Permalink
Fix issue with navigator.onLine
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed Feb 5, 2021
1 parent 4aa0ec0 commit ecc78f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -94042,10 +94042,10 @@ interface <dfn>Navigator</dfn> {

<div w-nodev>

<p>The <dfn><code data-x="dom-navigator-onLine">navigator.onLine</code></dfn> attribute must return
false if the user agent will not contact the network when the user follows links or when a script
requests a remote page (or knows that such an attempt would fail), and must return true
otherwise.</p>
<p>The <dfn attribute for="NavigatorOnLine"><code
data-x="dom-navigator-onLine">onLine</code></dfn> attribute must return false if the user agent
will not contact the network when the user follows links or when a script requests a remote page
(or knows that such an attempt would fail), and must return true otherwise.</p>

<p>When the value that would be returned by the <code
data-x="dom-navigator-onLine">navigator.onLine</code> attribute of a <code>Window</code> or
Expand Down

0 comments on commit ecc78f6

Please sign in to comment.