Warning:
This wiki has been archived and is now read-only.

Blob

From Client and Server JavaScript APIs Community Group
Jump to: navigation, search

Introduction

The Blob API is part of the File API

Contacts

We are looking for representatives of this HTML5 API to discuss of potentially needed updates to consider server-side implementations

Debate

to be done

SSJS Implementations

Native

Wakanda

Wakanda implements the W3C Blob API with some extensions:


Third party module

Node.js

A third party module provide a W3C Blob compliant API: https://github.com/chrisdickinson/w3c-blob

References