We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c16748d commit 373dff8Copy full SHA for 373dff8
README.md
@@ -32,15 +32,6 @@ You can provide multiple `src`'s by separating them with a comma.
32
<defer-script src="/lib/foo.js, /lib/bar.js"></defer-script>
33
```
34
35
-### Non-local scripts
36
-
37
-Providing an `src` that includes `http`/`https` will not attempt to resolve it
38
-relatively(i.e using `this.resolveUrl(src)`), therefore keeping it intact.
39
40
-```html
41
-<defer-script src="http://foo-cdn.com/foo-lib.js"></defer-script>
42
-```
43
44
### Checking load status
45
46
When all `src`s have loaded successfully, a `loaded` attribute will be added
0 commit comments