sreeramu
sreeramu

Reputation: 1223

Is it possible to run okio in javascript

I have query about okio , is it possible to run the okio in javascript, is there is any okio package available for javascript ?

i got this query due to this commands in release notes of okio.

Version 3.0.0-alpha.3¶ 2021-04-06

New: Move NodeJsFileSystem into its own module. Having it built-in prevented Okio from working in a browser where there’s no synchronous file system API. This is in the okio-nodefilesystem artifact.

Upvotes: 1

Views: 241

Answers (1)

Jesse Wilson
Jesse Wilson

Reputation: 40593

Okio is a Kotlin Multiplatform library and runs in JVM, JS, and native.

Upvotes: 3

Related Questions