mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 01:47:31 +09:00
DOM - Element - add support for Element.toggleAttribute()
This commit is contained in:
parent
9a207124fc
commit
8714f52f69
3 changed files with 40 additions and 0 deletions
|
|
@ -41,6 +41,8 @@ interface Element : Node {
|
|||
[Pure]
|
||||
DOMString? getAttributeNS(DOMString? namespace, DOMString localName);
|
||||
[Throws]
|
||||
boolean toggleAttribute(DOMString name, optional boolean force);
|
||||
[Throws]
|
||||
void setAttribute(DOMString name, DOMString value);
|
||||
[Throws]
|
||||
void setAttributeNS(DOMString? namespace, DOMString name, DOMString value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue