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

Gracefully handle documents that are not fully active #90

Merged
merged 8 commits into from
Jul 15, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Gracefully handle documents that are not fully active
  • Loading branch information
marcoscaceres committed Jun 9, 2021
commit 307cc59350e2f9cbef07a702d0d8d9e0700bff05
13 changes: 12 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,18 @@ <h2>
</p>
<ol class="algorithm">
<li>Let |watchTasks:Set| be [=this=]'s
{{Geolocation/[[watchTasks]]}}.
{{Geolocation/[[watchTasks]]}}.
</li>
<li>
If the [=current settings object=]'s [=associated `Document`=] is not [=fully active=]:
<ol>
<li>
[=list/Empty=] |watchTasks|.
</li>
<li>
Return [=implementation-defined=] {{long}}.
</li>
</ol>
</li>
<li>Acquire a watch id.
<ol>
Expand Down