Jaculus icon indicating copy to clipboard operation
Jaculus copied to clipboard

Implement url module

Open yaqwsx opened this issue 3 years ago • 0 comments

Implement node.js url module: https://nodejs.org/dist/latest-v14.x/docs/api/url.html

The module is probably implemented the best directly in Javascript - it is too much work to implement it in the native API and the performance probably won't be a problem here.

Difficulty: Medium

yaqwsx avatar Aug 04 '21 17:08 yaqwsx