Skip to content
New issue

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

Prompt for user data when a js module is loaded #97

Open
nitzantomer opened this issue Aug 20, 2017 · 0 comments
Open

Prompt for user data when a js module is loaded #97

nitzantomer opened this issue Aug 20, 2017 · 0 comments

Comments

@nitzantomer
Copy link
Member

When a javascript based module is loaded, it should have the ability to ask the user for initial data.
The idea behind this is that js modules should be shareable across environments without that need to manually download the file, edit the source, serve it and only then load it.

This is can be mostly useful in cases when the module is a remote module which loaded as a js file to avoid CORS issues, and then it needs to connect to a service/application.
It might need to ask the user for the host/port of the service to connect to, or/and, in case of oauth applications, the api key/secret.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant