Skip to content

weizman/ProtoTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

~ The first tool ever for visually exploring the JavaScript prototype chain that's generated live in your browser ~




How does ProtoTree work?

  • ProtoTree uses LavaTube 🌋 to recursively walk through the entire JavaScript prototype chain in real time in your browser
  • With every recursive visit, ProtoTree slowely builds a tree representation of the prototype chain
  • In order to avoid external polution that the app creates, ProtoTree runs the recursive operation inside a cross origin iframe, to leverage a fresh new realm for the job
  • Follow the instructions on the app itself to take full adventage of this tool
  • Enjoy and please consider to ⭐ this project

Read further @ https://twitter.com/WeizmanGal/status/1684608574444785664

About

Use ProtoTree to visually view the entire javascript prototype chain as a tree!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published