@nimiq/rpc
Advanced tools
Comparing version 0.2.0-beta.1 to 0.2.0-beta.2
@@ -541,4 +541,4 @@ 'use strict'; | ||
close() { } | ||
call(returnURL, command, ...args) { | ||
this.callAndSaveLocalState(returnURL, null, command, ...args); | ||
call(returnURL, command, handleHistoryBack = false, ...args) { | ||
this.callAndSaveLocalState(returnURL, null, command, handleHistoryBack, ...args); | ||
} | ||
@@ -545,0 +545,0 @@ callAndSaveLocalState(returnURL, state, command, handleHistoryBack = false, ...args) { |
@@ -538,4 +538,4 @@ class RandomUtils { | ||
close() { } | ||
call(returnURL, command, ...args) { | ||
this.callAndSaveLocalState(returnURL, null, command, ...args); | ||
call(returnURL, command, handleHistoryBack = false, ...args) { | ||
this.callAndSaveLocalState(returnURL, null, command, handleHistoryBack, ...args); | ||
} | ||
@@ -542,0 +542,0 @@ callAndSaveLocalState(returnURL, state, command, handleHistoryBack = false, ...args) { |
@@ -543,4 +543,4 @@ (function (global, factory) { | ||
close() { } | ||
call(returnURL, command, ...args) { | ||
this.callAndSaveLocalState(returnURL, null, command, ...args); | ||
call(returnURL, command, handleHistoryBack = false, ...args) { | ||
this.callAndSaveLocalState(returnURL, null, command, handleHistoryBack, ...args); | ||
} | ||
@@ -547,0 +547,0 @@ callAndSaveLocalState(returnURL, state, command, handleHistoryBack = false, ...args) { |
@@ -49,5 +49,5 @@ import { ResponseMessage } from './Messages'; | ||
close(): void; | ||
call(returnURL: string, command: string, ...args: any[]): void; | ||
call(returnURL: string, command: string, handleHistoryBack?: boolean, ...args: any[]): void; | ||
callAndSaveLocalState(returnURL: string, state: ObjectType | null, command: string, handleHistoryBack?: boolean, ...args: any[]): void; | ||
private _rejectOnBack; | ||
} |
{ | ||
"name": "@nimiq/rpc", | ||
"version": "0.2.0-beta.1", | ||
"version": "0.2.0-beta.2", | ||
"description": "RPC Client/Server", | ||
@@ -5,0 +5,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
106854
417