javascript - Do ArrayBuffers have a maximum length? -
i little confused here. arraybuffer allocate new memory region it? if so, safe maximum blob size put on it?
that depends on system , there doesn't seems limit.
according the specification :
if requested number of bytes not allocated exception raised.
Comments
Post a Comment