I want to run SecureInput example but after I built and deployed NativeMessagingInProcess project, Extension loaded on Edge but secureinput.html file don't load content.js file. And, I checked on regedit, nothing isn't added. Did I do anything wrong? This's very different from Chrome and Firefox Native messaging extension.
相关问题
- Communication between content script and backgroun
- What notice does a user get from distributed Edge
- connectNative disconnects by itself in Chrome exte
- Edge: In-Process native extension and Windows.Syst
- Windows Chrome extension native messaging can only
相关文章
- Edge: In-Process native extension and Windows.Syst
- Windows Chrome extension native messaging can only
- chrome.runtime.connectNative generates Uncaught Ty
- Similar technology to Chrome's Native Client M
- Native Messaging host tried sending a message that
- How to parse JSON from stdin at Native Messaging h
- C# native host with Chrome Native Messaging
- Chrome原始消息 - 为什么我会收到错误“找不到指定的本地消息主机”?(Chrome Nativ
I guess Native messaging works with using desktop bridge in window 10 anniversary, if you have window creators then desktop bridge wont be required. please correct me if I am wrong.
Have you hosted secureinput.html in a web server? Have you run it on Windows 10 insider preview build? According to Microsoft Edge extension API roadmap, Native Messaging APIs are supported only on build 15002 and above version.
Microsoft Edge Native messaging doesn't work in window 10 anniversary, the Native messaging APIs are not available until Window 10 Creators Update(15063). The desktop bridge is only needed when UWP app cannot meet your requirements.