feat: Monkey patches MessagePort onproperties (onmessage/onmessageerror) (#34610)

Close #34581

PR Close #34610
This commit is contained in:
JiaLiPassion
2020-01-02 15:48:30 +09:00
committed by Matias Niemelä
parent 2b8edbbb1d
commit 1882451ec0
7 changed files with 73 additions and 0 deletions

View File

@ -43,6 +43,7 @@ Below is the full list of currently supported modules.
|PromiseRejectionEvent|PromiseRejectEvent will fire when ZoneAwarePromise has unhandled error|__Zone_disable_PromiseRejectionEvent = true|
|mediaQuery|mediaQuery addListener API will be patched as Zone aware EventTask. (By default, mediaQuery patch will not be loaded by zone.js) |__Zone_disable_mediaQuery = true|
|notification|notification onProperties API will be patched as Zone aware EventTask. (By default, notification patch will not be loaded by zone.js) |__Zone_disable_notification = true|
|MessagePort|MessagePort onProperties API will be patched as Zone aware EventTask. (By default, MessagePort patch will not be loaded by zone.js) |__Zone_disable_MessagePort = true|
- NodeJS