remove method

JSPromise<JSAny?> remove([
  1. JSFunction onComplete
])

Ensures the data at this location is deleted when the client is disconnected (due to closing the browser, navigating to a new page, or network issues).

Implementation

external JSPromise remove([
  // (a: Error | null) => any
  JSFunction onComplete,
]);