Skip to content

Instantly share code, notes, and snippets.

@chibenwa
Created July 2, 2019 04:25
Show Gist options
  • Save chibenwa/18f2a8aa26dbe54679959db0743e918e to your computer and use it in GitHub Desktop.
Save chibenwa/18f2a8aa26dbe54679959db0743e918e to your computer and use it in GitHub Desktop.
_jmapRequestWithMultipleCommands(commands) {
return this.transport
.post(this.apiUrl, this._defaultHeaders(), commands);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment