The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Name

SPVM::Eg - Components of SPVM Engine

Description

The Eg class in SPVM provides components of a web platform SPVM Engine.

Usage

  use Eg;
  
  my $document = Eg->document;
  
  my $div = $document->create_element("div");
  
  $div->set_attribute("class", "foo");
  

Class Methods

window

static method window : Eg::Window ();

document

  static method document : L<Eg::Node::Document|SPVM::Eg::Node::Document> ();

Classes

Repository

SPVM::Eg - Github

Author

Yuki Kimoto kimoto.yuki@gmail.com

Copyright & License

Copyright (c) 2023 Yuki Kimoto

MIT License