MutationRecord: attributeNamespace 属性
MutationRecord
的只读属性attributeNamespace
是由 MutationObserver
观察到的 MutationRecord
中发生变异的属性的命名空间。
值
如果记录的 type
为 attributes
,则该属性为一个字符串,表示突变目标突变属性的命名空间。否则,该值为 null
。
规范
规范 |
---|
DOM 标准 # ref-for-dom-mutationrecord-attributenamespace② |
浏览器兼容性
BCD 表格仅在启用 JavaScript 的浏览器中加载。