summaryrefslogtreecommitdiff
path: root/js/fetch_types.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/fetch_types.d.ts')
-rw-r--r--js/fetch_types.d.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/fetch_types.d.ts b/js/fetch_types.d.ts
index 9d4082c35..5f49a88d1 100644
--- a/js/fetch_types.d.ts
+++ b/js/fetch_types.d.ts
@@ -43,8 +43,11 @@ interface HTMLFormElement {
// TODO
}
+type EndingType = "tranparent" | "native";
+
interface BlobPropertyBag {
type?: string;
+ ending?: EndingType;
}
interface AbortSignalEventMap {