There was an error while loading. Please reload this page.
setAttribute
getAttribute
1 parent 282bd34 commit c8715b5Copy full SHA for c8715b5
1 file changed
lib/legacy/legacy-element-mixin.js
@@ -143,7 +143,11 @@ export const LegacyElementMixin = dedupingMixin((base) => {
143
}
144
145
146
- /** @override */
+ /**
147
+ * @override
148
+ * @param {string} name
149
+ * @param {string} value
150
+ */
151
setAttribute(name, value) {
152
if (legacyNoObservedAttributes && !this._legacyForceObservedAttributes) {
153
const oldValue = this.getAttribute(name);
@@ -155,7 +159,10 @@ export const LegacyElementMixin = dedupingMixin((base) => {
155
159
156
160
157
161
158
162
163
164
165
166
removeAttribute(name) {
167
168
0 commit comments