Skip to content

Commit ad7d3b7

Browse files
authored
Updates a link in the Workbox types for the stale-while-revalidate strategy. (#3105)
1 parent 592af12 commit ad7d3b7

File tree

10 files changed

+10025
-10590
lines changed

10 files changed

+10025
-10590
lines changed

packages/workbox-build/package-lock.json

Lines changed: 5003 additions & 2305 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/workbox-build/src/schema/GenerateSWOptions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@
391391
"$ref": "#/definitions/ExpirationPluginOptions"
392392
},
393393
"networkTimeoutSeconds": {
394-
"description": "If provided, this will set the `cacheName` property of the\n{@link workbox-strategies} configured in `handler`. Note that only\n`'NetworkFirst'` and `'NetworkOnly'` support `networkTimeoutSeconds`.",
394+
"description": "If provided, this will set the `networkTimeoutSeconds` property of the\n{@link workbox-strategies} configured in `handler`. Note that only\n`'NetworkFirst'` and `'NetworkOnly'` support `networkTimeoutSeconds`.",
395395
"type": "number"
396396
},
397397
"plugins": {

packages/workbox-build/src/schema/GetManifestOptions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
"$ref": "#/definitions/ExpirationPluginOptions"
267267
},
268268
"networkTimeoutSeconds": {
269-
"description": "If provided, this will set the `cacheName` property of the\n{@link workbox-strategies} configured in `handler`. Note that only\n`'NetworkFirst'` and `'NetworkOnly'` support `networkTimeoutSeconds`.",
269+
"description": "If provided, this will set the `networkTimeoutSeconds` property of the\n{@link workbox-strategies} configured in `handler`. Note that only\n`'NetworkFirst'` and `'NetworkOnly'` support `networkTimeoutSeconds`.",
270270
"type": "number"
271271
},
272272
"plugins": {

packages/workbox-build/src/schema/InjectManifestOptions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
"$ref": "#/definitions/ExpirationPluginOptions"
282282
},
283283
"networkTimeoutSeconds": {
284-
"description": "If provided, this will set the `cacheName` property of the\n{@link workbox-strategies} configured in `handler`. Note that only\n`'NetworkFirst'` and `'NetworkOnly'` support `networkTimeoutSeconds`.",
284+
"description": "If provided, this will set the `networkTimeoutSeconds` property of the\n{@link workbox-strategies} configured in `handler`. Note that only\n`'NetworkFirst'` and `'NetworkOnly'` support `networkTimeoutSeconds`.",
285285
"type": "number"
286286
},
287287
"plugins": {

packages/workbox-build/src/schema/WebpackGenerateSWOptions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@
369369
"$ref": "#/definitions/ExpirationPluginOptions"
370370
},
371371
"networkTimeoutSeconds": {
372-
"description": "If provided, this will set the `cacheName` property of the\n{@link workbox-strategies} configured in `handler`. Note that only\n`'NetworkFirst'` and `'NetworkOnly'` support `networkTimeoutSeconds`.",
372+
"description": "If provided, this will set the `networkTimeoutSeconds` property of the\n{@link workbox-strategies} configured in `handler`. Note that only\n`'NetworkFirst'` and `'NetworkOnly'` support `networkTimeoutSeconds`.",
373373
"type": "number"
374374
},
375375
"plugins": {

packages/workbox-build/src/schema/WebpackInjectManifestOptions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
"$ref": "#/definitions/ExpirationPluginOptions"
270270
},
271271
"networkTimeoutSeconds": {
272-
"description": "If provided, this will set the `cacheName` property of the\n{@link workbox-strategies} configured in `handler`. Note that only\n`'NetworkFirst'` and `'NetworkOnly'` support `networkTimeoutSeconds`.",
272+
"description": "If provided, this will set the `networkTimeoutSeconds` property of the\n{@link workbox-strategies} configured in `handler`. Note that only\n`'NetworkFirst'` and `'NetworkOnly'` support `networkTimeoutSeconds`.",
273273
"type": "number"
274274
},
275275
"plugins": {

0 commit comments

Comments
 (0)