docs.rs failed to build rong_buffer-0.3.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
rong_buffer-0.1.1
rong_buffer
Implements the Web Blob and File APIs for binary data handling.
JS APIs
Blob— immutable raw binary datanew Blob(parts?, options?)— create from arrays, strings, or other blobssize— byte lengthtype— MIME typeslice(start?, end?, contentType?)— create a sub-blobarrayBuffer()— read contents asArrayBuffertext()— read contents as UTF-8 stringbytes()— read contents asUint8Array
File— extendsBlobwith a filename and timestampnew File(bits, name, options?)— create a named file blobname— file namelastModified— last modified timestamp in milliseconds