Juan Valencia
Juan Valencia
It just so happens that the gRPC protocol can't be directly used from a browser environment. Not because it doesn't exist a JavaScript implementation, but due to browser limitations. Being...
Sometimes, when a list of menu items are similar in their signature we can face not optimal listings such as this one: ...
Currently, if you have extra markdown files in your site, and use `mdoc` as the typechecking tool, while these files will be built as part of the site, the code...
This change is due to to the documentation URL not being properly formed depending on the base href. By setting it as root-relative, we can be totally sure where we...
The repo README file can be improved by adding some bits about how the polyfill can be used, being that through an npm stack, or on a HTML document directly.
Current published versions aren't minified, and while current workflows might minify the code in the end, it would be a good option to publish the polyfill minified so when used...