- Recording: https://www.youtube.com/watch?v=59WSsu2zqLw
- GitHub Issue: #64
- Bradley Faris: @bmeck
- Geoffrey Booth: @GeoffreyBooth
- Guy Bedford: @guybedford
- Jacob Smith: @JakobJingleheimer
- Zack Schuster: @zackschuster
- Maël Nison: @arcanis
import.meta.resolve()whatwg/html#5572- Add ambient-loader proposal #63
Will suggest to WHATWG:
- We will try to land a PR to move the loaders off-thread, to preserve an async
resolvehook while supporting a syncimport.meta.resolve. - The backup plan would be to change our loader hook
resolveto be sync, but we’re unsure of the breakage in doing so. Use case discussed is trying to resolve within a.zipor.tar.gzfile.
Notes on doing above work:
- Update old Modules WG doc on moving loaders off-thread: https://docs.google.com/document/d/1J0zDFkwxojLXc36t2gcv1gZ-QnoTXSzK1O6mNAMlync/edit#heading=h.iebvrtqfwxvg. It is out of date from rebasing etc.