Kotlin Wrappers API Reference
Toggle table of contents
js
Platform filter
js
Switch theme
kotlin-react-dom
/
react.dom.server
/
RenderToReadableStreamOptions
Render
To
Readable
Stream
Options
external
interface
RenderToReadableStreamOptions
:
Abortable
(
source
)
Members
Properties
bootstrap
Modules
Link copied to clipboard
abstract
val
bootstrapModules
:
ReadonlyArray
<
String
>
?
bootstrap
Script
Content
Link copied to clipboard
abstract
val
bootstrapScriptContent
:
String
?
bootstrap
Scripts
Link copied to clipboard
abstract
val
bootstrapScripts
:
ReadonlyArray
<
String
>
?
identifier
Prefix
Link copied to clipboard
abstract
val
identifierPrefix
:
String
?
namespace
URI
Link copied to clipboard
abstract
val
namespaceURI
:
String
?
nonce
Link copied to clipboard
abstract
val
nonce
:
String
?
on
Error
Link copied to clipboard
abstract
val
onError
:
ErrorHandler
<
ErrorInfo
>
?
progressive
Chunk
Size
Link copied to clipboard
abstract
val
progressiveChunkSize
:
Int
?
signal
Link copied to clipboard
abstract
override
val
signal
:
AbortSignal
?
Functions
copy
Link copied to clipboard
inline operator
fun
copy
(
noinline
signal
:
AbortSignal
?
)
:
Abortable