Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 827 Bytes

File metadata and controls

39 lines (31 loc) · 827 Bytes
layout default
menu_item api
title Refdb
description Version 0.26.1
return_to
API Documentation Index
/api/
sections
open #compress
#open
#compress

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