PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/bytebuffer/src/methods/static

Просмотр файла: accessor.js

/**
 * Gets the accessor type.
 * @returns {Function} `Buffer` under node.js, `Uint8Array` respectively `DataView` in the browser (classes)
 * @expose
 */
ByteBuffer.accessor = function() {
    //? if (NODE)
    return Buffer;
    //? else if (DATAVIEW)
    return DataView;
    //? else
    return Uint8Array;
};

Выполнить команду


Для локальной разработки. Не используйте в интернете!