mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
1ceba560f4
Not used for anything currently other than exposing it on the Window object. This allows Web Components Polyfills to patch its prototype.
4 lines
52 B
Plaintext
4 lines
52 B
Plaintext
[Exposed=Window]
|
|
interface CDATASection : Text {
|
|
};
|