core
/
dev.fritz2.dom.html
/
TagContext
/
asString
js
as
String
open fun <
T
>
Flow
<
T
>.
asString
():
Flow
<
String
>
Content copied to clipboard
Converts the content of a
Flow
to
String
by using
toString
method.
Return
Flow
with content as
String