Node-Red configuration
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

structured-clone.js 283B

123456789
  1. 'use strict';
  2. require('../modules/es.array.iterator');
  3. require('../modules/es.object.to-string');
  4. require('../modules/es.map');
  5. require('../modules/es.set');
  6. require('../modules/web.structured-clone');
  7. var path = require('../internals/path');
  8. module.exports = path.structuredClone;