Search posts, tags, users, and pages
Peter Mbanugo
Senior Software Engineer
Node.js popularized the concept of running JavaScript on the server. Today, there are more JavaScript runtimes intended for building server-based applications, with Bun and LLRT among the most recent I'm aware of. Deno has been around for some years,...
Eze Sunday
Great stuff. I can see where this can be very useful. In addition, the navigator object is only available from Node 21+ (especially the .userAgent) github.com/nodejs/node/pull/50200, I'm not sure of other runtimes
navigator
.userAgent
it's part of the WinterCG spec, so runtimes that adhere to that spec already have that.
Eze Sunday
Great stuff. I can see where this can be very useful. In addition, the
navigatorobject is only available from Node 21+ (especially the.userAgent) github.com/nodejs/node/pull/50200, I'm not sure of other runtimes