Dynamic import on Chrome for windows get stuck since today

I have many apps using dynamic import of javascript modules working for years.

Since today they are no longer working on chrome for windows.

The code line

const def = await import("../main.mjs");

is never returning nor throwing an exception (Its surrounded by try/catch)

On all other Browsers its still working fine.

Any suggestions?