UNPKG
@ng1005/chrome-extension-common
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.3
0.0.2
0.0.1
chrome扩展通用库--消息与storage
@ng1005/chrome-extension-common
/
dist
/
inject
/
injectAjax.d.ts
4 lines
(3 loc)
•
169 B
TypeScript
View Raw
1
2
3
4
export
declare
const
listenerKey =
"_ajaxProxyInstance_listener_"
;
export
declare
const
receiveKey =
"_ajaxProxyInstance_receive_"
;
export
declare
const
script
:
string
;