diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-07-05 15:57:46 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-07-05 15:57:46 +1000 |
| commit | 195e1111f286631fc871b49487755eaeafaf03a8 (patch) | |
| tree | 1c319e8b7e291232c5e097a2f45e762ae54b22c1 /src/lib.ts | |
| parent | 4bfd6889b2d6184f5500f47231b8288b4c04df04 (diff) | |
Add loading-from-server indicator
Diffstat (limited to 'src/lib.ts')
| -rw-r--r-- | src/lib.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ import {getBreakpoint, Breakpoint, getScrollBarWidth, onTouchDevice} from './uti // For server requests const SERVER_URL = 'http://localhost:8000/cgi-bin/data.py' -export async function getServerResponse(params: string){ +export async function queryServer(params: string){ // Construct URL let url = new URL(SERVER_URL); url.search = params; |
