URL.revokeObjectURL(id)


稳定性: 1 - 实验性

  • id <string> 由先前调用 URL.createObjectURL() 返回的 'blob:nodedata:... URL 字符串。

移除由给定 ID 标识的存储 <Blob>。尝试撤销未注册的 ID 将默默失败。

【Removes the stored <Blob> identified by the given ID. Attempting to revoke a ID that isn't registered will silently fail.】