docs: Add note that Deno is broken due to zlib (#2573)

While ensuring that xrpl@3 still would support Deno it was discovered
that it is broken in 2.x due Deno's port of zlib.
This commit is contained in:
Caleb Kniffen
2023-11-17 12:54:24 -06:00
committed by GitHub
parent 740210d9a2
commit 73f48bd771

View File

@@ -195,6 +195,10 @@ npm install --save-dev @esbuild-plugins/node-globals-polyfill \
Until official support for [Deno](https://deno.land) is added, you can use the following work-around to use `xrpl.js` with Deno:
> [!NOTE]
> The following is currently broken due to https://github.com/denoland/deno/issues/20516.
> Once that is fixed there could be other issues as well.
```javascript
import xrpl from 'https://dev.jspm.io/npm:xrpl';