URLLoader and ByteArray bug in 3.5.1

In the newest OpenFL the URLLoader in html target throws this error in the onData method:

Cannot cast [object ArrayBuffer] to {
	__name__ : [openfl,utils,ByteArrayData], 
	fromBytes : <function>
}

EDIT: added a bug here https://github.com/openfl/openfl/issues/955

Should be fixed now :slight_smile:

Thanks! That’s why I love this community :slight_smile:

1 Like