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 bd6814f commit b2b9b84Copy full SHA for b2b9b84
demo/index.js
@@ -1,5 +1,5 @@
1
// Test for dynamically inserted images and iframes
2
-let addDynamicContent = (event) => {
+const addDynamicContent = (event) => {
3
let divElement = document.createElement('div'),
4
imageElement = document.createElement('img'),
5
iframeElement = document.createElement('iframe');
0 commit comments