Logos DX
    Preparing search index...

    Function removeAttributeNS

    • The removeAttributeNS() method of the If you are working with HTML and you don't need to specify the requested attribute as being part of a specific namespace, use the Element.removeAttribute() method instead.

      MDN Reference

      Parameters

      • namespace: string | null
      • localName: string

      Returns void