Svyatoslav Kuzmich [JB]
12/15/2023, 10:59 PMStefan Oltmann
12/15/2023, 11:11 PMandylamax
12/16/2023, 12:18 AMRobert Jaros
12/16/2023, 7:00 AMOliver.O
12/16/2023, 7:14 PMPromise
as regular commonized Kotlin types, not using JsAny
.Stefan Oltmann
12/17/2023, 1:05 PMfun Uint8Array.toByteArray(): ByteArray
• fun ByteArray.toUint8Array(): Uint8Array
• fun ByteArray.toBlob(mimeType: String): org.w3c.files.Blob
For a beginner it's not obvious how to implement them and now that I know how to do it i just copy & paste them around. This is a clear indication (to me) that it should come with the standard library.