fastly:html-rewriterElementprototyperemoveAttributeVersion: 3.37.0On this pageremoveAttribute The removeAttribute method removes the specified attribute from the element. Syntax element.removeAttribute(attributeName); Parameters attributeName : string The name of the attribute to remove.