mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
JavaScript: Update externs for MessageEvent.
This commit is contained in:
@@ -2068,8 +2068,10 @@ MessagePort.prototype.onmessage;
|
||||
* @constructor
|
||||
* @extends {Event}
|
||||
* @template T
|
||||
* @param {string} type
|
||||
* @param {Object=} init
|
||||
*/
|
||||
function MessageEvent() {}
|
||||
function MessageEvent(type, init) {}
|
||||
|
||||
/**
|
||||
* The data payload of the message.
|
||||
|
||||
Reference in New Issue
Block a user