mock-xmlhttprequest
Version:
XMLHttpRequest mock for testing
9 lines (7 loc) • 297 B
text/typescript
/**
* mock-xmlhttprequest v8.4.1
* (c) 2025 Bertrand Guay-Paquet
* @license MIT
*/
export declare const XHR_PROGRESS_EVENT_NAMES: readonly ["loadstart", "progress", "abort", "error", "load", "timeout", "loadend"];
export type TXhrProgressEventNames = typeof XHR_PROGRESS_EVENT_NAMES[number];