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 b41e1bf commit 5ea9d87Copy full SHA for 5ea9d87
demo/index.js
@@ -41,7 +41,6 @@ class LoadingImages extends HTMLImageElement {
41
constructor() {
42
super(); // Always call super() first in the constructor.
43
// Call for preparing the sample image element included the latest
44
- console.log('preparing image', this);
45
loadingAttributePolyfill.prepareElement(this);
46
}
47
@@ -54,7 +53,6 @@ class LoadingIframes extends HTMLIFrameElement {
54
53
55
56
// Call for preparing the sample iframe element included the latest
57
- console.log('preparing iframe', this);
58
59
60
0 commit comments