Skip to content
gdotdesign edited this page Nov 2, 2014 · 1 revision

The base object of the DOM is the Node which corresponds to the DOM::NODE (documentation) class in Fron. Basically the native Node is wrapped with a class instance.

  • A subset of the native APIs had been wrapped, alongside with some Ruby specific APIs.
  • The class cannot be instantiated without a native Node
Clone this wiki locally