-
Notifications
You must be signed in to change notification settings - Fork 254
Open
Labels
ComponentsDedicated to Frontend Visual ComponentsDedicated to Frontend Visual ComponentsEnhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
I rely on imported modules to handle authentication. Since module loading is parallel to page loading, I cannot authenticate the use in the PageLoaded handler. The error I get is "myAuthModule.AuthenticateUserIfNeeded() is not a function"
Describe the solution you'd like
Raise a ModuleLoanded event to trigger code execution
Describe alternatives you've considered
As a workaround, I am using a timer to keep trying until the module is loaded.
Additional context
n.a
Metadata
Metadata
Assignees
Labels
ComponentsDedicated to Frontend Visual ComponentsDedicated to Frontend Visual ComponentsEnhancementNew feature or requestNew feature or request
Type
Projects
Status
📋 Backlog