
Not used for anything currently other than exposing it on the Window object. This allows Web Components Polyfills to patch its prototype.
3 lines
52 B
Text
3 lines
52 B
Text
[Exposed=Window]
|
|
interface CDATASection : Text {
|
|
};
|