| 14:42 | <Jack Works> | Everyone agrees that virtual import hooks are not serializable. |
| 14:44 | <Jack Works> | Dan, Shu, and I are still arguing about how import maps get coordinated between workers, but our motives appear to be similar. Shu and I agree that the serialization of a module instance should not close over the import-map. Dan and I agree that relying on an HTTP header to indicate the import map is not sufficient either. So, something will have to give. |
| 23:17 | <littledan> | since in most cases, devs will use the same import map in a worker and the main page, it will be simpler to drop the import map and use the host resolution |