createObjectURL function

dynamic createObjectURL(
  1. dynamic blob
)

Implementation

createObjectURL(blob) {
  return blob;
}