UNPKG

mock-xmlhttprequest

Version:
17 lines (15 loc) 258 B
/** * mock-xmlhttprequest v8.4.1 * (c) 2025 Bertrand Guay-Paquet * @license MIT */ /** * XMLHttpRequest Event */ export default class XhrEvent { readonly type: string; /** * @param type Event type */ constructor(type: string); }