ladybird/Userland/Libraries/LibWeb/DOM/CDATASection.idl
Luke Wilde 1ceba560f4 LibWeb: Add CDATASection
Not used for anything currently other than exposing it on the Window
object. This allows Web Components Polyfills to patch its prototype.
2022-06-27 22:53:04 +01:00

3 lines
52 B
Text

[Exposed=Window]
interface CDATASection : Text {
};