Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44bd540 + 7565eb2 commit c4cb75eCopy full SHA for c4cb75e
1 file changed
javascript/externs/web/html5.js
@@ -2068,8 +2068,10 @@ MessagePort.prototype.onmessage;
2068
* @constructor
2069
* @extends {Event}
2070
* @template T
2071
+ * @param {string} type
2072
+ * @param {Object=} init
2073
*/
-function MessageEvent() {}
2074
+function MessageEvent(type, init) {}
2075
2076
/**
2077
* The data payload of the message.
0 commit comments