Please consider donating: a local project in memory of my daughter

Archive for the "global" Tag

Detect Global Variables

I've got a handy little bookmarklet that I use to check whether any variables have slipped out in the to global namespace (i.e. on to the window object). Globals Note that all global variables (including functions) that have been added by your page, will be written to via console.log. The bookmarklet will also prompt to filter out globals, [...]