Skip to content

worker: do not add removed methods to MessagePort

Do not put the .stop() and .drain() methods on the MessagePort prototype if we are going to remove them later on anyway.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading