toggle menu
korge-root
5.1.0
js
switch theme
search in API
korge-core
/
korlibs.io.runtime.browser
Package-level
declarations
Types
Functions
Types
Http
Client
Browser
Js
Link copied to clipboard
js
class
HttpClientBrowserJs
:
HttpClient
Js
Runtime
Browser
Link copied to clipboard
js
object
JsRuntimeBrowser
:
JsRuntime
Functions
create
Temporal
URLFor
Data
Link copied to clipboard
js
inline
fun
<
T
>
createTemporalURLForData
(
data
:
ByteArray
,
contentType
:
String
,
callback
:
(
url
:
String
)
->
T
)
:
T
create
URLFor
Data
Link copied to clipboard
js
fun
createURLForData
(
data
:
ByteArray
,
contentType
:
String
)
:
String
revoke
RLFor
Data
Link copied to clipboard
js
fun
revokeRLForData
(
url
:
String
)