UNPKG

mdn-links

Version:

Caches data from the Mozilla Developer Network wiki and provides methods to return links to documentation for JavaScript and DOM objects.

1,689 lines (1,688 loc) 299 kB
module.exports = { "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects": { "Array": { "_slug": "/Array", "Array.from": { "_slug": "/from" }, "Array.isArray": { "_slug": "/isArray" }, "Array.observe": { "_slug": "/observe" }, "Array.of": { "_slug": "/of" }, "Array.prototype": { "_slug": "/prototype" }, "Array.prototype.concat": { "_slug": "/concat" }, "Array.prototype.copyWithin": { "_slug": "/copyWithin" }, "Array.prototype.entries": { "_slug": "/entries" }, "Array.prototype.every": { "_slug": "/every" }, "Array.prototype.fill": { "_slug": "/fill" }, "Array.prototype.filter": { "_slug": "/filter" }, "Array.prototype.find": { "_slug": "/find" }, "Array.prototype.findIndex": { "_slug": "/findIndex" }, "Array.prototype.forEach": { "_slug": "/forEach" }, "Array.prototype.includes": { "_slug": "/includes" }, "Array.prototype.indexOf": { "_slug": "/indexOf" }, "Array.prototype.join": { "_slug": "/join" }, "Array.prototype.keys": { "_slug": "/keys" }, "Array.prototype.lastIndexOf": { "_slug": "/lastIndexOf" }, "Array.prototype.length": { "_slug": "/length" }, "Array.prototype.map": { "_slug": "/map" }, "Array.prototype.pop": { "_slug": "/pop" }, "Array.prototype.push": { "_slug": "/push" }, "Array.prototype.reduce": { "_slug": "/Reduce" }, "Array.prototype.reduceRight": { "_slug": "/ReduceRight" }, "Array.prototype.reverse": { "_slug": "/reverse" }, "Array.prototype.shift": { "_slug": "/shift" }, "Array.prototype.slice": { "_slug": "/slice" }, "Array.prototype.some": { "_slug": "/some" }, "Array.prototype.sort": { "_slug": "/sort" }, "Array.prototype.splice": { "_slug": "/splice" }, "Array.prototype.toLocaleString": { "_slug": "/toLocaleString" }, "Array.prototype.toSource": { "_slug": "/toSource" }, "Array.prototype.toString": { "_slug": "/toString" }, "Array.prototype.unshift": { "_slug": "/unshift" }, "Array.prototype.values": { "_slug": "/values" }, "Array.prototype[@@iterator]": { "_slug": "/@@iterator" } }, "ArrayBuffer": { "_slug": "/ArrayBuffer", "ArrayBuffer.isView": { "_slug": "/isView" }, "ArrayBuffer.prototype": { "_slug": "/prototype" }, "ArrayBuffer.prototype.byteLength": { "_slug": "/byteLength" }, "ArrayBuffer.prototype.slice": { "_slug": "/slice" }, "ArrayBuffer.transfer": { "_slug": "/transfer" } }, "Boolean": { "_slug": "/Boolean", "Boolean.prototype": { "_slug": "/prototype" }, "Boolean.prototype.toSource": { "_slug": "/toSource" }, "Boolean.prototype.toString": { "_slug": "/toString" }, "Boolean.prototype.valueOf": { "_slug": "/valueOf" } }, "DataView": { "_slug": "/DataView", "DataView.prototype": { "_slug": "/prototype" }, "DataView.prototype.buffer": { "_slug": "/buffer" }, "DataView.prototype.byteLength": { "_slug": "/byteLength" }, "DataView.prototype.byteOffset": { "_slug": "/byteOffset" }, "DataView.prototype.getFloat32": { "_slug": "/getFloat32" }, "DataView.prototype.getFloat64": { "_slug": "/getFloat64" }, "DataView.prototype.getInt16": { "_slug": "/getInt16" }, "DataView.prototype.getInt32": { "_slug": "/getInt32" }, "DataView.prototype.getInt8": { "_slug": "/getInt8" }, "DataView.prototype.getUint16": { "_slug": "/getUint16" }, "DataView.prototype.getUint32": { "_slug": "/getUint32" }, "DataView.prototype.getUint8": { "_slug": "/getUint8" }, "DataView.prototype.setFloat32": { "_slug": "/setFloat32" }, "DataView.prototype.setFloat64": { "_slug": "/setFloat64" }, "DataView.prototype.setInt16": { "_slug": "/setInt16" }, "DataView.prototype.setInt32": { "_slug": "/setInt32" }, "DataView.prototype.setInt8": { "_slug": "/setInt8" }, "DataView.prototype.setUint16": { "_slug": "/setUint16" }, "DataView.prototype.setUint32": { "_slug": "/setUint32" }, "DataView.prototype.setUint8": { "_slug": "/setUint8" } }, "Date": { "_slug": "/Date", "Date.UTC": { "_slug": "/UTC" }, "Date.now": { "_slug": "/now" }, "Date.parse": { "_slug": "/parse" }, "Date.prototype": { "_slug": "/prototype" }, "Date.prototype.getDate": { "_slug": "/getDate" }, "Date.prototype.getDay": { "_slug": "/getDay" }, "Date.prototype.getFullYear": { "_slug": "/getFullYear" }, "Date.prototype.getHours": { "_slug": "/getHours" }, "Date.prototype.getMilliseconds": { "_slug": "/getMilliseconds" }, "Date.prototype.getMinutes": { "_slug": "/getMinutes" }, "Date.prototype.getMonth": { "_slug": "/getMonth" }, "Date.prototype.getSeconds": { "_slug": "/getSeconds" }, "Date.prototype.getTime": { "_slug": "/getTime" }, "Date.prototype.getTimezoneOffset": { "_slug": "/getTimezoneOffset" }, "Date.prototype.getUTCDate": { "_slug": "/getUTCDate" }, "Date.prototype.getUTCDay": { "_slug": "/getUTCDay" }, "Date.prototype.getUTCFullYear": { "_slug": "/getUTCFullYear" }, "Date.prototype.getUTCHours": { "_slug": "/getUTCHours" }, "Date.prototype.getUTCMilliseconds": { "_slug": "/getUTCMilliseconds" }, "Date.prototype.getUTCMinutes": { "_slug": "/getUTCMinutes" }, "Date.prototype.getUTCMonth": { "_slug": "/getUTCMonth" }, "Date.prototype.getUTCSeconds": { "_slug": "/getUTCSeconds" }, "Date.prototype.getYear": { "_slug": "/getYear" }, "Date.prototype.setDate": { "_slug": "/setDate" }, "Date.prototype.setFullYear": { "_slug": "/setFullYear" }, "Date.prototype.setHours": { "_slug": "/setHours" }, "Date.prototype.setMilliseconds": { "_slug": "/setMilliseconds" }, "Date.prototype.setMinutes": { "_slug": "/setMinutes" }, "Date.prototype.setMonth": { "_slug": "/setMonth" }, "Date.prototype.setSeconds": { "_slug": "/setSeconds" }, "Date.prototype.setTime": { "_slug": "/setTime" }, "Date.prototype.setUTCDate": { "_slug": "/setUTCDate" }, "Date.prototype.setUTCFullYear": { "_slug": "/setUTCFullYear" }, "Date.prototype.setUTCHours": { "_slug": "/setUTCHours" }, "Date.prototype.setUTCMilliseconds": { "_slug": "/setUTCMilliseconds" }, "Date.prototype.setUTCMinutes": { "_slug": "/setUTCMinutes" }, "Date.prototype.setUTCMonth": { "_slug": "/setUTCMonth" }, "Date.prototype.setUTCSeconds": { "_slug": "/setUTCSeconds" }, "Date.prototype.setYear": { "_slug": "/setYear" }, "Date.prototype.toDateString": { "_slug": "/toDateString" }, "Date.prototype.toGMTString": { "_slug": "/toGMTString" }, "Date.prototype.toISOString": { "_slug": "/toISOString" }, "Date.prototype.toJSON": { "_slug": "/toJSON" }, "Date.prototype.toLocaleDateString": { "_slug": "/toLocaleDateString" }, "Date.prototype.toLocaleFormat": { "_slug": "/toLocaleFormat" }, "Date.prototype.toLocaleString": { "_slug": "/toLocaleString" }, "Date.prototype.toLocaleTimeString": { "_slug": "/toLocaleTimeString" }, "Date.prototype.toSource": { "_slug": "/toSource" }, "Date.prototype.toString": { "_slug": "/toString" }, "Date.prototype.toTimeString": { "_slug": "/toTimeString" }, "Date.prototype.toUTCString": { "_slug": "/toUTCString" }, "Date.prototype.valueOf": { "_slug": "/valueOf" } }, "Error": { "_slug": "/Error", "Error.prototype": { "_slug": "/prototype" }, "Error.prototype.columnNumber": { "_slug": "/columnNumber" }, "Error.prototype.fileName": { "_slug": "/fileName" }, "Error.prototype.lineNumber": { "_slug": "/lineNumber" }, "Error.prototype.message": { "_slug": "/message" }, "Error.prototype.name": { "_slug": "/name" }, "Error.prototype.stack": { "_slug": "/Stack" }, "Error.prototype.toSource": { "_slug": "/toSource" }, "Error.prototype.toString": { "_slug": "/toString" } }, "EvalError": { "_slug": "/EvalError", "EvalError.prototype": { "_slug": "/prototype" } }, "Float32Array": { "_slug": "/Float32Array" }, "Float64Array": { "_slug": "/Float64Array" }, "Function": { "_slug": "/Function", "Function.arguments": { "_slug": "/arguments" }, "Function.arity": { "_slug": "/arity" }, "Function.caller": { "_slug": "/caller" }, "Function.displayName": { "_slug": "/displayName" }, "Function.length": { "_slug": "/length" }, "Function.name": { "_slug": "/name" }, "Function.prototype": { "_slug": "/prototype" }, "Function.prototype.apply": { "_slug": "/apply" }, "Function.prototype.bind": { "_slug": "/bind" }, "Function.prototype.call": { "_slug": "/call" }, "Function.prototype.isGenerator": { "_slug": "/isGenerator" }, "Function.prototype.toSource": { "_slug": "/toSource" }, "Function.prototype.toString": { "_slug": "/toString" } }, "Generator": { "_slug": "/Generator", "Generator.prototype.next": { "_slug": "/next" }, "Generator.prototype.return": { "_slug": "/return" }, "Generator.prototype.throw": { "_slug": "/throw" } }, "GeneratorFunction": { "_slug": "/GeneratorFunction", "GeneratorFunction.prototype": { "_slug": "/prototype" } }, "Infinity": { "_slug": "/Infinity" }, "Int16Array": { "_slug": "/Int16Array" }, "Int32Array": { "_slug": "/Int32Array" }, "Int8Array": { "_slug": "/Int8Array" }, "InternalError": { "_slug": "/InternalError", "InternalError.prototype": { "_slug": "/prototype" } }, "Intl": { "_slug": "/Intl" }, "Intl.Collator": { "_slug": "/Collator", "Intl.Collator.prototype": { "_slug": "/prototype" }, "Intl.Collator.prototype.compare": { "_slug": "/compare" }, "Intl.Collator.prototype.resolvedOptions": { "_slug": "/resolvedOptions" }, "Intl.Collator.supportedLocalesOf": { "_slug": "/supportedLocalesOf" } }, "Intl.DateTimeFormat": { "_slug": "/DateTimeFormat", "Intl.DateTimeFormat.prototype": { "_slug": "/prototype" }, "Intl.DateTimeFormat.prototype.format": { "_slug": "/format" }, "Intl.DateTimeFormat.prototype.resolvedOptions": { "_slug": "/resolvedOptions" }, "Intl.DateTimeFormat.supportedLocalesOf": { "_slug": "/supportedLocalesOf" } }, "Intl.NumberFormat": { "_slug": "/NumberFormat", "Intl.NumberFormat.prototype": { "_slug": "/prototype" }, "Intl.NumberFormat.prototype.format": { "_slug": "/format" }, "Intl.NumberFormat.prototype.resolvedOptions": { "_slug": "/resolvedOptions" }, "Intl.NumberFormat.supportedLocalesOf": { "_slug": "/supportedLocalesOf" } }, "Iterator": { "_slug": "/Iterator" }, "JSON": { "_slug": "/JSON", "JSON.parse": { "_slug": "/parse" }, "JSON.stringify": { "_slug": "/stringify" } }, "Map": { "_slug": "/Map", "Map.prototype": { "_slug": "/prototype" }, "Map.prototype.clear": { "_slug": "/clear" }, "Map.prototype.delete": { "_slug": "/delete" }, "Map.prototype.entries": { "_slug": "/entries" }, "Map.prototype.forEach": { "_slug": "/forEach" }, "Map.prototype.get": { "_slug": "/get" }, "Map.prototype.has": { "_slug": "/has" }, "Map.prototype.keys": { "_slug": "/keys" }, "Map.prototype.set": { "_slug": "/set" }, "Map.prototype.size": { "_slug": "/size" }, "Map.prototype.values": { "_slug": "/values" }, "Map.prototype[@@iterator]": { "_slug": "/@@iterator" }, "Map.prototype[@@toStringTag]": { "_slug": "/@@toStringTag" } }, "Math": { "_slug": "/Math", "Math.E": { "_slug": "/E" }, "Math.LN10": { "_slug": "/LN10" }, "Math.LN2": { "_slug": "/LN2" }, "Math.LOG10E": { "_slug": "/LOG10E" }, "Math.LOG2E": { "_slug": "/LOG2E" }, "Math.PI": { "_slug": "/PI" }, "Math.SQRT1_2": { "_slug": "/SQRT1_2" }, "Math.SQRT2": { "_slug": "/SQRT2" }, "Math.abs": { "_slug": "/abs" }, "Math.acos": { "_slug": "/acos" }, "Math.acosh": { "_slug": "/acosh" }, "Math.asin": { "_slug": "/asin" }, "Math.asinh": { "_slug": "/asinh" }, "Math.atan": { "_slug": "/atan" }, "Math.atan2": { "_slug": "/atan2" }, "Math.atanh": { "_slug": "/atanh" }, "Math.cbrt": { "_slug": "/cbrt" }, "Math.ceil": { "_slug": "/ceil" }, "Math.clz32": { "_slug": "/clz32" }, "Math.cos": { "_slug": "/cos" }, "Math.cosh": { "_slug": "/cosh" }, "Math.exp": { "_slug": "/exp" }, "Math.expm1": { "_slug": "/expm1" }, "Math.floor": { "_slug": "/floor" }, "Math.fround": { "_slug": "/fround" }, "Math.hypot": { "_slug": "/hypot" }, "Math.imul": { "_slug": "/imul" }, "Math.log": { "_slug": "/log" }, "Math.log10": { "_slug": "/log10" }, "Math.log1p": { "_slug": "/log1p" }, "Math.log2": { "_slug": "/log2" }, "Math.max": { "_slug": "/max" }, "Math.min": { "_slug": "/min" }, "Math.pow": { "_slug": "/pow" }, "Math.random": { "_slug": "/random" }, "Math.round": { "_slug": "/round" }, "Math.sign": { "_slug": "/sign" }, "Math.sin": { "_slug": "/sin" }, "Math.sinh": { "_slug": "/sinh" }, "Math.sqrt": { "_slug": "/sqrt" }, "Math.tan": { "_slug": "/tan" }, "Math.tanh": { "_slug": "/tanh" }, "Math.trunc": { "_slug": "/trunc" } }, "NaN": { "_slug": "/NaN" }, "Number": { "_slug": "/Number", "Number.EPSILON": { "_slug": "/EPSILON" }, "Number.MAX_SAFE_INTEGER": { "_slug": "/MAX_SAFE_INTEGER" }, "Number.MAX_VALUE": { "_slug": "/MAX_VALUE" }, "Number.MIN_SAFE_INTEGER": { "_slug": "/MIN_SAFE_INTEGER" }, "Number.MIN_VALUE": { "_slug": "/MIN_VALUE" }, "Number.NEGATIVE_INFINITY": { "_slug": "/NEGATIVE_INFINITY" }, "Number.NaN": { "_slug": "/NaN" }, "Number.POSITIVE_INFINITY": { "_slug": "/POSITIVE_INFINITY" }, "Number.isFinite": { "_slug": "/isFinite" }, "Number.isInteger": { "_slug": "/isInteger" }, "Number.isNaN": { "_slug": "/isNaN" }, "Number.isSafeInteger": { "_slug": "/isSafeInteger" }, "Number.parseFloat": { "_slug": "/parseFloat" }, "Number.parseInt": { "_slug": "/parseInt" }, "Number.prototype": { "_slug": "/prototype" }, "Number.prototype.toExponential": { "_slug": "/toExponential" }, "Number.prototype.toFixed": { "_slug": "/toFixed" }, "Number.prototype.toLocaleString": { "_slug": "/toLocaleString" }, "Number.prototype.toPrecision": { "_slug": "/toPrecision" }, "Number.prototype.toSource": { "_slug": "/toSource" }, "Number.prototype.toString": { "_slug": "/toString" }, "Number.prototype.valueOf": { "_slug": "/valueOf" }, "Number.toInteger": { "_slug": "/toInteger" } }, "Object": { "_slug": "/Object", "Object.assign": { "_slug": "/assign" }, "Object.create": { "_slug": "/create" }, "Object.defineProperties": { "_slug": "/defineProperties" }, "Object.defineProperty": { "_slug": "/defineProperty" }, "Object.freeze": { "_slug": "/freeze" }, "Object.getOwnPropertyDescriptor": { "_slug": "/getOwnPropertyDescriptor" }, "Object.getOwnPropertyNames": { "_slug": "/getOwnPropertyNames" }, "Object.getOwnPropertySymbols": { "_slug": "/getOwnPropertySymbols" }, "Object.getPrototypeOf": { "_slug": "/getPrototypeOf" }, "Object.is": { "_slug": "/is" }, "Object.isExtensible": { "_slug": "/isExtensible" }, "Object.isFrozen": { "_slug": "/isFrozen" }, "Object.isSealed": { "_slug": "/isSealed" }, "Object.keys": { "_slug": "/keys" }, "Object.observe": { "_slug": "/observe" }, "Object.preventExtensions": { "_slug": "/preventExtensions" }, "Object.prototype": { "_slug": "/prototype" }, "Object.prototype.__count__": { "_slug": "/count" }, "Object.prototype.__defineGetter__": { "_slug": "/__defineGetter__" }, "Object.prototype.__defineSetter__": { "_slug": "/__defineSetter__" }, "Object.prototype.__lookupGetter__": { "_slug": "/__lookupGetter__" }, "Object.prototype.__lookupSetter__": { "_slug": "/__lookupSetter__" }, "Object.prototype.__noSuchMethod__": { "_slug": "/noSuchMethod" }, "Object.prototype.__parent__": { "_slug": "/Parent" }, "Object.prototype.__proto__": { "_slug": "/proto" }, "Object.prototype.constructor": { "_slug": "/constructor" }, "Object.prototype.eval": { "_slug": "/eval" }, "Object.prototype.hasOwnProperty": { "_slug": "/hasOwnProperty" }, "Object.prototype.isPrototypeOf": { "_slug": "/isPrototypeOf" }, "Object.prototype.propertyIsEnumerable": { "_slug": "/propertyIsEnumerable" }, "Object.prototype.toLocaleString": { "_slug": "/toLocaleString" }, "Object.prototype.toSource": { "_slug": "/toSource" }, "Object.prototype.toString": { "_slug": "/toString" }, "Object.prototype.unwatch": { "_slug": "/unwatch" }, "Object.prototype.valueOf": { "_slug": "/valueOf" }, "Object.prototype.watch": { "_slug": "/watch" }, "Object.seal": { "_slug": "/seal" }, "Object.setPrototypeOf": { "_slug": "/setPrototypeOf" } }, "ParallelArray": { "_slug": "/ParallelArray" }, "Promise": { "_slug": "/Promise", "Promise.all": { "_slug": "/all" }, "Promise.prototype": { "_slug": "/prototype" }, "Promise.prototype.catch": { "_slug": "/catch" }, "Promise.prototype.then": { "_slug": "/then" }, "Promise.race": { "_slug": "/race" }, "Promise.reject": { "_slug": "/reject" }, "Promise.resolve": { "_slug": "/resolve" } }, "Proxy": { "_slug": "/Proxy", "Proxy.revocable": { "_slug": "/revocable" } }, "RangeError": { "_slug": "/RangeError", "RangeError.prototype": { "_slug": "/prototype" } }, "ReferenceError": { "_slug": "/ReferenceError", "ReferenceError.prototype": { "_slug": "/prototype" } }, "Reflect": { "_slug": "/Reflect" }, "RegExp": { "_slug": "/RegExp", "RegExp.$1-$9": { "_slug": "/n" }, "RegExp.lastIndex": { "_slug": "/lastIndex" }, "RegExp.prototype": { "_slug": "/prototype" }, "RegExp.prototype.compile": { "_slug": "/compile" }, "RegExp.prototype.exec": { "_slug": "/exec" }, "RegExp.prototype.flags": { "_slug": "/flags" }, "RegExp.prototype.global": { "_slug": "/global" }, "RegExp.prototype.ignoreCase": { "_slug": "/ignoreCase" }, "RegExp.prototype.multiline": { "_slug": "/multiline" }, "RegExp.prototype.source": { "_slug": "/source" }, "RegExp.prototype.sticky": { "_slug": "/sticky" }, "RegExp.prototype.test": { "_slug": "/test" }, "RegExp.prototype.toSource": { "_slug": "/toSource" }, "RegExp.prototype.toString": { "_slug": "/toString" }, "RegExp.prototype.unicode": { "_slug": "/unicode" } }, "SIMD": { "_slug": "/SIMD", "SIMD.%type%.abs": { "_slug": "/abs" }, "SIMD.%type%.add": { "_slug": "/add" }, "SIMD.%type%.and": { "_slug": "/and" }, "SIMD.%type%.bool": { "_slug": "/bool" }, "SIMD.%type%.check": { "_slug": "/check" }, "SIMD.%type%.clamp": { "_slug": "/clamp" }, "SIMD.%type%.div": { "_slug": "/div" }, "SIMD.%type%.equal": { "_slug": "/equal" }, "SIMD.%type%.extractLane": { "_slug": "/extractLane" }, "SIMD.%type%.fromFloat32x4": { "_slug": "/fromFloat32x4" }, "SIMD.%type%.fromFloat32x4Bits": { "_slug": "/fromFloat32x4Bits" }, "SIMD.%type%.fromFloat64x2": { "_slug": "/fromFloat64x2" }, "SIMD.%type%.fromFloat64x2Bits": { "_slug": "/fromFloat64x2Bits" }, "SIMD.%type%.fromInt16x8Bits": { "_slug": "/fromInt16x8Bits" }, "SIMD.%type%.fromInt32x4": { "_slug": "/fromInt32x4" }, "SIMD.%type%.fromInt32x4Bits": { "_slug": "/fromInt32x4Bits" }, "SIMD.%type%.fromInt8x16Bits": { "_slug": "/fromInt8x16Bits" }, "SIMD.%type%.greaterThan": { "_slug": "/greaterThan" }, "SIMD.%type%.greaterThanOrEqual": { "_slug": "/greaterThanOrEqual" }, "SIMD.%type%.lessThan": { "_slug": "/lessThan" }, "SIMD.%type%.lessThanOrEqual": { "_slug": "/lessThanOrEqual" }, "SIMD.%type%.load": { "_slug": "/load" }, "SIMD.%type%.max": { "_slug": "/max" }, "SIMD.%type%.maxNum": { "_slug": "/maxNum" }, "SIMD.%type%.min": { "_slug": "/min" }, "SIMD.%type%.minNum": { "_slug": "/minNum" }, "SIMD.%type%.mul": { "_slug": "/mul" }, "SIMD.%type%.neg": { "_slug": "/neg" }, "SIMD.%type%.not": { "_slug": "/not" }, "SIMD.%type%.notEqual": { "_slug": "/notEqual" }, "SIMD.%type%.or": { "_slug": "/or" }, "SIMD.%type%.reciprocalApproximation": { "_slug": "/reciprocalApproximation" }, "SIMD.%type%.reciprocalSqrtApproximation": { "_slug": "/reciprocalSqrtApproximation" }, "SIMD.%type%.replaceLane": { "_slug": "/replaceLane" }, "SIMD.%type%.select": { "_slug": "/select" }, "SIMD.%type%.selectBits": { "_slug": "/selectBits" }, "SIMD.%type%.shiftLeftByScalar": { "_slug": "/shiftLeftByScalar" }, "SIMD.%type%.shiftRightArithmeticByScalar": { "_slug": "/shiftRightArithmeticByScalar" }, "SIMD.%type%.shiftRightLogicalByScalar": { "_slug": "/shiftRightLogicalByScalar" }, "SIMD.%type%.shuffle": { "_slug": "/shuffle" }, "SIMD.%type%.splat": { "_slug": "/splat" }, "SIMD.%type%.sqrt": { "_slug": "/sqrt" }, "SIMD.%type%.store": { "_slug": "/store" }, "SIMD.%type%.sub": { "_slug": "/sub" }, "SIMD.%type%.swizzle": { "_slug": "/swizzle" }, "SIMD.%type%.xor": { "_slug": "/xor" } }, "SIMD.float32x4": { "_slug": "/float32x4" }, "SIMD.float64x2": { "_slug": "/float64x2" }, "SIMD.int16x8": { "_slug": "/int16x8" }, "SIMD.int32x4": { "_slug": "/int32x4" }, "SIMD.int8x16": { "_slug": "/int8x16" }, "Set": { "_slug": "/Set", "Set.prototype": { "_slug": "/prototype" }, "Set.prototype.add": { "_slug": "/add" }, "Set.prototype.clear": { "_slug": "/clear" }, "Set.prototype.delete": { "_slug": "/delete" }, "Set.prototype.entries": { "_slug": "/entries" }, "Set.prototype.forEach": { "_slug": "/forEach" }, "Set.prototype.has": { "_slug": "/has" }, "Set.prototype.size": { "_slug": "/size" }, "Set.prototype.values": { "_slug": "/values" }, "Set.prototype[@@iterator]": { "_slug": "/@@iterator" } }, "StopIteration": { "_slug": "/StopIteration" }, "String": { "_slug": "/String", "String.fromCharCode": { "_slug": "/fromCharCode" }, "String.fromCodePoint": { "_slug": "/fromCodePoint" }, "String.length": { "_slug": "/length" }, "String.prototype": { "_slug": "/prototype" }, "String.prototype.anchor": { "_slug": "/anchor" }, "String.prototype.big": { "_slug": "/big" }, "String.prototype.blink": { "_slug": "/blink" }, "String.prototype.bold": { "_slug": "/bold" }, "String.prototype.charAt": { "_slug": "/charAt" }, "String.prototype.charCodeAt": { "_slug": "/charCodeAt" }, "String.prototype.codePointAt": { "_slug": "/codePointAt" }, "String.prototype.concat": { "_slug": "/concat" }, "String.prototype.endsWith": { "_slug": "/endsWith" }, "String.prototype.fixed": { "_slug": "/fixed" }, "String.prototype.fontcolor": { "_slug": "/fontcolor" }, "String.prototype.fontsize": { "_slug": "/fontsize" }, "String.prototype.includes": { "_slug": "/includes" }, "String.prototype.indexOf": { "_slug": "/indexOf" }, "String.prototype.italics": { "_slug": "/italics" }, "String.prototype.lastIndexOf": { "_slug": "/lastIndexOf" }, "String.prototype.link": { "_slug": "/link" }, "String.prototype.localeCompare": { "_slug": "/localeCompare" }, "String.prototype.match": { "_slug": "/match" }, "String.prototype.normalize": { "_slug": "/normalize" }, "String.prototype.quote": { "_slug": "/quote" }, "String.prototype.repeat": { "_slug": "/repeat" }, "String.prototype.replace": { "_slug": "/replace" }, "String.prototype.search": { "_slug": "/search" }, "String.prototype.slice": { "_slug": "/slice" }, "String.prototype.small": { "_slug": "/small" }, "String.prototype.split": { "_slug": "/split" }, "String.prototype.startsWith": { "_slug": "/startsWith" }, "String.prototype.strike": { "_slug": "/strike" }, "String.prototype.sub": { "_slug": "/sub" }, "String.prototype.substr": { "_slug": "/substr" }, "String.prototype.substring": { "_slug": "/substring" }, "String.prototype.sup": { "_slug": "/sup" }, "String.prototype.toLocaleLowerCase": { "_slug": "/toLocaleLowerCase" }, "String.prototype.toLocaleUpperCase": { "_slug": "/toLocaleUpperCase" }, "String.prototype.toLowerCase": { "_slug": "/toLowerCase" }, "String.prototype.toSource": { "_slug": "/toSource" }, "String.prototype.toString": { "_slug": "/toString" }, "String.prototype.toUpperCase": { "_slug": "/toUpperCase" }, "String.prototype.trim": { "_slug": "/Trim" }, "String.prototype.trimLeft": { "_slug": "/TrimLeft" }, "String.prototype.trimRight": { "_slug": "/TrimRight" }, "String.prototype.valueOf": { "_slug": "/valueOf" }, "String.prototype[@@iterator]": { "_slug": "/@@iterator" }, "String.raw": { "_slug": "/raw" } }, "Symbol": { "_slug": "/Symbol", "Symbol.for": { "_slug": "/for" }, "Symbol.iterator": { "_slug": "/iterator" }, "Symbol.keyFor": { "_slug": "/keyFor" }, "Symbol.match": { "_slug": "/match" }, "Symbol.prototype": { "_slug": "/prototype" }, "Symbol.prototype.toSource": { "_slug": "/toSource" }, "Symbol.prototype.toString": { "_slug": "/toString" }, "Symbol.prototype.valueOf": { "_slug": "/valueOf" }, "Symbol.species": { "_slug": "/species" } }, "SyntaxError": { "_slug": "/SyntaxError", "SyntaxError.prototype": { "_slug": "/prototype" } }, "TypeError": { "_slug": "/TypeError", "TypeError.prototype": { "_slug": "/prototype" } }, "TypedArray": { "_slug": "/TypedArray", "TypedArray.BYTES_PER_ELEMENT": { "_slug": "/BYTES_PER_ELEMENT" }, "TypedArray.from": { "_slug": "/from" }, "TypedArray.name": { "_slug": "/name" }, "TypedArray.of": { "_slug": "/of" }, "TypedArray.prototype": { "_slug": "/prototype" }, "TypedArray.prototype.buffer": { "_slug": "/buffer" }, "TypedArray.prototype.byteLength": { "_slug": "/byteLength" }, "TypedArray.prototype.byteOffset": { "_slug": "/byteOffset" }, "TypedArray.prototype.copyWithin": { "_slug": "/copyWithin" }, "TypedArray.prototype.entries": { "_slug": "/entries" }, "TypedArray.prototype.every": { "_slug": "/every" }, "TypedArray.prototype.fill": { "_slug": "/fill" }, "TypedArray.prototype.filter": { "_slug": "/filter" }, "TypedArray.prototype.find": { "_slug": "/find" }, "TypedArray.prototype.findIndex": { "_slug": "/findIndex" }, "TypedArray.prototype.forEach": { "_slug": "/forEach" }, "TypedArray.prototype.includes": { "_slug": "/includes" }, "TypedArray.prototype.indexOf": { "_slug": "/indexOf" }, "TypedArray.prototype.join": { "_slug": "/join" }, "TypedArray.prototype.keys": { "_slug": "/keys" }, "TypedArray.prototype.lastIndexOf": { "_slug": "/lastIndexOf" }, "TypedArray.prototype.length": { "_slug": "/length" }, "TypedArray.prototype.map": { "_slug": "/map" }, "TypedArray.prototype.move": { "_slug": "/move" }, "TypedArray.prototype.reduce": { "_slug": "/reduce" }, "TypedArray.prototype.reduceRight": { "_slug": "/reduceRight" }, "TypedArray.prototype.reverse": { "_slug": "/reverse" }, "TypedArray.prototype.set": { "_slug": "/set" }, "TypedArray.prototype.slice": { "_slug": "/slice" }, "TypedArray.prototype.some": { "_slug": "/some" }, "TypedArray.prototype.subarray": { "_slug": "/subarray" }, "TypedArray.prototype.values": { "_slug": "/values" }, "TypedArray.prototype[@@iterator]": { "_slug": "/@@iterator" } }, "URIError": { "_slug": "/URIError", "URIError.prototype": { "_slug": "/prototype" } }, "Uint16Array": { "_slug": "/Uint16Array" }, "Uint32Array": { "_slug": "/Uint32Array" }, "Uint8Array": { "_slug": "/Uint8Array" }, "Uint8ClampedArray": { "_slug": "/Uint8ClampedArray" }, "WeakMap": { "_slug": "/WeakMap", "WeakMap.prototype": { "_slug": "/prototype" }, "WeakMap.prototype.clear": { "_slug": "/clear" }, "WeakMap.prototype.delete": { "_slug": "/delete" }, "WeakMap.prototype.get": { "_slug": "/get" }, "WeakMap.prototype.has": { "_slug": "/has" }, "WeakMap.prototype.set": { "_slug": "/set" } }, "WeakSet": { "_slug": "/WeakSet", "WeakSet.prototype": { "_slug": "/prototype" }, "WeakSet.prototype.add": { "_slug": "/add" }, "WeakSet.prototype.clear": { "_slug": "/clear" }, "WeakSet.prototype.delete": { "_slug": "/delete" }, "WeakSet.prototype.has": { "_slug": "/has" } }, "decodeURI": { "_slug": "/decodeURI" }, "decodeURIComponent": { "_slug": "/decodeURIComponent" }, "encodeURI": { "_slug": "/encodeURI" }, "encodeURIComponent": { "_slug": "/encodeURIComponent" }, "escape": { "_slug": "/escape" }, "eval": { "_slug": "/eval" }, "isFinite": { "_slug": "/isFinite" }, "isNaN": { "_slug": "/isNaN" }, "null": { "_slug": "/null" }, "parseFloat": { "_slug": "/parseFloat" }, "parseInt": { "_slug": "/parseInt" }, "undefined": { "_slug": "/undefined" }, "unescape": { "_slug": "/unescape" }, "uneval": { "_slug": "/uneval" } }, "https://developer.mozilla.org/en-US/docs/Web/API": { "AbstractWorker": { "_slug": "/AbstractWorker", "AbstractWorker.onerror": { "_slug": "/onerror" } }, "AnalyserNode": { "_slug": "/AnalyserNode", "AnalyserNode.fftSize": { "_slug": "/fftSize" }, "AnalyserNode.frequencyBinCount": { "_slug": "/frequencyBinCount" }, "AnalyserNode.getByteFrequencyData": { "_slug": "/getByteFrequencyData" }, "AnalyserNode.getByteTimeDomainData": { "_slug": "/getByteTimeDomainData" }, "AnalyserNode.getFloatFrequencyData": { "_slug": "/getFloatFrequencyData" }, "AnalyserNode.getFloatTimeDomainData": { "_slug": "/getFloatTimeDomainData" }, "AnalyserNode.maxDecibels": { "_slug": "/maxDecibels" }, "AnalyserNode.minDecibels": { "_slug": "/minDecibels" }, "AnalyserNode.smoothingTimeConstant": { "_slug": "/smoothingTimeConstant" } }, "Animation": { "_slug": "/Animation", "Animation.currentTime": { "_slug": "/currentTime" }, "Animation.finish": { "_slug": "/finish" }, "Animation.pause": { "_slug": "/pause" }, "Animation.play": { "_slug": "/play" }, "Animation.playState": { "_slug": "/playState" }, "Animation.playbackRate": { "_slug": "/playbackRate" }, "Animation.reverse": { "_slug": "/reverse" }, "Animation.startTime": { "_slug": "/startTime" } }, "AnimationEvent": { "_slug": "/AnimationEvent", "AnimationEvent": { "_slug": "/AnimationEvent" }, "AnimationEvent.animationName": { "_slug": "/animationName" }, "AnimationEvent.elapsedTime": { "_slug": "/elapsedTime" }, "AnimationEvent.initAnimationEvent": { "_slug": "/initAnimationEvent" }, "AnimationEvent.pseudoElement": { "_slug": "/pseudoElement" } }, "Apps.mgmt": { "_slug": "/Apps.mgmt" }, "ArrayBufferView": { "_slug": "/ArrayBufferView" }, "Attr": {