#
n-api
Here are 72 public repositories matching this topic...
Pure C++ Node.js LevelDB binding. An abstract-leveldown compliant store.
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Sep 10, 2018 - C++
Get Windows System Root certificates
electron
windows
tls
openssl
vscode
x509
vscode-extension
certificate-authority
node-js
pem
root-certificate
root-certificates
node-forge
node-ffi
tls-certificate
napi
truststore
n-api
root-cas
-
Updated
Sep 16, 2020 - LiveScript
N-API based Souvenir service for CascadiaJS 2018
-
Updated
Dec 15, 2018 - C++
Node v8.x N-API asynchronous callback example addon
-
Updated
Feb 10, 2018 - JavaScript
Node v8.x N-API asynchronous Promise example addon
nodejs
node
native
async
asynchronous
addon
promise
await
future
deferred
async-await
napi
native-module
n-api
-
Updated
Feb 10, 2018 - JavaScript
NodeJS - native macOS process list loader
-
Updated
Aug 25, 2020 - C++
-
Updated
Jun 22, 2020 - C
Native template engine for NodeJS.
-
Updated
Sep 6, 2020 - C++
Node.JS With Steroids - Make Better Node.js Application with Native Add-Ons
-
Updated
Apr 2, 2018 - C
Talk for the Codemotion Rome 2018
-
Updated
Apr 13, 2018 - C
A native Node.js module to interface with the HX711 load cell amplifier
-
Updated
Oct 23, 2019 - C++
Improve this page
Add a description, image, and links to the n-api topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the n-api topic, visit your repo's landing page and select "manage topics."


According to the spec, passing a description as an argument to
RTCPeerConnection.setLocalDescriptionshould be optional: https://w3c.github.io/webrtc-pc/#dom-peerconnection-setlocaldescriptionFor now, if no description is passed, a
TypeError: Expected an objectexception is thrown.