deno.land / std@0.166.0 / node / internal / blob.mjs

نووسراو ببینە
1
2
3
4
5
6
7
8
// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.// Node's implementation checks for a symbol they put in the blob prototype// Since the implementation of Blob is Deno's, the only option is to check the// objects constructorexport function isBlob(object) { return object instanceof Blob;}
std

Version Info

Tagged at
a year ago