Open bartlomieju opened 8 months ago
Tbd
Maybe URLPattern as well
Makes sense for Headers and URLSearchParams. new URL uses buffers to efficiently index into serialized URL in JS - this is already pretty fast and does not leak memory.
new URL
Tbd