-
Notifications
You must be signed in to change notification settings - Fork 152
Open
Description
Expected Behavior
There should be a straightforward way to create a new empty Asset object, or to create a new Asset with externally-defined contents, without relying on an environment-specific data type.
Actual Behavior
Doing so currently requires creating a Buffer, which is a Node.js-only type. This means there's no good way to create or fill an Asset in environment-neutral code.