Thread with 3 posts
jump to expanded postit extremely annoys me that you can have event-driven systems where you trigger an event and set up the event handler after the fact, hoping the event hasnβt actually happened yet
yes multiple early iPhone OS apps do this, why do you ask,
my modest proposal is that such systems should check if appropriate event handlers are registered before you do something that can produce an event, and if they arenβt, refuse to deliver the event later, even if handlers were set up in the meantime π
@hikari just give the receiver control if buffering is plausible/reasonable https://developer.mozilla.org/en-US/docs/Web/API/MessagePort/start