SYMBOL INDEX (10 symbols across 2 files) FILE: js-helper/goofyHistory.js constant MAX_TRACKS (line 3) | const MAX_TRACKS = 1000; constant MAX_DELAY (line 6) | const MAX_DELAY = 1000; function debounce (line 8) | function debounce(func, wait) { function sendToGoogleForm (line 46) | async function sendToGoogleForm(uri, urlForm, idBox) { FILE: js-helper/sectionBlock.js constant API_PATHFINDER (line 1) | const API_PATHFINDER = 'api-partner.spotify.com/pathfinder'; constant API_RECOMMENDATIONS (line 2) | const API_RECOMMENDATIONS = 'api.spotify.com/v1/views/personalized-recom... constant BLOCKED_SECTIONS_BY_CATEGORY (line 4) | const BLOCKED_SECTIONS_BY_CATEGORY = { constant BLOCKED_SECTIONS (line 97) | const BLOCKED_SECTIONS = {}; constant BLOCKED_CONTENT_TYPES (line 104) | const BLOCKED_CONTENT_TYPES = new Set(['Podcast', 'Audiobook', 'Episode']); function sectionBlock (line 197) | function sectionBlock(data, type) {