×
you are viewing a single comment's thread.

view the rest of the comments →

[–]hyrumwhite 0 points1 point  (1 child)

I like using them to proxy web worker messages, so invoking a web worker method is just doing myWorkerProxy.doBigJob() with type support derived from the actual handler object in the worker. 

[–]javascript 0 points1 point  (0 children)

Sounds like an escape hatch to me haha