mozilla / pluotsorbet

[ARCHIVED] PluotSorbet is a J2ME-compatible virtual machine written in JavaScript.
GNU General Public License v2.0
237 stars 46 forks source link

BackgroundMIDlet3 launches MIDlet before setting args #1856

Open TimAbraldes opened 9 years ago

TimAbraldes commented 9 years ago

Ideally, args for a MIDlet would be set synchronously with the launch of that MIDlet. In our current setup, those two steps happen independently and BackgroundMIDlet3 currently launches the MIDlet before it sets the args for that MIDlet.