Are there alternatives for ActiveX In Microsoft Edge? -


microsoft has announced edge browser, not support activex.

i have app needs info windows registry, have questions alternatives activex:

  1. is there way communicate native app (that can read windows registry) edge or similar (like native messaging in chrome)?

  2. is there way directly access windows registry edge, javascript, or like?

currently see no way access registry web application running in ms edge. if need save information there different alternatives can chose enable similar capabilities.

  1. you use storage options available html/js webstorage or indexeddb. both available in modern browsers , used to save data on client.

  2. if application supposed available on windows 10 might think builing hosted web app (http://blogs.windows.com/buildingapps/2015/07/06/project-westminster-in-a-nutshell/) technology eables access features of windows operating system, not registry.

if app highly dependent on activex , windows registry can still use internet explorer 11 in windows 10.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -