File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ Fast and lightweight vanilla JavaScript polyfill for native lazy loading, meanin
3030- Web standards: supports the standard ` loading="lazy" ` attribute on ` img ` and ` iframe ` elements
3131- Performance: it's based on highly efficient, best practice code.
3232- SEO & crawlers: the image and iframe contents aren't being hidden from crawlers that aren't capable of scrolling.
33+ - Supporting HTML generating JavaScript frameworks through a method provided to reinit its functionality
3334
3435## Core concepts
3536
@@ -47,7 +48,9 @@ You may optionally load via NPM or Bower:
4748 $ npm install loading-attribute-polyfill
4849 $ bower install loading-attribute-polyfill
4950
50- You could even load the polyfill asynchronously: < https://output.jsbin.com/codelib/1 >
51+ You could load the polyfill asynchronously as well: < https://output.jsbin.com/codelib/1 >
52+
53+ ## Integration
5154
5255Include one of the provided JavaScript files depending on your setup plus the CSS file:
5356
You can’t perform that action at this time.
0 commit comments