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 -

c++ - Issues with OpenGL referencing when compiling in Ubuntu terminal -

Using Angularjs $http in browser console -