URL
and its .searchParams
not serialized as related in Node v20
#524
Labels
bug
Something isn't working
URL
and its .searchParams
not serialized as related in Node v20
#524
Input:
Output in Node v18.18.0:
This is correct. Function returns
true
in both original and serialized code.Output in Node v20.0.0 (and latest v20.8.0):
The exported function here returns
false
(incorrect).The problem is due to removal of the
Symbol(context)
property onURL
s in Node v20.0.0, which Livepack relies on to linkURL
s and theirURLSearchParams
.The text was updated successfully, but these errors were encountered: