@pusher/platform
Advanced tools
Comparing version 0.16.1 to 0.16.2
@@ -9,2 +9,10 @@ # Changelog | ||
## [0.16.2](https://github.com/pusher/pusher-platform-js/compare/0.16.1...0.16.2) - 2019-02-14 | ||
### Additions | ||
- The `TokenProvider` now accepts a `withCredentials` option which it forwards | ||
to `XMLHttpRequest` internally. [See | ||
here.](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/withCredentials) | ||
## [0.16.1](https://github.com/pusher/pusher-platform-js/compare/0.16.0...0.16.1) - 2018-01-17 | ||
@@ -11,0 +19,0 @@ |
@@ -22,4 +22,5 @@ import { ElementsHeaders } from './network'; | ||
body?: any; | ||
withCredentials?: boolean; | ||
} | ||
export declare function executeNetworkRequest(createXhr: () => XMLHttpRequest, options: RequestOptions): Promise<any>; | ||
export declare function sendRawRequest(options: RawRequestOptions): Promise<any>; |
@@ -22,4 +22,5 @@ import { ElementsHeaders } from './network'; | ||
body?: any; | ||
withCredentials?: boolean; | ||
} | ||
export declare function executeNetworkRequest(createXhr: () => XMLHttpRequest, options: RequestOptions): Promise<any>; | ||
export declare function sendRawRequest(options: RawRequestOptions): Promise<any>; |
@@ -22,4 +22,5 @@ import { ElementsHeaders } from './network'; | ||
body?: any; | ||
withCredentials?: boolean; | ||
} | ||
export declare function executeNetworkRequest(createXhr: () => XMLHttpRequest, options: RequestOptions): Promise<any>; | ||
export declare function sendRawRequest(options: RawRequestOptions): Promise<any>; |
@@ -6,3 +6,3 @@ { | ||
"types": "dist/web/declarations/index.d.ts", | ||
"version": "0.16.1", | ||
"version": "0.16.2", | ||
"author": "Pusher", | ||
@@ -9,0 +9,0 @@ "license": "MIT", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
288083
6407