feat(zone.js): Monkey patch MessagePort.prototype onproperties (#34610)

Monkey patch `MessagePort.prototype.onmessage` and `MessagePort.prototype.onmessageerror` to make
these properties's value(callback function) run in the zone when these value are set.

PR Close #34610
This commit is contained in:
JiaLiPassion
2020-03-12 08:38:37 +09:00
committed by Andrew Kushnir
parent 05d0586223
commit 0f8e710c7c
7 changed files with 73 additions and 0 deletions

View File

@ -130,6 +130,8 @@ describe('Zone.js npm_package', () => {
'zone-patch-fetch.min.js',
'zone-patch-jsonp.js',
'zone-patch-jsonp.min.js',
'zone-patch-message-port.js',
'zone-patch-message-port.min.js',
'zone-patch-promise-test.js',
'zone-patch-promise-test.min.js',
'zone-patch-resize-observer.js',