@types/post-robot
Advanced tools
Comparing version 10.0.1 to 10.0.2
@@ -15,3 +15,7 @@ // Type definitions for post-robot 10.0 | ||
type DomainMatcher = string | RegExp | string[]; | ||
type HandlerType = (source: CrossDomainWindowType, origin: string, data: object) => void | ZalgoPromise<any>; | ||
type HandlerType = (event: { | ||
source: CrossDomainWindowType, | ||
origin: string, | ||
data: any | ||
}) => ZalgoPromise<any>; | ||
type ErrorHandlerType = (err: any) => void; | ||
@@ -18,0 +22,0 @@ |
{ | ||
"name": "@types/post-robot", | ||
"version": "10.0.1", | ||
"version": "10.0.2", | ||
"description": "TypeScript definitions for post-robot", | ||
@@ -27,4 +27,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "965668bfe0623f726270d19d472237544d708d7f081168d01568c22fa1ab2588", | ||
"typeScriptVersion": "3.2" | ||
"typesPublisherContentHash": "7b9e5cb6a03636ce7788c75d7df0f061f414bc4d4752d7cac03eb171184d0af2", | ||
"typeScriptVersion": "3.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 17 Nov 2020 23:46:44 GMT | ||
* Last updated: Wed, 26 May 2021 00:01:21 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
4568
60