onnxruntime/js/node/script
Yulong Wang 5c2e60c5af
[js/node] update install script to allow use proxy (#23242)
### Description

Use `https.get` instead of `fetch` in ORT Nodejs binding package install
script.

### Motivation and Context

According to discussions in #23232, the package `global-agent` cannot
work with `fetch` API. To make it work with the proxy agent, this PR
replaces the `fetch` API with `https.get` in the install script.
2025-01-03 14:27:15 -08:00
..
build.ts Fix delay load for WebGPU EP and DML EP (#23111) 2024-12-19 10:23:48 -08:00
install.js [js/node] update install script to allow use proxy (#23242) 2025-01-03 14:27:15 -08:00
prepack.ts [js] change default formatter for JavaScript/TypeScript from clang-format to Prettier (#21728) 2024-08-14 16:51:22 -07:00
tsconfig.json