diff --git a/src/session.ts b/src/session.ts index 7510412ad..7d30f2320 100644 --- a/src/session.ts +++ b/src/session.ts @@ -81,9 +81,36 @@ class Session { constructor() { } + getWindowCurRemoteData(windowid : string) : SessionRemoteDataType { + let window = this.getWindowById(windowid); + if (window == null) { + return null; + } + for (let i=0; i handleJsonFetchResponse(url, resp)).then((data) => { mobx.action(() => { let lines = GlobalLines.get();