MutationRecord:attributeNamespace 属性
Baseline
Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since 2015年7月.
MutationRecord 的只读属性 attributeNamespace 是 MutationObserver 观察到的 MutationRecord 中发生变化的属性的命名空间。
值
如果记录的 type 是 attributes,则该属性是一个字符串,表示突变目标发生变化的属性的命名空间。否则,该值为 null。
规范
| Specification |
|---|
| DOM> # ref-for-dom-mutationrecord-attributenamespace②> |