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
+19-2Lines changed: 19 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ The polyfill was designed with the following concepts kept in mind:
41
41
42
42
## Prerequisites
43
43
44
-
The main architectural decision to differentiate from other solutions like <https://github.com/mfranzke/loading-attribute-polyfill> is that we're using Service Worker to intercept the image and iframe contents network requests. This comes with some aspects that are important to mention, that you might want to evaluate on your requirements and technical context.
44
+
The main architectural decision to differentiate from other solutions like [loading-attribute-polyfill](https://github.com/mfranzke/loading-attribute-polyfill) is that we're using **Service Worker** to intercept the image and iframe contents network requests. This comes with some aspects that are important to mention, that you might want to evaluate on your requirements and technical context.
45
45
46
46
- Service Workers only run over **HTTPS**, for security reasons
47
47
- Service Worker need to get **registered on first page visit**
@@ -222,7 +222,24 @@ Credits for the initial kickstarter / script to @Sora2455 for better expressing
222
222
223
223
## Tested with
224
224
225
-
_tbd_
225
+
- Mac
226
+
227
+
- Safari 14, macOS 11 (via CrossBrowserTesting)
228
+
- Mozilla Firefox _latest_, macOS 10.14 (manually, localhost)
0 commit comments