libresilient/__tests__/config.json

18 wiersze
363 B
JSON
Czysty Zwykły widok Historia

{
2024-02-23 17:58:45 +00:00
"defaultPluginTimeout": 4500,
"stillLoadingTimeout": 1,
"plugins": [{
2024-02-23 17:58:45 +00:00
"name": "cache"
},{
"name": "delay",
"delay": [
["test.html$", 7000]
],
"defaultDelay": 5000,
"uses": [{
"name": "fetch"
}]
}],
2024-02-23 17:58:45 +00:00
"loggedComponents": ["service-worker", "fetch", "delay"]
}