Skip to content

Instantly share code, notes, and snippets.

@dhoko
Created August 12, 2016 15:08
Show Gist options
  • Select an option

  • Save dhoko/a1a3822501652c6a8caa8ea45340a9d3 to your computer and use it in GitHub Desktop.

Select an option

Save dhoko/a1a3822501652c6a8caa8ea45340a9d3 to your computer and use it in GitHub Desktop.
Watch new property attach to window with a stacktrace
Object.defineProperty(window, 'data', {set: function () {console.trace()}, get: function () {return 1}});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment