File tree 2 files changed +2
-23
lines changed
2 files changed +2
-23
lines changed Original file line number Diff line number Diff line change 39
39
},
40
40
{
41
41
"name" : " webkit" ,
42
- "revision" : " 2149 " ,
42
+ "revision" : " 2150 " ,
43
43
"installByDefault" : true ,
44
44
"revisionOverrides" : {
45
45
"debian11-x64" : " 2105" ,
Original file line number Diff line number Diff line change @@ -2207,23 +2207,6 @@ export module Protocol {
2207
2207
width : number ;
2208
2208
height : number ;
2209
2209
}
2210
- /**
2211
- * Data to construct File object.
2212
- */
2213
- export interface FilePayload {
2214
- /**
2215
- * File name.
2216
- */
2217
- name : string ;
2218
- /**
2219
- * File type.
2220
- */
2221
- type : string ;
2222
- /**
2223
- * Base64-encoded file data.
2224
- */
2225
- data : string ;
2226
- }
2227
2210
2228
2211
/**
2229
2212
* Fired when <code>Document</code> has been totally updated. Node ids are no longer valid.
@@ -3286,14 +3269,10 @@ might return multiple quads for inline nodes.
3286
3269
* Input element handle.
3287
3270
*/
3288
3271
objectId : Runtime . RemoteObjectId ;
3289
- /**
3290
- * Files to set
3291
- */
3292
- files ?: FilePayload [ ] ;
3293
3272
/**
3294
3273
* File paths to set
3295
3274
*/
3296
- paths ? : string [ ] ;
3275
+ paths : string [ ] ;
3297
3276
}
3298
3277
export type setInputFilesReturnValue = {
3299
3278
}
You can’t perform that action at this time.
0 commit comments