Comparing version 5.0.10 to 5.0.11
/* | ||
* Copyright (c) 2008-2021 the original author or authors. | ||
* Copyright (c) 2008-2022 the original author or authors. | ||
* | ||
@@ -4,0 +4,0 @@ * Licensed under the Apache License, Version 2.0 (the "License"); |
/* | ||
* Copyright (c) 2008-2021 the original author or authors. | ||
* Copyright (c) 2008-2022 the original author or authors. | ||
* | ||
@@ -4,0 +4,0 @@ * Licensed under the Apache License, Version 2.0 (the "License"); |
/* | ||
* Copyright (c) 2008-2021 the original author or authors. | ||
* Copyright (c) 2008-2022 the original author or authors. | ||
* | ||
@@ -20,15 +20,5 @@ * Licensed under the Apache License, Version 2.0 (the "License"); | ||
url: string; | ||
accept(version: string, crossDomain: boolean, url: string): boolean; | ||
} | ||
export interface LongPollingTransport extends Transport { | ||
} | ||
export interface CallbackPollingTransport extends Transport { | ||
} | ||
export interface WebSocketTransport extends Transport { | ||
} | ||
export interface TransportRegistry { | ||
@@ -216,15 +206,15 @@ getTransportTypes(): string[]; | ||
export interface AckExtension extends Extension { | ||
export class AckExtension implements Extension { | ||
} | ||
export interface BinaryExtension extends Extension { | ||
export class BinaryExtension implements Extension { | ||
} | ||
export interface ReloadExtension extends Extension { | ||
export class ReloadExtension implements Extension { | ||
} | ||
export interface TimeStampExtension extends Extension { | ||
export class TimeStampExtension implements Extension { | ||
} | ||
export interface TimeSyncExtension extends Extension { | ||
export class TimeSyncExtension implements Extension { | ||
} |
{ | ||
"name": "cometd", | ||
"version": "5.0.10", | ||
"version": "5.0.11", | ||
"description": "Comet and WebSocket library for web messaging", | ||
@@ -5,0 +5,0 @@ "keywords": ["comet", "websocket", "messaging", "pubsub", "publish", "subscribe", "rpc", "p2p", "peer-to-peer"], |
/* | ||
* Copyright (c) 2008-2021 the original author or authors. | ||
* Copyright (c) 2008-2022 the original author or authors. | ||
* | ||
@@ -4,0 +4,0 @@ * Licensed under the Apache License, Version 2.0 (the "License"); |
/* | ||
* Copyright (c) 2008-2021 the original author or authors. | ||
* Copyright (c) 2008-2022 the original author or authors. | ||
* | ||
@@ -4,0 +4,0 @@ * Licensed under the Apache License, Version 2.0 (the "License"); |
/* | ||
* Copyright (c) 2008-2021 the original author or authors. | ||
* Copyright (c) 2008-2022 the original author or authors. | ||
* | ||
@@ -4,0 +4,0 @@ * Licensed under the Apache License, Version 2.0 (the "License"); |
Sorry, the diff of this file is too big to display
187699
4067