fastly:html-rewriterElementprototyperemoveAttributeVersion: 3.35.1On this pageremoveAttributeThe removeAttribute method removes the specified attribute from the element.Syntaxelement.removeAttribute(attributeName);ParametersattributeName : stringThe name of the attribute to remove.