Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1021 Bytes

File metadata and controls

46 lines (36 loc) · 1021 Bytes
layout default
menu_item api
title Refdb
description Version 0.19.0
return_to
API Documentation Index
/api/
sections
open #compress #free
#open
#compress
#free

Refdb.open AsyncExperimental

Refdb.open(repo).then(function(refdb) {
  // Use refdb
});
Parameters Type
repo Repository the repository
Returns
Refdb

Refdb#compress SyncExperimental

var result = refdb.compress();
Returns
Number

Refdb#free SyncExperimental

refdb.free();