UNPKG
u-spa
Version:
latest (0.6.0)
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
SPA应用监控工具,监听url变化、首屏加载指标、js-error、image-error 并上报
github.com/YalongYan/u-spa
YalongYan/u-spa
u-spa
/
dist
/
common.d.ts
6 lines
(5 loc)
•
114 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
initType {
requestUrl
:
string
;
hostUrl
:
string
;
cookieNameKey
:
string
|
undefined
; }