UNPKG

frida-buffer

Version:

Frida compatibility shim for the “buffer” module

8 lines (6 loc) 191 B
/* * Short-circuit auto-detection in the buffer module to avoid a Duktape * compatibility issue with __proto__. */ global.TYPED_ARRAY_SUPPORT = true; module.exports = require('buffer/');