JavaScript

Javascript payload formatters allow you to write your own functions to encode or decode messages. Javascript functions are executed using an JavaScript ECMAScript 5.1 engine.

Payload formatters use ECMAScript 5 (2009), which has some distinct differences compared to newer, commonly used ECMAScript revisions. See here for a quick comparison. Notably, let, const, and arrow functions are not supported by ES5.

The payload formatters should be simple and lightweight.

There are three different types of Qubitro JavaScript payload formatters:

pageUplink DecoderpageDownlink EncoderpageDownlink Decoder

The payload formatters should be simple and lightweight.

Read the documentations to further learn about these formatters and find associated examples.

pageExamples

✨ Support and Feedback

If you have further questions or suggestions, feel free to join πŸ‘‡ -> Qubitro Community Discord via this invitation link.

Last updated