@nimiq/rpc
Advanced tools
Comparing version 0.2.0-beta.2 to 0.2.0-beta.3
@@ -555,5 +555,5 @@ 'use strict'; | ||
return; | ||
const id = history.state.rpcRequestId; | ||
// Delete "rpc-was-here" flag | ||
history.replaceState({ rpcRequestId: null }, document.title); | ||
const id = history.state.rpcRequestId; | ||
const callback = this._getCallback(id); | ||
@@ -560,0 +560,0 @@ const state = this._waitingRequests.getState(id); |
@@ -552,5 +552,5 @@ class RandomUtils { | ||
return; | ||
const id = history.state.rpcRequestId; | ||
// Delete "rpc-was-here" flag | ||
history.replaceState({ rpcRequestId: null }, document.title); | ||
const id = history.state.rpcRequestId; | ||
const callback = this._getCallback(id); | ||
@@ -557,0 +557,0 @@ const state = this._waitingRequests.getState(id); |
@@ -557,5 +557,5 @@ (function (global, factory) { | ||
return; | ||
const id = history.state.rpcRequestId; | ||
// Delete "rpc-was-here" flag | ||
history.replaceState({ rpcRequestId: null }, document.title); | ||
const id = history.state.rpcRequestId; | ||
const callback = this._getCallback(id); | ||
@@ -562,0 +562,0 @@ const state = this._waitingRequests.getState(id); |
{ | ||
"name": "@nimiq/rpc", | ||
"version": "0.2.0-beta.2", | ||
"version": "0.2.0-beta.3", | ||
"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