webKitSpeechRecognition to use process.env.GOOGLE_API_KEY
friksa opened this issue · 1 comments
friksa commented
webKitSpeechRecognition throws "network" error when used as part of the electron app, but works fine in the Chrome browser.
Recently this project added process.env.GOOGLE_API_KEY to support the Google Geolocation API (electron/electron#7306), but it does not work for Google's webKitSpeechRecognition API.
REQUEST: Google's webKitSpeechRecognition API should use process.env.GOOGLE_API_KEY instead of hard coded GOOGLE_API_KEY.
also see:
#196
electron/electron#7306
electron/electron#7276
Thanks!
friksa commented
meant to open it in the electron project - sorry about that.