createObjectURL function

dynamic createObjectURL(
  1. dynamic blob
)

TODO

Implementation

createObjectURL(blob) {
  return blob;
}