-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Currently, the proposal includes the load mechanism for GUI of a plugin built-in, however this might be not the best solution because:
- Restricts to use specific way of building GUI
- Restricts plugin GUI API
- Hard to involve custom build / packaging process
- Rely on "dead" standard of HTML imports (https://caniuse.com/#feat=imports)
I think if any WAP has a GUI it could be just described with the package link, so app the want to use plugin with GUI just loads web component bundle (just JS file, how WC are distributed right now) or include it during the app build process. The only thing that should be provided by SDK is an interface (HTMLElement extension) which get the ability to get WAP instance.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels