devtools-protocol 0.0.1462014 → 0.0.1462568
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28835,7 +28835,7 @@
|
|
28835
28835
|
},
|
28836
28836
|
{
|
28837
28837
|
"name": "type",
|
28838
|
-
"$ref": "
|
28838
|
+
"$ref": "DescriptorOperationType"
|
28839
28839
|
},
|
28840
28840
|
{
|
28841
28841
|
"name": "data",
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -13667,5 +13667,5 @@ experimental domain BluetoothEmulation
|
|
13667
13667
|
event descriptorOperationReceived
|
13668
13668
|
parameters
|
13669
13669
|
string descriptorId
|
13670
|
-
|
13670
|
+
DescriptorOperationType type
|
13671
13671
|
optional binary data
|
package/types/protocol.d.ts
CHANGED
@@ -19963,7 +19963,7 @@ export namespace Protocol {
|
|
19963
19963
|
*/
|
19964
19964
|
export interface DescriptorOperationReceivedEvent {
|
19965
19965
|
descriptorId: string;
|
19966
|
-
type:
|
19966
|
+
type: DescriptorOperationType;
|
19967
19967
|
data?: string;
|
19968
19968
|
}
|
19969
19969
|
}
|