`writeValue` is deprecated, use the new method `writeValueWithResponse`/`writeValueWithoutResponse` https://github.com/grandchef/escpos-buffer/blob/main/src/connection/WebBluetooth.ts#L21C48-L21C48 deprecated: - https://developer.mozilla.org/en-US/docs/Web/API/BluetoothRemoteGATTCharacteristic/writeValue new ones: - https://developer.mozilla.org/en-US/docs/Web/API/BluetoothRemoteGATTCharacteristic/writeValueWithoutResponse - https://developer.mozilla.org/en-US/docs/Web/API/BluetoothRemoteGATTCharacteristic/writeValueWithResponse
writeValueis deprecated, use the new methodwriteValueWithResponse/writeValueWithoutResponsehttps://github.com/grandchef/escpos-buffer/blob/main/src/connection/WebBluetooth.ts#L21C48-L21C48
deprecated:
new ones: