How to read chrome extension development documentation? -


looks documentation stable. bit frustrated conventions. example, field name in following screenshot? 1 point guideline reading documentation is? sample

name in case optional name can use port. use this:

var port = chrome.runtime.connect({name:"testname"}); 

after that, port.name "testname".

connectinfo defined object meaning field listed indented under it, name is, part of it.


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -