mirror of
				https://github.com/Xahau/xahau.js.git
				synced 2025-11-04 04:55:48 +00:00 
			
		
		
		
	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:
		@@ -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';
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user