mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-27 23:09:08 +00:00
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 {
|
|
};
|