webusb / arduino

WebUSB demos running on Arduino (and compatible) hardware.
576 stars 152 forks source link

Remove support for the GET_ALLOWED_ORIGINS request #31

Closed reillyeon closed 7 years ago

reillyeon commented 7 years ago

The GET_ALLOWED_ORIGINS request is no longer part of the WebUSB specification (WICG/webusb@c964613). This patch removes support for this request from the WebUSB library.

Resolves issue #30.

reillyeon commented 7 years ago

This pull request can be merged when Chromium issue 721546 has been resolved and shipped in stable-channel.