mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 07:07:33 +00:00
docs: update README.md with a runtimes section
This commit is contained in:
parent
9e83681cee
commit
e98b7768db
1 changed files with 6 additions and 2 deletions
|
|
@ -109,8 +109,12 @@ Additional advanced parameters can be passed in as well:
|
|||
* `--socketTimeout N`: Specifies socket timeout (where `N` is a number, eg. `5000`).
|
||||
* ... and the rest in the same format.
|
||||
|
||||
## Deno
|
||||
The minimum supported deno version is `1.39.2` and the `--allow-net` permission is required.
|
||||
## Using with other runtimes
|
||||
While we still expect to be some minor issues with these, the library works, if any problems
|
||||
arises please open an issue and we'll look into it.
|
||||
|
||||
* **Deno**: Minimum supported deno version is `1.39.2` and the `--allow-net` permission is required.
|
||||
* **Bun**: Minimum supported version is `1.1.21`.
|
||||
|
||||
## Common Issues
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue