I am currently using FireBug to find out how the hypem provides him with content that allows his flash player to work (in particular, the functionality of the play button). I found that the variable is trackListfilled with data, but I do not know where it is installed.
trackList
How can I track when / where this collection is modified? I can add a clock to it, but I don’t know how to trap when it is installed.
FYI I do this because I want to get some of these functions and want to understand how they did it.
Unfortunately this is not possible.
Javascript , , .
defineProperty . , window.$, . , debugger; - .
defineProperty
window.$
debugger;
Object.defineProperty(window, "$", { set: function(val) { console.log("$ was set to '",val,"' at ",Error().stack); this.$internal=val; }, get: function() { return this.$internal; } });
Source: https://habr.com/ru/post/1755770/More articles:How to place one element in exactly the same visible position as the other? - javascriptCSS height error - container will not stretch (no floats) - cssSparql skos: wider - dbpediaDoes PHP have a "virtual browser"? - phpDrag from JQGrid to jsTree v.0.9.9a - javascriptProfiling an iPad / iPhone web application with tools - iosCan you use AnkhSVN and TortoiseSVN at the same time? - visual-studio-2010ASP.NET MVC How to Determine if an Email Has Been Received by the Recipient - EmailSQLAlchemy truncating Column = (Integer) - pythonjavascript line splitting - javascriptAll Articles