mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:08:11 +00:00
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.
This commit is contained in:
parent
2916b3bebf
commit
1ceba560f4
10 changed files with 68 additions and 1 deletions
|
@ -118,6 +118,7 @@ class AbstractRange;
|
|||
class AbortController;
|
||||
class AbortSignal;
|
||||
class Attribute;
|
||||
class CDATASection;
|
||||
class CharacterData;
|
||||
class Comment;
|
||||
class CustomEvent;
|
||||
|
@ -410,6 +411,7 @@ class AttributeWrapper;
|
|||
struct CallbackType;
|
||||
class CanvasGradientWrapper;
|
||||
class CanvasRenderingContext2DWrapper;
|
||||
class CDATASectionWrapper;
|
||||
class CharacterDataWrapper;
|
||||
class CloseEventWrapper;
|
||||
class CommentWrapper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue