Re: [web-bluetooth] Missing API for GATT Write w/o Response (#238)

I think the advantage of `"auto"`, `"with"` and `"without"` is that they somewhat map to the language in the spec but in isolation I feel like `writeValue(someData, { response: 'with' })` will be hard for a reader to interpret. Does it mean that the response is "with"? As an alternative can I suggest `"optional"` (the current behavior, `"required"` (write with response), and `"never"` (write without response)?

-- 
GitHub Notification of comment by reillyeon
Please view or discuss this issue at https://github.com/WebBluetoothCG/web-bluetooth/issues/238#issuecomment-482587753 using your GitHub account

Received on Friday, 12 April 2019 14:07:21 UTC