input-for-workers icon indicating copy to clipboard operation
input-for-workers copied to clipboard

Add details for event dispatching and forking process

Open majido opened this issue 5 years ago • 0 comments

Section 3 of the spec discusses the fork and dispatch semantic but it is very sparse. We should add the following:

  • Order of dispatch, is there any ordering gauranteed? e.g., do we call handlers in worker in a specific order? what about handlers in main in relationship to worker handlers.

  • Details of event dispatch e.g., what happens if one handler (main or worklet) prevents event propagation or default action?

  • Details of stripping DOM

majido avatar Sep 04 '19 17:09 majido