Skip to content

Commit

Permalink
Deprecate BluetoothRemoteGATTCharacteristic.writeValue
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed Mar 23, 2021
1 parent 6df605f commit ece46be
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -11,7 +11,9 @@
- Web Bluetooth API
- writeValue
---
<p>{{SeeCompatTable}}</p>
<p>{{Deprecated_header}}</p>

<p>Use <code>writeValueWithResponse()</code> and <code>writeValueWithoutResponse()</code> instead.</p>

<p>The <strong><code>BluetoothRemoteGATTCharacteristic.writeValue()</code></strong> method
sets the value property to the bytes contained in an {{jsxref("ArrayBuffer")}} and
Expand Down

0 comments on commit ece46be

Please sign in to comment.