177177177
ReadableStream passed to an island component argument becomes an empty object
console.log('message recived')
gets logged in vs code console but not in the browser console, and console.log(conn)
too gets logged in vs code console as expected but gets logged as an empty object in the browser console. And in the browser console it also throws Uncaught TypeError: Cannot read properties of undefined (reading 'then')
16 replies
ReadableStream passed to an island component argument becomes an empty object
But
conn
is not recognized as a promise as it gets logged as a Promise {}
object in the vs code console as expected but gets logged as an empty object in the browser console.16 replies