mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-12 14:00:01 -04:00
improve fetch api compatibility
This commit is contained in:
parent
baab0aea8f
commit
563a2b7310
6 changed files with 79 additions and 23 deletions
|
@ -4,7 +4,10 @@
|
|||
|
||||
set -e
|
||||
|
||||
cd wisp_server
|
||||
SCRIPT_PATH=$(realpath $0)
|
||||
BASE_PATH=$(dirname $SCRIPT_PATH)
|
||||
|
||||
cd $BASE_PATH/wisp_server
|
||||
if [ ! -d ".venv" ]; then
|
||||
python3 -m venv .venv
|
||||
fi
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit a74dcabec6d8564a2e245421e710fff7928a99fb
|
||||
Subproject commit 138ef0f73027b3d237ec84bee7ea43b4f30c8b74
|
Loading…
Add table
Add a link
Reference in a new issue