File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -18307,7 +18307,6 @@ type HashAlgorithmIdentifier = AlgorithmIdentifier;
18307
18307
type HeadersInit = [string, string][] | Record<string, string> | Headers;
18308
18308
type IDBValidKey = number | string | Date | BufferSource | IDBValidKey[];
18309
18309
type ImageBitmapSource = CanvasImageSource | Blob | ImageData;
18310
- type InsertPosition = "beforebegin" | "afterbegin" | "beforeend" | "afterend";
18311
18310
type Int32List = Int32Array | GLint[];
18312
18311
type LineAndPositionSetting = number | AutoKeyword;
18313
18312
type MediaProvider = MediaStream | MediaSource | Blob;
@@ -18385,6 +18384,7 @@ type IDBTransactionDurability = "default" | "relaxed" | "strict";
18385
18384
type IDBTransactionMode = "readonly" | "readwrite" | "versionchange";
18386
18385
type ImageOrientation = "flipY" | "none";
18387
18386
type ImageSmoothingQuality = "high" | "low" | "medium";
18387
+ type InsertPosition = "afterbegin" | "afterend" | "beforebegin" | "beforeend";
18388
18388
type IterationCompositeOperation = "accumulate" | "replace";
18389
18389
type KeyFormat = "jwk" | "pkcs8" | "raw" | "spki";
18390
18390
type KeyType = "private" | "public" | "secret";
Original file line number Diff line number Diff line change 273
273
},
274
274
"enums" : {
275
275
"enum" : {
276
+ "InsertPosition" : {
277
+ "name" : " InsertPosition" ,
278
+ "value" : [
279
+ " beforebegin" ,
280
+ " beforeend" ,
281
+ " afterbegin" ,
282
+ " afterend"
283
+ ]
284
+ },
276
285
"ClientType" : {
277
286
"name" : " ClientTypes"
278
287
},
1251
1260
},
1252
1261
"typedefs" : {
1253
1262
"typedef" : [
1254
- {
1255
- "overrideType" : " \" beforebegin\" | \" afterbegin\" | \" beforeend\" | \" afterend\" " ,
1256
- "name" : " InsertPosition"
1257
- },
1258
1263
{
1259
1264
"type" : {
1260
1265
"0" : {
You can’t perform that action at this time.
0 commit comments