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
Lightweight library providing peer to peer CDN functionality
9
10
10
-
### Bundle size
11
-
```bash
12
-
┌───────────────────────────────────┐
13
-
│ │
14
-
│ Destination: dist/index.es.js │
15
-
│ Bundle Size: 232.06 KB │
16
-
│ Minified Size: 103.46 KB │
17
-
│ Gzipped Size: 28.94 KB │
18
-
│ │
19
-
└───────────────────────────────────┘
20
-
┌────────────────────────────────┐
21
-
│ │
22
-
│ Destination: dist/index.js │
23
-
│ Bundle Size: 247.91 KB │
24
-
│ Minified Size: 95.23 KB │
25
-
│ Gzipped Size: 27.78 KB │
26
-
│ │
27
-
└────────────────────────────────┘
28
-
```
29
-
30
-
# **This is work in progress!**
11
+
## **This is work in progress!**
31
12
32
13
You can speed up the process of development. Check [help wanted](https://github.com/vardius/peer-cdn/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) issues and [contribute](https://github.com/vardius/peer-cdn/blob/master/CONTRIBUTING.md#development)
33
14
@@ -41,26 +22,123 @@ For now I know there might be some issues with:
41
22
-[`client.postMessage()`](https://developer.mozilla.org/en-US/docs/Web/API/Client/postMessage#Browser_compatibility) problems on **Google Chrome Version 64.0.3282.167 (Official Build) (64-bit)** however works on **Mozilla Firefox Quantum 58.0.2 (64-bit)**
0 commit comments