korlibs
Toggle table of contents
6.1.0-SNAPSHOT
android
common
js
native
wasmJs
Target filter
android
common
js
native
wasmJs
Switch theme
Search in API
Skip to content
korlibs
korlibs-io
/
korlibs.io
Package-level
declarations
Types
Functions
Properties
Types
Global
Scope
Link copied to clipboard
js
abstract
external
class
GlobalScope
:
EventTarget
,
WindowOrWorkerGlobalScope
,
GlobalPerformance
Properties
_
jsRuntime
Link copied to clipboard
js
var
_jsRuntime
:
JsRuntime
?
is
Deno
Js
Link copied to clipboard
js
wasmJs
val
isDenoJs
:
Boolean
val
isDenoJs
:
Boolean
is
Node
Js
Link copied to clipboard
js
wasmJs
val
isNodeJs
:
Boolean
val
isNodeJs
:
Boolean
is
Shell
Link copied to clipboard
js
wasmJs
val
isShell
:
Boolean
val
isShell
:
Boolean
is
Web
Link copied to clipboard
js
wasmJs
val
isWeb
:
Boolean
val
isWeb
:
Boolean
is
Worker
Link copied to clipboard
js
wasmJs
val
isWorker
:
Boolean
val
isWorker
:
Boolean
js
Global
Link copied to clipboard
js
val
jsGlobal
:
GlobalScope
js
Global
Dynamic
Link copied to clipboard
js
val
jsGlobalDynamic
:
dynamic
js
Runtime
Link copied to clipboard
js
wasmJs
val
jsRuntime
:
JsRuntime
val
jsRuntime
:
JsRuntimeBrowser
native
Arch
Name
Link copied to clipboard
native
val
nativeArchName
:
String
native
Osfamily
Name
Link copied to clipboard
native
val
nativeOsfamilyName
:
String
Functions
Korio
Link copied to clipboard
android
common
fun
Korio
(
context
:
Context
,
entry
:
suspend
CoroutineScope
.
(
)
->
Unit
)
fun
Korio
(
entry
:
suspend
CoroutineScope
.
(
)
->
Unit
)
:
AsyncEntryPointResult
native
Cwd
Link copied to clipboard
native
fun
nativeCwd
(
)
:
String
to
List
Link copied to clipboard
js
wasmJs
fun
HTMLCollection
.
toList
(
)
:
List
<
Element
?
>
fun
HTMLCollection
.
toList
(
)
:
List
<
Element
?
>
to
Typed
List
Link copied to clipboard
js
wasmJs
fun
<
T
:
Element
>
HTMLCollection
.
toTypedList
(
)
:
List
<
T
>
fun
<
T
:
Element
>
HTMLCollection
.
toTypedList
(
)
:
List
<
T
>