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;
1830718307type HeadersInit = [string, string][] | Record<string, string> | Headers;
1830818308type IDBValidKey = number | string | Date | BufferSource | IDBValidKey[];
1830918309type ImageBitmapSource = CanvasImageSource | Blob | ImageData;
18310- type InsertPosition = "beforebegin" | "afterbegin" | "beforeend" | "afterend";
1831118310type Int32List = Int32Array | GLint[];
1831218311type LineAndPositionSetting = number | AutoKeyword;
1831318312type MediaProvider = MediaStream | MediaSource | Blob;
@@ -18385,6 +18384,7 @@ type IDBTransactionDurability = "default" | "relaxed" | "strict";
1838518384type IDBTransactionMode = "readonly" | "readwrite" | "versionchange";
1838618385type ImageOrientation = "flipY" | "none";
1838718386type ImageSmoothingQuality = "high" | "low" | "medium";
18387+ type InsertPosition = "afterbegin" | "afterend" | "beforebegin" | "beforeend";
1838818388type IterationCompositeOperation = "accumulate" | "replace";
1838918389type KeyFormat = "jwk" | "pkcs8" | "raw" | "spki";
1839018390type KeyType = "private" | "public" | "secret";
Original file line number Diff line number Diff line change 273273 },
274274 "enums" : {
275275 "enum" : {
276+ "InsertPosition" : {
277+ "name" : " InsertPosition" ,
278+ "value" : [
279+ " beforebegin" ,
280+ " beforeend" ,
281+ " afterbegin" ,
282+ " afterend"
283+ ]
284+ },
276285 "ClientType" : {
277286 "name" : " ClientTypes"
278287 },
12511260 },
12521261 "typedefs" : {
12531262 "typedef" : [
1254- {
1255- "overrideType" : " \" beforebegin\" | \" afterbegin\" | \" beforeend\" | \" afterend\" " ,
1256- "name" : " InsertPosition"
1257- },
12581263 {
12591264 "type" : {
12601265 "0" : {
You can’t perform that action at this time.
0 commit comments