export const HTML_TYPES = ["text/html", "application/xhtml", "application/xhtml+xml"]; export const WAIT_UNTIL_OPTS = ["load", "domcontentloaded", "networkidle"]; export const BEHAVIOR_LOG_FUNC = "__bx_log"; export const MAX_DEPTH = 1000000; export const DEFAULT_SELECTORS = [{ selector: "a[href]", extract: "href", isAttribute: false }];