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? 
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
Post a Comment