You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,13 @@
3
3
This library provides a readable Svelte store to use a PWA's access to the [`Network Information API`](https://developer.mozilla.org/en-US/docs/Web/API/NetworkInformation), available on the navigator. It allows you to subscribe to network changes and read the provided values.
4
4
5
5
> Note:
6
-
> 'Network Information API' is currently experimental and only supported in a very limited set of browsers.
6
+
> 'Network Information API' is currently experimental and only supported in a limited set of browsers.
7
+
8
+
This package is part of a collection of PWA-related svelte-packages:
9
+
10
+
-[🖥️ Screen Wake Lock](https://www.npmjs.com/package/svelte-screen-wake-lock)
See [types](https://github.com/flaming-codes/svelte-network-information/blob/main/pkg/src/lib/types.ts) for a detailed type definition.
61
+
62
+
## Svelte Development Help
63
+
64
+
-[MSW w/ SvelteKit for local development](https://flaming.codes/posts/msw-in-sveltekit-for-local-development)
65
+
-[License generator for SvelteKit-projects](https://flaming.codes/posts/license-generator-for-dependencies-in-sveltekit)
66
+
-[Lazy-loading modules in SvelteKit](https://flaming.codes/posts/lazy-loading-modules-in-svelte-to-import-components-on-demand)
67
+
-[Custom $lib-folder in SvelteKit](https://cdn.sanity.io/images/udzdriea/production/3b194fc9edce1392fe39f9c141b3a81e84de398e-960x600.jpg?w=400&fm=webp)
68
+
-[HMR for SvelteKit w/ Gitpod](https://flaming.codes/posts/setup-hmr-for-sveltekit-with-gitpod)
Copy file name to clipboardExpand all lines: pkg/README.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,13 @@
3
3
This library provides a readable Svelte store to use a PWA's access to the [`Network Information API`](https://developer.mozilla.org/en-US/docs/Web/API/NetworkInformation), available on the navigator. It allows you to subscribe to network changes and read the provided values.
4
4
5
5
> Note:
6
-
> 'Network Information API' is currently experimental and only supported in a very limited set of browsers.
6
+
> 'Network Information API' is currently experimental and only supported in a limited set of browsers.
7
+
8
+
This package is part of a collection of PWA-related svelte-packages:
9
+
10
+
-[🖥️ Screen Wake Lock](https://www.npmjs.com/package/svelte-screen-wake-lock)
See [types](https://github.com/flaming-codes/svelte-network-information/blob/main/pkg/src/lib/types.ts) for a detailed type definition.
61
+
62
+
## Svelte Development Help
63
+
64
+
-[MSW w/ SvelteKit for local development](https://flaming.codes/posts/msw-in-sveltekit-for-local-development)
65
+
-[License generator for SvelteKit-projects](https://flaming.codes/posts/license-generator-for-dependencies-in-sveltekit)
66
+
-[Lazy-loading modules in SvelteKit](https://flaming.codes/posts/lazy-loading-modules-in-svelte-to-import-components-on-demand)
67
+
-[Custom $lib-folder in SvelteKit](https://cdn.sanity.io/images/udzdriea/production/3b194fc9edce1392fe39f9c141b3a81e84de398e-960x600.jpg?w=400&fm=webp)
68
+
-[HMR for SvelteKit w/ Gitpod](https://flaming.codes/posts/setup-hmr-for-sveltekit-with-gitpod)
0 commit comments