-
Updated
Nov 19, 2021 - JavaScript
SDK
The term SDK stands for software development kit. It is a collection of tools that allow developers to build software for specific platforms. An SDK can consist of (but is not limited to) a compiler, debugger, libraries, documentation, and code samples.
Here are 683 public repositories matching this topic...
-
Updated
Dec 30, 2021 - JavaScript
-
Updated
Dec 30, 2021 - JavaScript
-
Updated
Nov 11, 2021 - JavaScript
-
Updated
Dec 27, 2021 - JavaScript
-
Updated
Jan 6, 2021 - JavaScript
-
Updated
Dec 24, 2021 - JavaScript
-
Updated
Dec 17, 2021 - JavaScript
-
Updated
Dec 8, 2021 - JavaScript
Currently the module field on package.json points to src/simpla.js but really it should point to a separate build, that's been transpiled, but not bundled. This means that whatever module bundling system consumers are using will still be used, but it won't need to be transpiled. As it currently stands, users can come up against [this bug](https://github.com/facebookincubator/create-react-app
Currently, JavaScript SDK logs status code 0 when the connection between the client and server cannot be resolved. This makes diagnosing network errors very difficult, as there are many different problems that can cause 0 status code in failing dependency calls.
The proposal is to log status code information that indicates whether a network error occurred and what type.
-
Updated
Aug 14, 2020 - JavaScript
-
Updated
Aug 29, 2019 - JavaScript
-
Updated
Dec 26, 2021 - JavaScript
-
Updated
Dec 28, 2021 - JavaScript
-
Updated
Dec 8, 2021 - JavaScript
-
Updated
Dec 23, 2021 - JavaScript
-
Updated
Dec 18, 2021 - JavaScript
- Wikipedia
- Wikipedia
The current streaming example doesn't implement the
onerror()callback. In production this means that the subscriber can loose connection without knowing about it.