You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, in the following code, action.type is required to be an enum value, but the enum value browser.declarativeNetRequest.RuleActionType.MODIFY_HEADERS does not exist in Safari, so I wonder if it is possible to support string literal parameters. Although this package is indeed the type for Chrome, considering it has been widely used in the development of cross-platform extensions for Chrome/Firefox/Safari, maybe it can be directly modified here?