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
Eel version 0.16.0
Describe the bug el.expose does not work with a dynamic function name. Example:
const public_function_name = `${module_name}{f_name}`; eel.expose(some_function, public_function_name);
The function will be registered with the name 'public_function_name', but not with the contents of the variable.
System Information
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Eel version
0.16.0
Describe the bug
el.expose does not work with a dynamic function name.
Example:
The function will be registered with the name 'public_function_name', but not with the contents of the variable.
System Information
The text was updated successfully, but these errors were encountered: