547 B
547 B
title, tags, updated
| title | tags | updated | ||||
|---|---|---|---|---|---|---|
| Browser Content Loading Approaches |
|
2026-06-03 |
Browser Content Loading Approaches
Design options for WebKit content loading:
- Load sync
- Load async with nav delegate waiting + extra progress boilerplate
- Load from another process
- Reimplement WebKit rules compiler
- Mixed: staged limited in time sync loading showing async loading if taking >6s
- Mixed: sync loading with async
Additional considerations:
- +Cache compiled rules
- +cleanup when outdated