I’ll follow up to get an update on when Node 24 will be available. Based on internal discussions earlier this year, support for Node 24 likely won’t roll out until later this year. Please note that this timeline is tentative and subject to change.
I did check with v0, and it recommended that you can use a polyfill. i.e. install the urlpattern-polyfill package:
npm install urlpattern-polyfill
Then import it at the top of your file:
import 'urlpattern-polyfill';
That might be a workaround for now, whilst we get updates.