Skip to content
Snippets Groups Projects
  1. Dec 05, 2024
  2. Dec 04, 2024
  3. Dec 03, 2024
  4. Dec 02, 2024
  5. Dec 01, 2024
  6. Nov 30, 2024
    • Jonas Jenwald's avatar
      Shorten the `WorkerMessageHandler` class a little bit · ede589dd
      Jonas Jenwald authored
       - Use `this` in all scopes where that's possible, to avoid having to spell out `WorkerMessageHandler` everywhere.
      
       - Inline the `isMessagePort` helper function, since there's only a single call-site.
      
       - Use a static initialization block to move more code into the `WorkerMessageHandler` class itself.
      ede589dd
Loading