trait Document extends Object with ParentNode with AnimationEvents with ClipboardEvents with DragEvents with FormEvents with FrameObjectEvents with KeyboardEvents with MiscEvents with PrintEvents with ServerSentEvents with TouchEvents
The Document interface represents any web page loaded in the browser and serves as an entry point into the web page's content, which is the DOM tree. The DOM tree includes elements such as <body> and