You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CelticMinstrel edited this page Jan 16, 2014
·
1 revision
Modern browsers have excellent tools for developing web applications, including DOM inspectors, stylesheet inspectors, JavaScript debuggers, performance tools, and a powerful console utility.
DOM Inspector
The DOM (Document Object Model) is how HTML is represented in the browser once it is parsed and available to JavasScript. Nearly all state in Waterbear is represented in the DOM, so the DOM inspector has access to all of that.