Eclipse Web development tool: How to easily find the definition of an object, whose constructor is in .js file -
i newbie of web development. following tutorial step 4 of webrtc codelab
has index.html, includes adapter.js
in order follow definitions of functions, objects, etc, build empty static web development in eclipse. , copy whole folder of step4 in webrtc codelab tutorial code. file structure is: webcontent js lab adapter.js index.html sever.js
now in index.html, highlight word "rtcpeerconnection" in sentence:
window.localpeerconnection = new rtcpeerconnection(servers, {optional: [{rtpdatachannels: true}]});
i push "f3", supposed lead me definition of rtcpeerconnection. nothing happened.
i wonder: how can find definition of rtcpeerconnection in easy way, way in java projects? or should use other tools?
Comments
Post a Comment