A shared resource is a resource that can be shared between multiple objects. This will track when a resource is no longer being used and can be removed.
Readonly
true if the resource if all references have been deleted.
For runtime introspection.
The options name of the resource
Add a reference to the resource.
This is only called once.
Delete a reference to the resource.
The mimetype of the resource
Return the resource as a Promise to array buffer
For saving to json resources.
A shared resource is a resource that can be shared between multiple objects. This will track when a resource is no longer being used and can be removed.