mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Updated webinspector interfaces
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -115,11 +115,11 @@ export class Request {
|
|||||||
export class NetworkDomainDebugger implements inspectorCommandTypes.NetworkDomain.NetworkDomainDispatcher {
|
export class NetworkDomainDebugger implements inspectorCommandTypes.NetworkDomain.NetworkDomainDispatcher {
|
||||||
private _enabled: boolean;
|
private _enabled: boolean;
|
||||||
public events: inspectorCommandTypes.NetworkDomain.NetworkFrontend;
|
public events: inspectorCommandTypes.NetworkDomain.NetworkFrontend;
|
||||||
|
|
||||||
constructor(dispatchMessage: (message: String) => void) {
|
constructor() {
|
||||||
this.events = new inspectorCommands.NetworkDomain.NetworkFrontend(dispatchMessage);
|
this.events = new inspectorCommands.NetworkDomain.NetworkFrontend();
|
||||||
}
|
}
|
||||||
|
|
||||||
get enabled(): boolean {
|
get enabled(): boolean {
|
||||||
return this._enabled;
|
return this._enabled;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user