Javascript | V8
HTTP Client
get = this.hostServices.http.get('https://example.org');Key-Value Store
this.hostServices.kv.set('hello', payload);
this.hostServices.kv.delete('hello');
this.hostServices.kv.set('hello2', payload);
return {
keys: this.hostServices.kv.keys(),
hello2: this.hostServices.kv.get('hello2')
}Object Store
Core Messaging
Last updated
Was this helpful?