Name
SPVM::Eg::Node::Text - Text in JavaScript
Description
The Eg::Node::Text class in SPVM represents a text node in a DOM tree.
This class is a port of Text in JavaScript.
Usage
my $text_node = Eg->document->create_text_node("Hello World!");
Inheritance
Copyright & License
Copyright (c) 2024 Yuki Kimoto
MIT License