You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, ?target=node was implemented after I report this enhancement: #84
And is good, but how specify in user-agent target=node ?
I tried setting user-agent to Node/14 but returned es2021 target.
The text was updated successfully, but these errors were encountered:
I know that oficcially node doesn't import URL, but taking consideration you added target=node, I think user-agent can be checked like this: Node/14 or Node/16. My project kwruntime sends the user-agent in that way. In other words, if user-agent contains: Node/(version-number) same effect like ?target=node
Hi, ?target=node was implemented after I report this enhancement: #84
And is good, but how specify in user-agent target=node ?
I tried setting user-agent to
Node/14
but returned es2021 target.The text was updated successfully, but these errors were encountered: