Skip to content

RFC: Make load of GUI out of the proposal scope #12

@vitaliy-bobrov

Description

@vitaliy-bobrov

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions