Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
5 lines (3 loc) · 452 Bytes

File metadata and controls

5 lines (3 loc) · 452 Bytes
Copy raw file
Download raw file
Outline
Edit and raw actions

JavaScript DOM

  • When you request a website, it will respond with HTML. These bytes recieved are run through complicated and documented parsing process

===> determine different characters (eg., start tag character, an atrrbute and so on) ===> tokenizer ===> tokens (DOCTYPE, start tag, end tag, comment, and so on) ===> DOM (a tree structure that captures the content and properties of the HTML and all the relationships between the nodes)

Morty Proxy This is a proxified and sanitized view of the page, visit original site.