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 e7845f6 commit ee4439cCopy full SHA for ee4439c
test-examples/flat/src/getAttribute.js
@@ -0,0 +1,8 @@
1
+function foobar(el) {
2
+ el.getAttribute('autoComplete')
3
+}
4
+
5
+const title = document.createElement('h1')
6
+title.textContent = `${title}!`
7
8
+foobar(title)
test-examples/legacy/src/getAttribute.js
0 commit comments