diff --git a/aio/content/guide/service-worker-communications.md b/aio/content/guide/service-worker-communications.md index 18a41061d3..4b94b318aa 100644 --- a/aio/content/guide/service-worker-communications.md +++ b/aio/content/guide/service-worker-communications.md @@ -50,6 +50,9 @@ script will never be registered with the browser. You can avoid that by waiting for the app to stabilize first, before starting to poll for updates (as shown in the example above). +Note that this is true for any kind of polling done by your application. +Check the {@link ApplicationRef#isStable isStable} documentation for more information. + ### Forcing update activation