Skip to content

Commit

Permalink
Small change to 'Design decisions'. (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
mugdhalakhani authored and beverloo committed Mar 29, 2019
1 parent 20aa7cd commit 36eb156
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ We think that the use cases for periodic background sync are sufficiently differ
cases for one-shot background sync to justify having a separate event in the developer's service
worker: synchronizing data in response to a user action versus opportunistically refreshing
content. In addition, there are different timing guarantees: one-shot sync has to run as soon as
possible, where the browser has the final timing decision for periodic sync.
possible, where the browser has the final timing decision for periodic sync, as long as it
honors the requested `minInterval` between two consecutive events.
The interfaces mimic regular Background Sync, but substitute `navigator.sync` with
`navigator.periodicSync` for symmetry with the event that will be fired in the service worker.
Expand Down

0 comments on commit 36eb156

Please sign in to comment.