UNPKG
active-switching
Version:
latest (0.6.7)
0.6.7
0.6.6
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.7
0.5.6
0.5.5
NPAW's SDK for CDN Balancing and P2P
bitbucket.org/npaw/cdn-balancer-js
active-switching
/
dist
/
Interceptors
/
Interceptors.d.ts
7 lines
(6 loc)
•
203 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
CdnBalancer
from
'../CdnBalancer'
;
export
default
class
Interceptors
{
private
_cdnBalancer;
constructor
(
cdnBalancer
:
CdnBalancer
);
loadInterceptor
(
name
:
string
,
player
:
any
):
void
; }