File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/service-worker/src Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,12 +48,12 @@ export abstract class SwRegistrationOptions {
4848 * with the browser.
4949 *
5050 * The default behavior of registering once the application stabilizes (i.e. as soon as there are
51- * no pending micro- and macro-tasks), is designed register the ServiceWorker as soon as possible
52- * but without affecting the application's first time load.
51+ * no pending micro- and macro-tasks) is designed to register the ServiceWorker as soon as
52+ * possible but without affecting the application's first time load.
5353 *
5454 * Still, there might be cases where you want more control over when the ServiceWorker is
55- * registered (e.g. there might be a long-running timeout or polling interval, preventing the app
56- * to stabilize ). The available option are:
55+ * registered (for example, there might be a long-running timeout or polling interval, preventing
56+ * the app from stabilizing ). The available option are:
5757 *
5858 * - `registerWhenStable:<timeout>`: Register as soon as the application stabilizes (no pending
5959 * micro-/macro-tasks) but no later than `<timeout>` milliseconds. If the app hasn't
You can’t perform that action at this time.
0 commit comments