You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rollcall Duo should be usable within a browser and node.js (should work due to code checking if we are within node.js or browser and setting needed globals).
Better would be to use common.js or AMD to define the dependencies and enable tools to include the module and resolve dependencies for both browser and node.js. Require.js (AMD) seems to be able to do that.
The text was updated successfully, but these errors were encountered:
Rollcall Duo should be usable within a browser and node.js (should work due to code checking if we are within node.js or browser and setting needed globals).
Better would be to use common.js or AMD to define the dependencies and enable tools to include the module and resolve dependencies for both browser and node.js. Require.js (AMD) seems to be able to do that.
The text was updated successfully, but these errors were encountered: