GoogleChromeLabs / dictation_support

This SDK allows web-based apps/pages to interact with dictation devices
Apache License 2.0
12 stars 6 forks source link

Cannot remove button event listeners for Dictation Devices #25

Open lharmsen opened 4 months ago

lharmsen commented 4 months ago

as seen in the description, i cannot find a function to remove eventlisteners. i only find the function

addButtonEventListener

to add them. Is there a reason you did not implement something like

removeButtonEventListener

?