mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
JavaScript: Update externs for MessageEvent.
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user