putEntries<T> method

Future<void> putEntries<T>(
  1. Map<Object, T> entries,
  2. DurableObjectPutOptions options
)

Implementation

Future<void> putEntries<T>(
        Map<Object, T> entries, DurableObjectPutOptions options) =>
    js_util.promiseToFuture(
        js_util.callMethod(this, 'put', [jsify(entries), options]));