MutationRecord:attributeNamespace 属性
>MutationRecord 的只读属性 attributeNamespace 是 MutationObserver 观察到的 MutationRecord 中发生变化的属性的命名空间。
值
如果记录的 type 是 attributes,则该属性是一个字符串,表示突变目标发生变化的属性的命名空间。否则,该值为 null。
规范
| 规范 |
|---|
| DOM> # ref-for-dom-mutationrecord-attributenamespace②> |