提交 d04a6b28 编写于 作者: S Sandeep Somavarapu

💄

上级 af6a17cb
......@@ -56,8 +56,7 @@ export class RequestService {
xhr.timeout = options.timeout;
}
// TODO: remove any
xhr.send(options.data as any);
xhr.send(options.data);
// cancel
token.onCancellationRequested(() => {
......
......@@ -37,9 +37,9 @@ export class RequestService extends Disposable implements IRequestService {
_serviceBrand: any;
protected proxyUrl?: string;
protected strictSSL: boolean;
protected authorization?: string;
private proxyUrl?: string;
private strictSSL: boolean;
private authorization?: string;
constructor(
@IConfigurationService configurationService: IConfigurationService,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册