mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-10 20:17:32 +01:00
Add comment
This commit is contained in:
parent
885abc59be
commit
8387215efd
@ -23,6 +23,7 @@ export class HomeServerRequest {
|
||||
// todo: Shouldn't log be of type ILogItem; but ILogItem does not have finish method
|
||||
private readonly _log?: LogItem;
|
||||
private _sourceRequest?: RequestResult;
|
||||
// as we add types for expected responses from hs, this could be a generic class instead
|
||||
private readonly _promise: Promise<any>;
|
||||
|
||||
constructor(method: string, url: string, sourceRequest: RequestResult, log?: LogItem) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user