I've had a bug for a while. It hasn't impeded development but I thought I should finally report it. Whenever my application launches I get this error in the console:
AMF3Array.hx:33 Uncaught TypeError: Cannot set properties of undefined (setting 'LZMA_WORKER')
at $lime_init (AMF3Array.hx:33:2)
at AMF3Array.hx:33:2
$lime_init | @ | AMF3Array.hx:33
(anonymous) | @ | AMF3Array.hx:33
That line in AMF3Array is:
@optional public var extra:Map<String, Dynamic>;
So it would appear the "extra" map doesn't exist. I can delve into this further but thought I should start a record here since I know nothing about this part of Lime yet.