Skip to content

Commit

Permalink
✍️ Document add class description
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaelIsaev committed Mar 12, 2023
1 parent 0cbb1a1 commit d33f586
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/DOM/Document.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

import WebFoundation

/// Represents any web page loaded in the browser
/// and serves as an entry point into the web page's content.
public class Document: DOMElement, EventTarget {
public lazy var storage: Storage = .init()
public var jsValue: JSValue { domElement }
Expand Down

0 comments on commit d33f586

Please sign in to comment.