mmamedel

Results 6 comments of mmamedel

> > One thing I have noticed is that the docs svg has not updated one last pr... is this being re-created at build time or is something I need...

> @mmamedel thx for catching the outdated preview. > > > I quoted "top 3" because that's the SVG title, but it actually shows top 4. > > It shows...

@hoeck Do you any to include the update to preview on this pr or leave it to another one?

@wahyupriadi95 when you do that will the left section follow the right section when you scroll in right section? In my use case I want it to be bidirectional but...

Seems that the only thing you need to do is include a `baseURL` and `type`: ```ts const auth = await spawn( new Worker("./workers/auth", { _baseURL: import.meta.url, type: "module" }) );...

No problem. The changes from js to ts were minor… it was just a way to provide the declarations and at the same time benefit of build-time type safety… but...