UNPKG
bugreproducer
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
tool to reproduce bug in front end
github.com/mimittqq/bugReproducer
mimittqq/bugReproducer
bugreproducer
/
interfaces
/
observerXml.d.ts
6 lines
•
212 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
observerXmlHook {
onOpen
:
(
method
:
string
,
url
:
string
) =>
void
;
onSend
:
(
body
?:
Document
|
BodyInit
|
null
) =>
void
;
onAbort
:
() =>
void
;
onResponse
:
(
status
:
number
,
res_text
:
string
) =>
void
; }