mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
7 lines
151 B
JavaScript
7 lines
151 B
JavaScript
|
|
'use strict';
|
||
|
|
|
||
|
|
// Delegate to the actual DOMException implementation.
|
||
|
|
module.exports = {
|
||
|
|
DOMException: internalBinding('messaging').DOMException,
|
||
|
|
};
|