vue-use-async
Advanced tools
Comparing version
@@ -26,3 +26,5 @@ import type { ComputedRef, Ref } from 'vue'; | ||
onStart?: (e: ProgressEvent) => void; | ||
onEnd?: (e: ProgressEvent) => void; | ||
onEnd?: (result: unknown, e: ProgressEvent & { | ||
currentTarget: XMLHttpRequest; | ||
}) => void; | ||
onProgress?: (e: ProgressEvent) => void; | ||
@@ -29,0 +31,0 @@ onAbort?: (e: ProgressEvent) => void; |
{ | ||
"name": "vue-use-async", | ||
"version": "1.9.1", | ||
"version": "1.9.2", | ||
"description": "Xhr and async helpers", | ||
@@ -55,3 +55,3 @@ "repository": { | ||
"typescript": "^5.6.3", | ||
"vue": "^3.5.11", | ||
"vue": "^3.5.12", | ||
"webpack": "^5.96.1", | ||
@@ -58,0 +58,0 @@ "webpack-cli": "^5.1.4" |
49463
0.13%373
0.54%