gromeck / LatencyMeasure

A tool to measure latency from keybard or mouse input to a visual response on the screen.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add AJAX request to HTML test client

gromeck opened this issue · comments

The test client should be enhanced so that optionally am asynchronous HTTP request is sent to a configured URL by the frontend code. This should simulate a server-side processing of the users input.
The HTTP request should simply use a GET or HEAD request to the configured URL.

implemented with commit 3874edb