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
Currently library can be used only in Nextcloud apps in the main context.
It doesn't work in:
date
To make it universal we would need:
globalThis
window
Intl
fetch
XHR
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Currently library can be used only in Nextcloud apps in the main context.
It doesn't work in:
date
module in UI component docs)To make it universal we would need:
globalThis
instead ofwindow
Intl
as a fallback indate
modulefetch
instead ofXHR
The text was updated successfully, but these errors were encountered: