JavaScript: Update externs for MessageEvent.

This commit is contained in:
Max Schaefer
2019-06-26 19:10:41 -07:00
parent 99c32f08fb
commit 7565eb263e

View File

@@ -2068,8 +2068,10 @@ MessagePort.prototype.onmessage;
* @constructor * @constructor
* @extends {Event} * @extends {Event}
* @template T * @template T
* @param {string} type
* @param {Object=} init
*/ */
function MessageEvent() {} function MessageEvent(type, init) {}
/** /**
* The data payload of the message. * The data payload of the message.