Skip to content

Support use of UI5WC within Node.js #6192

Description

@scameron

Feature Request Description

Today UI5WC cannot be run inside Node.js because it relies on browser-specific objects like window and browser-specific APIs like fetch. For purposes of testing (via Jest, for example) or potentially server-side rendering, it would be nice to be able to use UI5WC inside Node.js instead of a browser.

Proposed Solution

I'm not exactly sure what an exact solution would look like, but presumably it would need to internally use alternatives for browser-specific objects and APIs where possible, if such objects/APIs are found to not be available at runtime.

Priority

  • Low
  • Medium
  • High
  • Very High

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions