UNPKG

@metamask/snaps-utils

Version:
5 lines 289 B
// The max file size for Snap source code and auxiliary files. // 64 MB - we chose this number because it is the size limit for postMessage // between the extension and the offscreen document enforced by Chrome. export const MAX_FILE_SIZE = 64000000; //# sourceMappingURL=constants.mjs.map