@team-speed-kit/predictive-preloading
    Preparing search index...

    Type Alias Blacklist

    Blacklist: (Selector | RegExp | { selector?: Condition; url?: Condition })[]

    The Blacklist includes elements that are excluded from Predictive preloading.

    Instead of writing a complicated selector in selectors, we can have a broader selection there and exclude edge cases in the blacklist. You can use HTML selectors and Regular Expressions that will be applied automatically to the selector of the element. With version 2.0.0, it is also possible to define a Condition on either the selector or the url of the element.

    Blacklist is empty by default.