Skip to content

Commit 04b0d7c

Browse files
authored
Add files via upload
1 parent 05328ef commit 04b0d7c

2 files changed

Lines changed: 13 additions & 14 deletions

File tree

service-worker-assets.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
self.assetsManifest = {
2-
"version": "K2AM/eb9",
2+
"version": "ENDJpeTC",
33
"assets": [
44
{
55
"hash": "sha256-7swnkVVLqmf/yqyfon2FbKbIiI9IgEYZ7TfmoVZLURE=",
66
"url": "HashifyNETBlazor.styles.css"
77
},
88
{
9-
"hash": "sha256-WTNUc4ZU0pA0T6sszpCY8wzVCkHIWp004GYJVIEnshg=",
9+
"hash": "sha256-ChCzAyEnEW7FWoyhXI20uzAv/+c+TKc+yb1qls6VMvw=",
1010
"url": "_framework/HashifyNET.wasm"
1111
},
1212
{
13-
"hash": "sha256-hYT18lOMn9AejE6cp6df3M9qUTwzIEj1Ec2KfBtdBvo=",
13+
"hash": "sha256-ZjTICCRGGti78Sv2Kx+Q+Hn7GdQtp3fKFETN5ZzJ9nc=",
1414
"url": "_framework/HashifyNETBlazor.wasm"
1515
},
1616
{
@@ -78,7 +78,7 @@ self.assetsManifest = {
7878
"url": "_framework/System.Collections.Concurrent.wasm"
7979
},
8080
{
81-
"hash": "sha256-X6KBvL1LYcoDtMAb9XclUc1M2XWnBDsmu4pjayzG3V8=",
81+
"hash": "sha256-ybDi1Eql/ULt/REE6RyUUiaiIfMAmFPKniv0j5ebqT4=",
8282
"url": "_framework/System.Collections.Immutable.wasm"
8383
},
8484
{
@@ -90,7 +90,7 @@ self.assetsManifest = {
9090
"url": "_framework/System.Collections.Specialized.wasm"
9191
},
9292
{
93-
"hash": "sha256-BUp2msbXDr3k5XY6hntQZ/+e73X2b9BjNIXF5c0RoBE=",
93+
"hash": "sha256-tdfrb7j2FLmum8Vl030m0zlGnxHZZPBylCfXoc4KMW0=",
9494
"url": "_framework/System.Collections.wasm"
9595
},
9696
{
@@ -118,7 +118,7 @@ self.assetsManifest = {
118118
"url": "_framework/System.Linq.Expressions.wasm"
119119
},
120120
{
121-
"hash": "sha256-DJw4POcEm5fzbJ47BcN3nmLgP/UcoUBYDvsB+S8o49w=",
121+
"hash": "sha256-287gvz1rxkqO1gqmj5MIyiCUzVcyTpb1/6hppjGgmgA=",
122122
"url": "_framework/System.Linq.wasm"
123123
},
124124
{
@@ -138,7 +138,7 @@ self.assetsManifest = {
138138
"url": "_framework/System.ObjectModel.wasm"
139139
},
140140
{
141-
"hash": "sha256-LOYJuWO6lohSjTa8vlpPs1hFAxo9dSSMb9e/PFLVuwM=",
141+
"hash": "sha256-yFLxvXeAqw45hjFpNzhQnP963X+jEgTMOEruSCkLijQ=",
142142
"url": "_framework/System.Private.CoreLib.wasm"
143143
},
144144
{
@@ -162,11 +162,11 @@ self.assetsManifest = {
162162
"url": "_framework/System.Runtime.Serialization.Primitives.wasm"
163163
},
164164
{
165-
"hash": "sha256-UDar3CjiQf0nncSffd3UBllhjZ+JE+4ZiVeZzlKPMGw=",
165+
"hash": "sha256-V/Nyg5b4K3X2brSObXFwba5jYPRazyvhhQeQnKvgWPQ=",
166166
"url": "_framework/System.Runtime.wasm"
167167
},
168168
{
169-
"hash": "sha256-fIr65Tz7sRMjP7ON/BaSOqYYwqvy42QZla3q1Y4icn8=",
169+
"hash": "sha256-unRFxomCJ7tcu8QJFRwvixLCtx1cpLv2VnfyqTxnIlI=",
170170
"url": "_framework/System.Security.Cryptography.wasm"
171171
},
172172
{
@@ -198,7 +198,7 @@ self.assetsManifest = {
198198
"url": "_framework/System.wasm"
199199
},
200200
{
201-
"hash": "sha256-cc1BOkQ+aIb+XJaP/xA0r8brkkt9HBv6H0aVlonRP1A=",
201+
"hash": "sha256-D6bzWcCfeHAnu+cU6gAv+LFI/7xM2/Nu9qt4lYEw6Ow=",
202202
"url": "_framework/blazor.boot.json"
203203
},
204204
{
@@ -214,7 +214,7 @@ self.assetsManifest = {
214214
"url": "_framework/dotnet.native.js"
215215
},
216216
{
217-
"hash": "sha256-hr/TaopyV2+BBG35P7zbX6QEO49bwM0ev90t8qYInRg=",
217+
"hash": "sha256-ZZzwhPSu5oAdecqtoV0V/kCyr4mXMKjdhqAKj9jGqZs=",
218218
"url": "_framework/dotnet.native.wasm"
219219
},
220220
{

service-worker.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Manifest version: K2AM/eb9 */
1+
/* Manifest version: ENDJpeTC */
22
// Caution! Be sure you understand the caveats before publishing an application with
33
// offline support. See https://aka.ms/blazor-offline-considerations
44

@@ -13,7 +13,7 @@ const offlineAssetsInclude = [ /\.dll$/, /\.pdb$/, /\.wasm/, /\.html/, /\.js$/,
1313
const offlineAssetsExclude = [ /^service-worker\.js$/ ];
1414

1515
// Replace with your base path if you are hosting on a subfolder. Ensure there is a trailing '/'.
16-
const base = "/HashifyNETDemo/";
16+
const base = "/";
1717
const baseUrl = new URL(base, self.origin);
1818
const manifestUrlList = self.assetsManifest.assets.map(asset => new URL(asset.url, baseUrl).href);
1919

@@ -54,4 +54,3 @@ async function onFetch(event) {
5454

5555
return cachedResponse || fetch(event.request);
5656
}
57-

0 commit comments

Comments
 (0)