"chrome-document-global-created"
当 Mozilla 观察者事件被触发时,我需要获取 DOM 。因此,我有以下代码。但是我怎样才能从那里得到 DOM?数据是null
(根据文档),有人可以告诉我我必须使用哪个对象吗?
非常感谢!
observe: function(subject, topic, data) {
which object is it? document? window? cant find anything there about dom...
}