We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot run this library on node.js because of the window.UDOC.
window.UDOC
The workaround is:
const SandboxedModule = require('sandboxed-module'); const UTIF = SandboxedModule.require('utif', { globals: {window: {}} });
The text was updated successfully, but these errors were encountered:
what is node.js?
Sorry, something went wrong.
nodejs v20.13.1
utif.js is a Javascript library to be used in Javascript in web browsers.
Wrong. It can be used also in javascript desktop applications. Do you know what is NodeJS and NextJS?
No branches or pull requests
Cannot run this library on node.js because of the
window.UDOC
.The workaround is:
The text was updated successfully, but these errors were encountered: