Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-31 | feat(node/os): implement getPriority, setPriority & userInfo (#19370) | Leo Kettmeir | |
Takes #4202 over Closes #17850 --------- Co-authored-by: ecyrbe <ecyrbe@gmail.com> | |||
2023-05-17 | refactor(node): reimplement http client (#19122) | Leo Kettmeir | |
This commit reimplements most of "node:http" client APIs using "ext/fetch". There is some duplicated code and two removed Node compat tests that will be fixed in follow up PRs. --------- Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2023-04-24 | refactor(ext/node): reorganize ops (#18799) | Bartek Iwańczuk | |
Move all op related code of "ext/node" to "ext/node/ops" module. These files were unnecessarily scattered around the extension. |