Skip to content

Troubleshooting

If you find some bug or have any doubts, open an issue in the repository.

Remember that it's also important to check the original documentation for the VNDB API, as it describes various peculiarities that need to be taken into account when using this package.

Top level await

For simplicity, many examples in this documentation use top level await. However, it's not possible to use the keyword await on its own everywhere.

For more information, check out MDN's article explaining this use of await.