| Interface | Description |
|---|---|
| MutationObserver.Callback |
Define an handler for mutations observed.
|
| MutationObserver.LoadCallback |
Interface used to load a new MutationObserver object.
|
| Polyfill |
| Class | Description |
|---|---|
| MutationObserver |
MutationObserver provides developers a way to react to changes in a DOM.
|
| MutationObserver.MutationRecord |
MutationRecord is the object that will be passed to the observer's callback.
|
Copyright © 2015. All rights reserved.