Skip to content

Edge extension using main and update context #30

Open
@alcazes

Description

@alcazes

In Web extension we are able to specify the main property to run code as the extension initialise

i.e in extension.json we would specify

{
  "main": "src/lib/main/extensionMain.js"
}

Is there the same functionality when creating edge extension ?

If so are we able to update context to contain additional data as part of this step?

The requirement is before any rules are triggered we need to make a call to third party to fetch feature flags and custom config and from there we want to condition rules based on data returned

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    • Status

      In progress

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions