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
Good point, the interface for all blockers should be unified, which means we should be able to pass all options to the ElectronBlocker class. I will be pushing a fix for this later today.
Hi, other than the options, the result from parsing the filters is passed via the constructor, so it is really necessary for the proper functioning of the parse method.
Otherwise the inherited
parse
static method is useless because it calls the parent constructor with the filters config.The text was updated successfully, but these errors were encountered: