javascript - Page.handleJavaScriptDialog does not work in Chrome 29 -


i using page.handlejavascriptdialog in chrome.debugger handle js dialog in chrome extension.
fails in latest chrome 29.

chrome.debugger.sendcommand({"tabid": 2}, "page.handlejavascriptdialog", {accept:true}, function(msg){}); 

is there replace or api changed?


Comments

Popular posts from this blog

c++ - Linked List error when inserting for the last time -

java - activate/deactivate sonar maven plugin by profile? -

tsql - Pivot with Temp Table (definition for column must include data type) -- SQL Server 2008 -