mirror of
https://github.com/nextapps-de/flexsearch.git
synced 2025-09-28 06:19:06 +02:00
fast-boot serialization for server-side-rendering
This commit is contained in:
5
dist/module-debug/webpack.js
vendored
5
dist/module-debug/webpack.js
vendored
@@ -24,10 +24,15 @@ import Charset from "./charset.js";
|
||||
/** @export */Index.prototype.removeAsync;
|
||||
/** @export */Index.prototype.export;
|
||||
/** @export */Index.prototype.import;
|
||||
/** @export */Index.prototype.serialize;
|
||||
/** @export */Index.prototype.mount;
|
||||
/** @export */Index.prototype.commit;
|
||||
/** @export */Index.db;
|
||||
|
||||
/** @export */Index.prototype.reg;
|
||||
/** @export */Index.prototype.map;
|
||||
/** @export */Index.prototype.ctx;
|
||||
|
||||
/** @export */Document.prototype.add;
|
||||
/** @export */Document.prototype.append;
|
||||
/** @export */Document.prototype.search;
|
||||
|
Reference in New Issue
Block a user