web-llm icon indicating copy to clipboard operation
web-llm copied to clipboard

[Function] Add heartbeat to service worker

Open Neet-Nestor opened this issue 9 months ago • 0 comments

Overview

This PR adds heartbeat event in web service worker so that the client can monitor its status and respond correspondingly.

Primary Changes

  • Update { type: "keepAlive" } event to { kind: "keepAlive" } to keep all event format consistent
  • Add heartbeat event in web service worker handler to report back its status

Testing

Screenshot 2024-05-15 at 2 01 51 AM

Neet-Nestor avatar May 15 '24 06:05 Neet-Nestor