Commit-Queue | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
message: "`BluetoothRemoteGATTCharacteristic.writeValue()` is deprecated. Use `writeValueWithResponse()` or `writeValueWithoutResponse()` instead.",
I expect developers will want more information about the plans to deprecate this method, but currently there's nowhere to go to find that information. Please create a chromestatus.com entry for this deprecation and add its `chrome_status_feature` value to the deprecation.json5 entry.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
message: "`BluetoothRemoteGATTCharacteristic.writeValue()` is deprecated. Use `writeValueWithResponse()` or `writeValueWithoutResponse()` instead.",
I expect developers will want more information about the plans to deprecate this method, but currently there's nowhere to go to find that information. Please create a chromestatus.com entry for this deprecation and add its `chrome_status_feature` value to the deprecation.json5 entry.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[CallWith=ScriptState, RaisesException, MeasureAs=WebBluetoothRemoteCharacteristicWriteValue, DeprecateAs=WebBluetoothRemoteCharacteristicWriteValue] Promise<undefined> writeValue([PassAsSpan] BufferSource value);
Deprecation docs strongly suggest adding a test for the deprecation issue:
Can you check if it's possible to write a test for this deprecation? I think the WebDriver bidi interface is built out enough that we should be able to do this now. But, I don't see any other bidi inspector-protocol tests so there may be some blocker I'm not aware of.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[CallWith=ScriptState, RaisesException, MeasureAs=WebBluetoothRemoteCharacteristicWriteValue, DeprecateAs=WebBluetoothRemoteCharacteristicWriteValue] Promise<undefined> writeValue([PassAsSpan] BufferSource value);
Deprecation docs strongly suggest adding a test for the deprecation issue:
Can you check if it's possible to write a test for this deprecation? I think the WebDriver bidi interface is built out enough that we should be able to do this now. But, I don't see any other bidi inspector-protocol tests so there may be some blocker I'm not aware of.
I tried writing a test but I couldn't get the bluetooth test infra to work with the devtools test infra. I looked at other tests there and they are for simpler things. I tested this manually though and it seems to work.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Commit-Queue | +2 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Auto-Submit | +1 |
arichiv: PTAL at deprecation.json5
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Can a test be added like https://chromium-review.googlesource.com/c/chromium/src/+/6440921
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |