function - JavaScript: Distinguish between native and non-native member -
is there way detect whether given function, array.prototype.foreach
, native function (e.g. browser implements ecmascript5) or function added page's javascript script(s)?
you can try putting console , seeing comes there.
Comments
Post a Comment