JavaScript: Update model of DOMException.

cf. https://developer.mozilla.org/en-US/docs/Web/API/DOMException/DOMException
This commit is contained in:
Max Schaefer
2018-10-01 08:50:53 +01:00
parent 28329562a7
commit 8cc7f5c242

View File

@@ -25,9 +25,11 @@
/**
* @constructor
* @param {string=} message
* @param {string=} message
* @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core.html#ID-17189187
*/
function DOMException() {}
function DOMException(message, name) {}
/**
* @type {number}