LiveSplit / LiveSplit/LiveSplitOne
Await the service worker
Open
Nobody has claimed this yet.
enhancement
needs further discussion / research
performance
suitable for contributions
- Dominant language
- TypeScript
- Stars
- 301
- Forks
- 55
- Avg merge
- 8m
- Merged PRs (30d)
- 1
Description
At the moment we are setting up the service worker and in the meantime already await the imports. The problem with this is that the service worker will have to download everything as well, so on a completely clean set up, you are downloading everything twice at the moment.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named in the issue. Trace where the service worker is set up and where imports are awaited, then verify on a clean setup that resources are not downloaded twice.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend, web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100