Disable JavaScript Alerts GeckoFX C# -


i'm trying disable javascript alert in geckofx-33 + xulrunner 33 ( winforms c# ) can't find solution. check example codes, source code can't find blocks alert out. searched in about:config without success.

anybody knows find reference @ last ?

in prior versions, do

webbrowser.javascripterror += (sender, error) => {   // } 

however according issue 7 on geckofx 33, there's work needs done support new debugging interface:

the geckofx service jsdidebuggerservice removed firefox 33. javascripterror event implementation used service. javascripterror event handler needs reimplemented using firefox new debugging interface.


Comments

Popular posts from this blog

python - Mongodb How to add addtional information when aggregating? -

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

java - Incorrect order of records in M-M relationship in hibernate -