Detecting and accessing a usb device from within a webbrowser -i.e using a plugin

前端 未结 3 1787
后悔当初
后悔当初 2021-02-14 22:20

Is it possible through a plugin - activeX, Java or Flex to write a brower plugin that is able to detect an read a data stream from a USB device channel.

I have done some

3条回答
  •  隐瞒了意图╮
    2021-02-14 22:41

    It's considered a security risk to expose local resources and the sandbox environments for the different plugins should deny access to these resources.

    So I would say that the answer to your question is a No.

提交回复
热议问题