NodeurlURL.revokeObjectURLmethod URL.revokeObjectURLunstable#URL.revokeObjectURL(id: string): voidRemoves the stored Blob identified by the given ID. Attempting to revoke a ID that isn't registered will silently fail. Parameters ##id: stringA 'blob:nodedata:... URL string returned by a prior call to URL.createObjectURL(). Return Type #void
method URL.revokeObjectURLunstable#URL.revokeObjectURL(id: string): voidRemoves the stored Blob identified by the given ID. Attempting to revoke a ID that isn't registered will silently fail. Parameters ##id: stringA 'blob:nodedata:... URL string returned by a prior call to URL.createObjectURL(). Return Type #void