Project

General

Profile

1
export declare const JSONP_HOME = "__ng_jsonp__";
2
export declare class BrowserJsonp {
3
    build(url: string): any;
4
    nextRequestID(): string;
5
    requestCallback(id: string): string;
6
    exposeConnection(id: string, connection: any): void;
7
    removeConnection(id: string): void;
8
    send(node: any): void;
9
    cleanup(node: any): void;
10
}
(1-1/4)