404

[ Avaa Bypassed ]




Upload:

Command:

botdev@18.221.4.218: ~ $
'use strict'

var experimentalWarnings = new Set();

function emitExperimentalWarning(feature) {
  if (experimentalWarnings.has(feature)) return;
  var msg = feature + ' is an experimental feature. This feature could ' +
       'change at any time';
  experimentalWarnings.add(feature);
  process.emitWarning(msg, 'ExperimentalWarning');
}

function noop() {}

module.exports.emitExperimentalWarning = process.emitWarning
  ? emitExperimentalWarning
  : noop;

Filemanager

Name Type Size Permission Actions
lib Folder 0755
GOVERNANCE.md File 5.42 KB 0644
LICENSE File 2.28 KB 0644
README.md File 4.6 KB 0644
errors-browser.js File 4.1 KB 0644
errors.js File 3.63 KB 0644
experimentalWarning.js File 460 B 0644
package.json File 7.63 KB 0644
readable-browser.js File 488 B 0644
readable.js File 729 B 0644