@types/cometd
Advanced tools
Comparing version 4.0.7 to 4.0.8
@@ -188,2 +188,9 @@ // Type definitions for CometD 4.0 | ||
/** | ||
* Gets all registered transport types. | ||
* | ||
* @return an array of all registered transport types | ||
*/ | ||
getTransportTypes(): string[]; | ||
/** | ||
* Configures and establishes the Bayeux communication with the Bayeux server via a handshake | ||
@@ -190,0 +197,0 @@ * and a subsequent connect. |
{ | ||
"name": "@types/cometd", | ||
"version": "4.0.7", | ||
"version": "4.0.8", | ||
"description": "TypeScript definitions for CometD", | ||
@@ -42,4 +42,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "5864e72e6fb7b05ea5418f8a2886793e405f84552e4d28b157096f0f299413f5", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "d0e251c6f2745b6757c05557b4240023787ffe713e214711710899a494f05c5f", | ||
"typeScriptVersion": "3.1" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sat, 14 Mar 2020 01:18:51 GMT | ||
* Last updated: Fri, 21 Aug 2020 22:46:01 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
25136
553