├── docs ├── CNAME ├── pic.jpg ├── favicon.ico ├── fireworks.ogv └── thankyou.html ├── static ├── CNAME ├── pic.jpg ├── favicon.ico └── fireworks.ogv ├── content ├── DOM │ ├── treewalker.jsdoc │ ├── documenttype.jsdoc │ ├── nodeiterator.jsdoc │ ├── htmlmenuelement.jsdoc │ ├── processinginstruction.jsdoc │ ├── comment.jsdoc │ ├── xmldocument.jsdoc │ ├── htmlbrelement.jsdoc │ ├── htmlhrelement.jsdoc │ ├── htmldivelement.jsdoc │ ├── htmlheadelement.jsdoc │ ├── htmlspanelement.jsdoc │ ├── htmldlistelement.jsdoc │ ├── htmlhtmlelement.jsdoc │ ├── htmlpreelement.jsdoc │ ├── htmlulistelement.jsdoc │ ├── htmlheadingelement.jsdoc │ ├── htmlparagraphelement.jsdoc │ ├── htmlformcontrolscollection.jsdoc │ ├── htmllielement.jsdoc │ ├── htmlquoteelement.jsdoc │ ├── htmltitleelement.jsdoc │ ├── htmltimeelement.jsdoc │ ├── compositionevent.jsdoc │ ├── htmlmodelement.jsdoc │ ├── htmlbaseelement.jsdoc │ ├── htmloptgroupelement.jsdoc │ ├── xmlserializer.jsdoc │ ├── InputEvent.jsdoc │ ├── htmlmetaelement.jsdoc │ ├── image.jsdoc │ ├── domstringmap.jsdoc │ ├── htmlolistelement.jsdoc │ ├── htmlembedelement.jsdoc │ ├── progressevent.jsdoc │ ├── AbortSignal.jsdoc │ ├── htmltablecellelement.jsdoc │ ├── customevent.jsdoc │ ├── htmlscriptelement.jsdoc │ ├── domparser.jsdoc │ ├── AbortController.jsdoc │ ├── attr.jsdoc │ ├── touchlist.jsdoc │ ├── focusevent.jsdoc │ ├── htmllinkelement.jsdoc │ ├── htmloptionelement.jsdoc │ ├── htmltablerowelement.jsdoc │ ├── uievent.jsdoc │ ├── option.jsdoc │ ├── touchevent.jsdoc │ ├── touch.jsdoc │ ├── htmliframeelement.jsdoc │ ├── domimplementation.jsdoc │ ├── htmloptionscollection.jsdoc │ ├── intersectionobserverentry.jsdoc │ ├── htmlstyleelement.jsdoc │ ├── validitystate.jsdoc │ ├── htmlanchorelement.jsdoc │ ├── eventlistener.jsdoc │ ├── htmltableelement.jsdoc │ ├── htmlbuttonelement.jsdoc │ ├── htmlbodyelement.jsdoc │ ├── intersectionobserver.jsdoc │ ├── ResizeObserverEntry.jsdoc │ ├── nodefilter.jsdoc │ ├── htmlselectelement.jsdoc │ ├── htmlcollection.jsdoc │ ├── htmlslotelement.jsdoc │ └── documentfragment.jsdoc ├── Media │ ├── medialist.jsdoc │ ├── htmlaudioelement.jsdoc │ ├── videotrack.jsdoc │ ├── audiotrack.jsdoc │ ├── mediaerror.jsdoc │ ├── videotracklist.jsdoc │ ├── audiotracklist.jsdoc │ ├── texttracklist.jsdoc │ ├── timeranges.jsdoc │ ├── texttrack.jsdoc │ ├── mediastream.jsdoc │ └── mediastreamtrack.jsdoc ├── WebRTC │ ├── RTCLocalSessionDescription.jsdoc │ └── RTCDataChannelEvent.jsdoc ├── SVG │ ├── svgviewspec.jsdoc │ ├── svgpolygonelement.jsdoc │ ├── svgpolylineelement.jsdoc │ ├── svgtrefelement.jsdoc │ ├── svganimatedstring.jsdoc │ ├── svganimatedboolean.jsdoc │ ├── svgnumber.jsdoc │ ├── svgicccolor.jsdoc │ ├── svganimatedinteger.jsdoc │ ├── svganimatednumber.jsdoc │ ├── svganimatedenumeration.jsdoc │ ├── svganimatedpreserveaspectratio.jsdoc │ ├── svgrect.jsdoc │ ├── svganimatedrect.jsdoc │ ├── svganimatedangle.jsdoc │ ├── svganimatedlengthlist.jsdoc │ ├── svganimatednumberlist.jsdoc │ ├── svgtspanelement.jsdoc │ ├── svgunittypes.jsdoc │ ├── svgpoint.jsdoc │ ├── svgimageelement.jsdoc │ ├── svgtextpositioningelement.jsdoc │ ├── svgrectelement.jsdoc │ ├── svgstringlist.jsdoc │ ├── svgmaskelement.jsdoc │ ├── svglengthlist.jsdoc │ ├── svgnumberlist.jsdoc │ ├── svganimationelement.jsdoc │ ├── svgclippathelement.jsdoc │ ├── svgcolor.jsdoc │ ├── svgangle.jsdoc │ ├── svglineelement.jsdoc │ ├── svgellipseelement.jsdoc │ ├── svgtextcontentelement.jsdoc │ ├── svgcircleelement.jsdoc │ ├── svgtransform.jsdoc │ ├── svganimatedlength.jsdoc │ ├── svgpreserveaspectratio.jsdoc │ └── svgelement.jsdoc ├── WebXR │ ├── XRLayer.jsdoc │ ├── XRSpace.jsdoc │ ├── XRViewerPose.jsdoc │ ├── XRBoundedReferenceSpace.jsdoc │ ├── XRViewport.jsdoc │ ├── XRReferenceSpace.jsdoc │ ├── XRSessionEvent.jsdoc │ ├── XRFrame.jsdoc │ ├── XRView.jsdoc │ ├── XRRenderState.jsdoc │ ├── XRInputSourceEvent.jsdoc │ ├── XRReferenceSpaceEvent.jsdoc │ ├── XRInputSourcesChangeEvent.jsdoc │ ├── XRInputSource.jsdoc │ ├── XRRigidTransform.jsdoc │ └── XRWebGLLayer.jsdoc ├── Streams │ ├── ReadableStreamController.jsdoc │ ├── ReadableStreamByteController.jsdoc │ ├── QueuingStrategy.jsdoc │ ├── WritableStreamDefaultController.jsdoc │ ├── TransformStreamDefaultController.jsdoc │ ├── TransformStream.jsdoc │ ├── WritableStream.jsdoc │ ├── WritableStreamDefaultWriter.jsdoc │ ├── ReadableStreamDefaultController.jsdoc │ └── Transformer.jsdoc ├── CSS │ ├── csscharsetrule.jsdoc │ ├── cssfontfacerule.jsdoc │ ├── csspagerule.jsdoc │ ├── counter.jsdoc │ ├── cssimportrule.jsdoc │ ├── rgbcolor.jsdoc │ ├── cssvaluelist.jsdoc │ ├── cssmediarule.jsdoc │ ├── rect.jsdoc │ ├── cssstylerule.jsdoc │ ├── cssvalue.jsdoc │ ├── mediaquerylist.jsdoc │ ├── stylesheet.jsdoc │ ├── cssstylesheet.jsdoc │ ├── cssrule.jsdoc │ ├── stylesheetlist.jsdoc │ └── cssrulelist.jsdoc ├── Audio │ ├── channelmergernode.jsdoc │ ├── channelsplitternode.jsdoc │ ├── offlineaudiocompletionevent.jsdoc │ ├── gainnode.jsdoc │ ├── mediaelementaudiosourcenode.jsdoc │ ├── mediastreamaudiosourcenode.jsdoc │ ├── delaynode.jsdoc │ ├── scriptprocessornode.jsdoc │ ├── convolvernode.jsdoc │ ├── waveshapernode.jsdoc │ ├── mediastreamaudiodestinationnode.jsdoc │ ├── periodicwave.jsdoc │ ├── audioprocessingevent.jsdoc │ ├── offlineaudiocontext.jsdoc │ ├── audiobuffer.jsdoc │ ├── audiolistener.jsdoc │ ├── audiobuffersourcenode.jsdoc │ ├── biquadfilternode.jsdoc │ ├── dynamicscompressornode.jsdoc │ ├── audiodestinationnode.jsdoc │ ├── analysernode.jsdoc │ ├── audionode.jsdoc │ ├── audioparam.jsdoc │ └── pannernode.jsdoc ├── Gamepad │ └── GamepadEvent.jsdoc ├── Browser │ ├── external.jsdoc │ ├── storageevent.jsdoc │ ├── beforeunloadevent.jsdoc │ ├── popstateevent.jsdoc │ ├── transferable.jsdoc │ ├── xmlhttprequestupload.jsdoc │ ├── hashchangeevent.jsdoc │ ├── messageevent.jsdoc │ ├── navigator.jsdoc │ ├── promiserejectionevent.jsdoc │ ├── screen.jsdoc │ ├── messagechannel.jsdoc │ └── TextEncoder.jsdoc ├── IndexedDB │ ├── idbopendbrequest.jsdoc │ ├── idbfactory.jsdoc │ └── idbrequest.jsdoc ├── JavaScript │ ├── intl.jsdoc │ ├── undefined.jsdoc │ ├── AggregateError.jsdoc │ ├── asynciterable.jsdoc │ ├── datetimeformat.jsdoc │ ├── WeakRef.jsdoc │ ├── stringtemplatearray.jsdoc │ ├── iterable.jsdoc │ ├── boolean.jsdoc │ ├── numberformat.jsdoc │ ├── proxy.jsdoc │ └── asynciterator.jsdoc ├── Components │ ├── htmlshadowelement.jsdoc │ ├── htmlcontentelement.jsdoc │ └── shadowroot.jsdoc ├── WebGL │ ├── webglshader.jsdoc │ ├── webglprogram.jsdoc │ ├── webgltexture.jsdoc │ ├── webglrenderbuffer.jsdoc │ ├── webglbuffer.jsdoc │ ├── webglframebuffer.jsdoc │ ├── webgluniformlocation.jsdoc │ └── webglactiveinfo.jsdoc ├── Canvas │ ├── canvaspattern.jsdoc │ ├── canvasrenderingcontext.jsdoc │ ├── ImageBitmapRenderingContext.jsdoc │ ├── textmetrics.jsdoc │ ├── ImageBitmap.jsdoc │ ├── canvasgradient.jsdoc │ └── CanvasCaptureMediaStreamTrack.jsdoc ├── WebSockets │ └── CloseEvent.jsdoc ├── FileAPI │ ├── FileSystemFileHandle.jsdoc │ ├── FileSystemWritableFileStream.jsdoc │ ├── filelist.jsdoc │ ├── FileReaderSync.jsdoc │ └── FileSystemDirectoryHandle.jsdoc ├── DragDrop │ ├── dragevent.jsdoc │ ├── datatransferitemlist.jsdoc │ └── datatransfer.jsdoc ├── Geometry │ ├── DOMRectList.jsdoc │ ├── DOMRectReadOnly.jsdoc │ ├── DOMQuad.jsdoc │ └── DOMRect.jsdoc ├── Fetch │ └── headers.jsdoc ├── Crypto │ └── crypto.jsdoc ├── Worker │ └── ErrorEvent.jsdoc ├── TypedArrays │ └── ArrayBufferView.jsdoc └── Clipboard │ └── clipboardevent.jsdoc ├── .gitignore ├── package.json └── templates ├── bottomnav.ejs ├── thankyou.ejs ├── methodgroup.ejs ├── example.ejs ├── membergroup.ejs ├── htmlexample.ejs ├── license.ejs └── page.ejs /docs/CNAME: -------------------------------------------------------------------------------- 1 | www.javascripture.com -------------------------------------------------------------------------------- /static/CNAME: -------------------------------------------------------------------------------- 1 | www.javascripture.com -------------------------------------------------------------------------------- /content/DOM/treewalker.jsdoc: -------------------------------------------------------------------------------- 1 | TreeWalker : Object 2 | -------------------------------------------------------------------------------- /content/DOM/documenttype.jsdoc: -------------------------------------------------------------------------------- 1 | DocumentType : Node 2 | -------------------------------------------------------------------------------- /content/DOM/nodeiterator.jsdoc: -------------------------------------------------------------------------------- 1 | NodeIterator : Object 2 | -------------------------------------------------------------------------------- /content/Media/medialist.jsdoc: -------------------------------------------------------------------------------- 1 | MediaList : Object 2 | 3 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | .sass-cache 3 | node_modules 4 | tmp 5 | -------------------------------------------------------------------------------- /content/DOM/htmlmenuelement.jsdoc: -------------------------------------------------------------------------------- 1 | HTMLMenuElement : HTMLElement 2 | -------------------------------------------------------------------------------- /content/DOM/processinginstruction.jsdoc: -------------------------------------------------------------------------------- 1 | ProcessingInstruction : Node 2 | -------------------------------------------------------------------------------- /docs/pic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nkronlage/JavaScripture/HEAD/docs/pic.jpg -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "devDependencies": { 3 | "ejs": "^2.5.7" 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /static/pic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nkronlage/JavaScripture/HEAD/static/pic.jpg -------------------------------------------------------------------------------- /content/DOM/comment.jsdoc: -------------------------------------------------------------------------------- 1 | Comment : CharacterData 2 | 3 | Represents a comment node. 4 | -------------------------------------------------------------------------------- /docs/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nkronlage/JavaScripture/HEAD/docs/favicon.ico -------------------------------------------------------------------------------- /docs/fireworks.ogv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nkronlage/JavaScripture/HEAD/docs/fireworks.ogv -------------------------------------------------------------------------------- /static/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nkronlage/JavaScripture/HEAD/static/favicon.ico -------------------------------------------------------------------------------- /static/fireworks.ogv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nkronlage/JavaScripture/HEAD/static/fireworks.ogv -------------------------------------------------------------------------------- /content/WebRTC/RTCLocalSessionDescription.jsdoc: -------------------------------------------------------------------------------- 1 | RTCLocalSessionDescription : Object 2 | 3 | ---- 4 | 5 | -------------------------------------------------------------------------------- /content/DOM/xmldocument.jsdoc: -------------------------------------------------------------------------------- 1 | XMLDocument : Document 2 | 3 | Spec: 4 | http://dom.spec.whatwg.org/#xmldocument 5 | -------------------------------------------------------------------------------- /content/DOM/htmlbrelement.jsdoc: -------------------------------------------------------------------------------- 1 | HTMLBRElement : HTMLElement 2 | 3 | Spec: 4 | https://html.spec.whatwg.org/#htmlbrelement 5 | -------------------------------------------------------------------------------- /content/DOM/htmlhrelement.jsdoc: -------------------------------------------------------------------------------- 1 | HTMLHRElement : HTMLElement 2 | 3 | Spec: 4 | https://html.spec.whatwg.org/#htmlhrelement 5 | -------------------------------------------------------------------------------- /content/DOM/htmldivelement.jsdoc: -------------------------------------------------------------------------------- 1 | HTMLDivElement : HTMLElement 2 | 3 | Spec: 4 | https://html.spec.whatwg.org/#htmldivelement 5 | -------------------------------------------------------------------------------- /content/DOM/htmlheadelement.jsdoc: -------------------------------------------------------------------------------- 1 | HTMLHeadElement : HTMLElement 2 | 3 | Spec: 4 | https://html.spec.whatwg.org/#htmlheadelement 5 | -------------------------------------------------------------------------------- /content/DOM/htmlspanelement.jsdoc: -------------------------------------------------------------------------------- 1 | HTMLSpanElement : HTMLElement 2 | 3 | Spec: 4 | https://html.spec.whatwg.org/#htmlspanelement 5 | -------------------------------------------------------------------------------- /content/SVG/svgviewspec.jsdoc: -------------------------------------------------------------------------------- 1 | SVGViewSpec : Object 2 | 3 | Spec: 4 | http://www.w3.org/TR/SVG11/types.html#InterfaceSVGViewSpec 5 | -------------------------------------------------------------------------------- /content/WebXR/XRLayer.jsdoc: -------------------------------------------------------------------------------- 1 | XRLayer : EventTarget 2 | 3 | Spec: 4 | https://immersive-web.github.io/webxr/#xrlayer-interface 5 | -------------------------------------------------------------------------------- /content/WebXR/XRSpace.jsdoc: -------------------------------------------------------------------------------- 1 | XRSpace : EventTarget 2 | 3 | Spec: 4 | https://immersive-web.github.io/webxr/#xrspace-interface 5 | -------------------------------------------------------------------------------- /templates/bottomnav.ejs: -------------------------------------------------------------------------------- 1 |
2 | home 3 | feedback 4 |
5 | -------------------------------------------------------------------------------- /content/DOM/htmldlistelement.jsdoc: -------------------------------------------------------------------------------- 1 | HTMLDListElement : HTMLElement 2 | 3 | Spec: 4 | https://html.spec.whatwg.org/#htmldlistelement 5 | -------------------------------------------------------------------------------- /content/DOM/htmlhtmlelement.jsdoc: -------------------------------------------------------------------------------- 1 | HTMLHtmlElement : HTMLElement 2 | 3 | 4 | Spec: 5 | https://html.spec.whatwg.org/#htmlhtmlelement 6 | -------------------------------------------------------------------------------- /content/DOM/htmlpreelement.jsdoc: -------------------------------------------------------------------------------- 1 | HTMLPreElement : HTMLElement 2 | 3 | 4 | Spec: 5 | https://html.spec.whatwg.org/#htmlpreelement 6 | -------------------------------------------------------------------------------- /content/DOM/htmlulistelement.jsdoc: -------------------------------------------------------------------------------- 1 | HTMLUListElement : HTMLElement 2 | 3 | 4 | Spec: 5 | https://html.spec.whatwg.org/#htmlulistelement 6 | -------------------------------------------------------------------------------- /content/DOM/htmlheadingelement.jsdoc: -------------------------------------------------------------------------------- 1 | HTMLHeadingElement : HTMLElement 2 | 3 | 4 | Spec: 5 | https://html.spec.whatwg.org/#htmlheadingelement 6 | -------------------------------------------------------------------------------- /content/DOM/htmlparagraphelement.jsdoc: -------------------------------------------------------------------------------- 1 | HTMLParagraphElement : HTMLElement 2 | 3 | 4 | Spec: 5 | https://html.spec.whatwg.org/#htmlparagraphelement 6 | -------------------------------------------------------------------------------- /content/SVG/svgpolygonelement.jsdoc: -------------------------------------------------------------------------------- 1 | SVGPolygonElement : SVGElement 2 | 3 | Spec: 4 | http://www.w3.org/TR/SVG/shapes.html#InterfaceSVGPolylineElement 5 | 6 | -------------------------------------------------------------------------------- /content/SVG/svgpolylineelement.jsdoc: -------------------------------------------------------------------------------- 1 | SVGPolylineElement : SVGElement 2 | 3 | Spec: 4 | http://www.w3.org/TR/SVG/shapes.html#InterfaceSVGPolylineElement 5 | 6 | -------------------------------------------------------------------------------- /content/SVG/svgtrefelement.jsdoc: -------------------------------------------------------------------------------- 1 | SVGTRefElement : SVGTextPositioningElement 2 | 3 | Spec: 4 | http://www.w3.org/TR/SVG/text.html#InterfaceSVGTRefElement 5 | 6 | -------------------------------------------------------------------------------- /content/DOM/htmlformcontrolscollection.jsdoc: -------------------------------------------------------------------------------- 1 | HTMLFormControlsCollection : HTMLCollection 2 | 3 | Spec: 4 | https://html.spec.whatwg.org/#htmlformcontrolscollection 5 | -------------------------------------------------------------------------------- /content/Streams/ReadableStreamController.jsdoc: -------------------------------------------------------------------------------- 1 | ReadableStreamController : Object 2 | 3 | 4 | 5 | Spec: 6 | https://streams.spec.whatwg.org/#typedefdef-readablestreamcontroller 7 | -------------------------------------------------------------------------------- /content/DOM/htmllielement.jsdoc: -------------------------------------------------------------------------------- 1 | HTMLLIElement : HTMLElement 2 | 3 | 4 | Spec: 5 | https://html.spec.whatwg.org/#htmllielement 6 | 7 | ---- 8 | instance.value : Number 9 | 10 | -------------------------------------------------------------------------------- /templates/thankyou.ejs: -------------------------------------------------------------------------------- 1 | <% 2 | locals.title = 'Thank You - JavaScripture'; 3 | %> 4 | 5 |

Thank you

6 |

7 | Thank you for helping improve JavaScripture! 8 |

9 | 10 | -------------------------------------------------------------------------------- /content/CSS/csscharsetrule.jsdoc: -------------------------------------------------------------------------------- 1 | CSSCharsetRule : CSSRule 2 | 3 | Spec: 4 | http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSCharSetRule 5 | 6 | ---- 7 | instance.encoding : String 8 | 9 | -------------------------------------------------------------------------------- /content/DOM/htmlquoteelement.jsdoc: -------------------------------------------------------------------------------- 1 | HTMLQuoteElement : HTMLElement 2 | 3 | 4 | Spec: 5 | https://html.spec.whatwg.org/#htmlquoteelement 6 | 7 | ---- 8 | instance.cite : String 9 | 10 | -------------------------------------------------------------------------------- /content/DOM/htmltitleelement.jsdoc: -------------------------------------------------------------------------------- 1 | HTMLTitleElement : HTMLElement 2 | 3 | 4 | Spec: 5 | https://html.spec.whatwg.org/#htmltitleelement 6 | 7 | ---- 8 | instance.text : String 9 | 10 | -------------------------------------------------------------------------------- /content/DOM/htmltimeelement.jsdoc: -------------------------------------------------------------------------------- 1 | HTMLTimeElement : HTMLElement 2 | 3 | 4 | Spec: 5 | https://html.spec.whatwg.org/#htmltimeelement 6 | 7 | ---- 8 | instance.datetime : String 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/Streams/ReadableStreamByteController.jsdoc: -------------------------------------------------------------------------------- 1 | ReadableStreamByteController : ReadableStreamController 2 | 3 | Spec: 4 | https://streams.spec.whatwg.org/#readablebytestreamcontroller 5 | 6 | 7 | -------------------------------------------------------------------------------- /content/SVG/svganimatedstring.jsdoc: -------------------------------------------------------------------------------- 1 | SVGAnimatedString : Object 2 | 3 | Spec: 4 | 5 | ---- 6 | instance.baseVal : String 7 | 8 | ---- 9 | instance.animVal : String 10 | 11 | ReadOnly: 12 | true 13 | 14 | -------------------------------------------------------------------------------- /content/SVG/svganimatedboolean.jsdoc: -------------------------------------------------------------------------------- 1 | SVGAnimatedBoolean : Object 2 | 3 | Spec: 4 | 5 | ---- 6 | instance.baseVal : Boolean 7 | 8 | ---- 9 | instance.animVal : Boolean 10 | 11 | ReadOnly: 12 | true 13 | 14 | -------------------------------------------------------------------------------- /content/DOM/compositionevent.jsdoc: -------------------------------------------------------------------------------- 1 | CompositionEvent : UIEvent 2 | 3 | ---- 4 | instance.data : String 5 | 6 | ReadOnly: 7 | true 8 | 9 | ---- 10 | instance.locale : String 11 | 12 | ReadOnly: 13 | true 14 | 15 | -------------------------------------------------------------------------------- /content/WebXR/XRViewerPose.jsdoc: -------------------------------------------------------------------------------- 1 | XRViewerPose : XRPose 2 | 3 | spec: 4 | https://immersive-web.github.io/webxr/#xrviewerpose-interface 5 | 6 | ---- 7 | instance.views : Array 8 | 9 | ReadOnly: 10 | true 11 | -------------------------------------------------------------------------------- /content/DOM/htmlmodelement.jsdoc: -------------------------------------------------------------------------------- 1 | HTMLModElement : HTMLElement 2 | 3 | 4 | Spec: 5 | https://html.spec.whatwg.org/#htmlmodelement 6 | 7 | ---- 8 | instance.cite : String 9 | 10 | 11 | ---- 12 | instance.dateTime : String 13 | 14 | -------------------------------------------------------------------------------- /content/CSS/cssfontfacerule.jsdoc: -------------------------------------------------------------------------------- 1 | CSSFontFaceRule : CSSRule 2 | 3 | Spec: 4 | http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSFontFaceRule 5 | 6 | ---- 7 | instance.style : CSSStyleDeclaration 8 | 9 | ReadOnly: 10 | true 11 | 12 | -------------------------------------------------------------------------------- /content/DOM/htmlbaseelement.jsdoc: -------------------------------------------------------------------------------- 1 | HTMLBaseElement : HTMLElement 2 | 3 | 4 | Spec: 5 | https://html.spec.whatwg.org/#htmlbaseelement 6 | 7 | ---- 8 | instance.href : String 9 | 10 | 11 | ---- 12 | instance.target : String 13 | 14 | 15 | -------------------------------------------------------------------------------- /content/DOM/htmloptgroupelement.jsdoc: -------------------------------------------------------------------------------- 1 | HTMLOptGroupElement : HTMLElement 2 | 3 | Spec: 4 | https://html.spec.whatwg.org/#htmloptgroupelement 5 | 6 | ---- 7 | instance.disabled : Boolean 8 | 9 | ---- 10 | instance.label : String 11 | 12 | -------------------------------------------------------------------------------- /content/Audio/channelmergernode.jsdoc: -------------------------------------------------------------------------------- 1 | ChannelMergerNode : AudioNode 2 | 3 | Created by %%/AudioContext#createChannelMerger|**audioContext.createChannelMerger()**%%. 4 | 5 | Spec: 6 | http://www.w3.org/TR/2013/WD-webaudio-20131010/#ChannelMergerNode 7 | 8 | -------------------------------------------------------------------------------- /content/Gamepad/GamepadEvent.jsdoc: -------------------------------------------------------------------------------- 1 | GamepadEvent : Event 2 | 3 | ---- 4 | new GamepadEvent(type : String, eventInit : { \ 5 | gamepad: Gamepad \ 6 | }) : GamepadEvent 7 | 8 | ---- 9 | instance.gamepad : Gamepad 10 | 11 | ReadOnly: 12 | true 13 | -------------------------------------------------------------------------------- /content/SVG/svgnumber.jsdoc: -------------------------------------------------------------------------------- 1 | SVGNumber : Object 2 | 3 | Spec: 4 | http://www.w3.org/TR/SVG11/types.html#InterfaceSVGNumber 5 | 6 | ---- 7 | instance.value : Number 8 | 9 | Spec: 10 | http://www.w3.org/TR/SVG11/types.html#__svg__SVGNumber__value 11 | -------------------------------------------------------------------------------- /content/Audio/channelsplitternode.jsdoc: -------------------------------------------------------------------------------- 1 | ChannelSplitterNode : AudioNode 2 | 3 | Created by %%/AudioContext#createChannelSplitter|**audioContext.createChannelSplitter()**%%. 4 | 5 | Spec: 6 | http://www.w3.org/TR/2013/WD-webaudio-20131010/#ChannelSplitterNode 7 | 8 | -------------------------------------------------------------------------------- /content/DOM/xmlserializer.jsdoc: -------------------------------------------------------------------------------- 1 | XMLSerializer : Object 2 | 3 | Spec: 4 | http://domparsing.spec.whatwg.org/#the-xmlserializer-interface 5 | 6 | ---- 7 | new XMLSerializer() : XMLSerializer 8 | 9 | ---- 10 | prototype.serializeToString(root : Node) : String 11 | -------------------------------------------------------------------------------- /content/Browser/external.jsdoc: -------------------------------------------------------------------------------- 1 | External : Object 2 | 3 | Spec: 4 | https://html.spec.whatwg.org/#external 5 | 6 | ---- 7 | prototype.AddSearchProvider(url : String) : undefined 8 | 9 | ---- 10 | prototype.IsSearchProviderInstalled(url : String) : Number 11 | 12 | -------------------------------------------------------------------------------- /content/SVG/svgicccolor.jsdoc: -------------------------------------------------------------------------------- 1 | SVGICCColor : Object 2 | 3 | Spec: 4 | http://www.w3.org/TR/SVG/types.html#InterfaceSVGICCColor 5 | 6 | ---- 7 | instance.colorProfile : String 8 | 9 | ---- 10 | instance.colors : SVGNumberList 11 | 12 | ReadOnly: 13 | true 14 | 15 | -------------------------------------------------------------------------------- /content/DOM/InputEvent.jsdoc: -------------------------------------------------------------------------------- 1 | InputEvent : UIEvent 2 | 3 | Spec: 4 | https://w3c.github.io/uievents/#inputevent 5 | 6 | 7 | ---- 8 | instance.data : String 9 | 10 | ReadOnly: 11 | true 12 | 13 | ---- 14 | instance.isComposing : Boolean 15 | 16 | ReadOnly: 17 | true 18 | -------------------------------------------------------------------------------- /content/SVG/svganimatedinteger.jsdoc: -------------------------------------------------------------------------------- 1 | SVGAnimatedInteger : Object 2 | 3 | Spec: 4 | http://www.w3.org/TR/SVG/types.html#InterfaceSVGAnimatedInteger 5 | 6 | ---- 7 | instance.baseVal : Number 8 | 9 | ---- 10 | instance.animVal : Number 11 | 12 | ReadOnly: 13 | true 14 | 15 | -------------------------------------------------------------------------------- /content/SVG/svganimatednumber.jsdoc: -------------------------------------------------------------------------------- 1 | SVGAnimatedNumber : Object 2 | 3 | Spec: 4 | http://www.w3.org/TR/SVG/types.html#InterfaceSVGAnimatedNumber 5 | 6 | ---- 7 | instance.baseVal : Number 8 | 9 | ---- 10 | instance.animVal : Number 11 | 12 | ReadOnly: 13 | true 14 | 15 | -------------------------------------------------------------------------------- /content/Audio/offlineaudiocompletionevent.jsdoc: -------------------------------------------------------------------------------- 1 | OfflineAudioCompletionEvent : Event 2 | 3 | Spec: 4 | http://www.w3.org/TR/2013/WD-webaudio-20131010/#OfflineAudioCompletionEvent-section 5 | 6 | ---- 7 | instance.renderedBuffer : AudioBuffer 8 | 9 | ReadOnly: 10 | true 11 | 12 | -------------------------------------------------------------------------------- /content/CSS/csspagerule.jsdoc: -------------------------------------------------------------------------------- 1 | CSSPageRule : CSSRule 2 | 3 | Spec: 4 | http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSPageRule 5 | 6 | ---- 7 | instance.selectorText : String 8 | 9 | ---- 10 | instance.style : CSSStyleDeclaration 11 | 12 | ReadOnly: 13 | true 14 | 15 | -------------------------------------------------------------------------------- /content/WebXR/XRBoundedReferenceSpace.jsdoc: -------------------------------------------------------------------------------- 1 | XRBoundedReferenceSpace : XRReferenceSpace 2 | 3 | Spec: 4 | https://immersive-web.github.io/webxr/#xrboundedreferencespace-interface 5 | 6 | ---- 7 | instance.boundsGeometry : Array 8 | 9 | ReadOnly: 10 | true 11 | -------------------------------------------------------------------------------- /content/DOM/htmlmetaelement.jsdoc: -------------------------------------------------------------------------------- 1 | HTMLMetaElement : HTMLElement 2 | 3 | 4 | Spec: 5 | https://html.spec.whatwg.org/#htmlmetaelement 6 | 7 | ---- 8 | instance.name : String 9 | 10 | ---- 11 | instance.httpEquiv : String 12 | 13 | 14 | ---- 15 | instance.content : String 16 | 17 | -------------------------------------------------------------------------------- /content/DOM/image.jsdoc: -------------------------------------------------------------------------------- 1 | Image : HTMLImageElement 2 | 3 | Alternative way to construct an %%/HTMLImageElement|HTMLImageElement%% instead of 4 | using %%/Document#createElement|**document.createElement('img')**%%. 5 | 6 | ---- 7 | new Image([width : Number, [height : Number]]) : Image 8 | 9 | -------------------------------------------------------------------------------- /content/Audio/gainnode.jsdoc: -------------------------------------------------------------------------------- 1 | GainNode : AudioNode 2 | 3 | Created by %%/AudioContext#createGain|**audioContext.createGain()**%%. 4 | 5 | Spec: 6 | http://www.w3.org/TR/2013/WD-webaudio-20131010/#GainNode 7 | 8 | ---- 9 | instance.gain : AudioParam 10 | 11 | ReadOnly: 12 | true 13 | 14 | -------------------------------------------------------------------------------- /content/Audio/mediaelementaudiosourcenode.jsdoc: -------------------------------------------------------------------------------- 1 | MediaElementAudioSourceNode : AudioNode 2 | 3 | 4 | Created by %%/AudioContext#createMediaElementSource|**audioContext.createMediaElementSource()**%%. 5 | 6 | Spec: 7 | http://www.w3.org/TR/2013/WD-webaudio-20131010/#MediaElementAudioSourceNode 8 | -------------------------------------------------------------------------------- /content/Audio/mediastreamaudiosourcenode.jsdoc: -------------------------------------------------------------------------------- 1 | MediaStreamAudioSourceNode : AudioNode 2 | 3 | Created by %%/AudioContext#createMediaStreamSource|**audioContext.createMediaStreamSource()**%%. 4 | 5 | Spec: 6 | http://www.w3.org/TR/2013/WD-webaudio-20131010/#MediaStreamAudioSourceNode 7 | 8 | 9 | -------------------------------------------------------------------------------- /content/DOM/domstringmap.jsdoc: -------------------------------------------------------------------------------- 1 | DOMStringMap : Object 2 | 3 | An map of %%/String|**String**%% key and %%/String|**String**%% value pairs. 4 | Attempting to set any other data type as the key or value will first convert 5 | the object to a string. 6 | 7 | See %%/Element#dataset|Element.dataset%%. 8 | -------------------------------------------------------------------------------- /content/SVG/svganimatedenumeration.jsdoc: -------------------------------------------------------------------------------- 1 | SVGAnimatedEnumeration : Object 2 | 3 | Spec: 4 | http://www.w3.org/TR/SVG/types.html#InterfaceSVGAnimatedEnumeration 5 | 6 | ---- 7 | instance.baseVal : Number 8 | 9 | ---- 10 | instance.animVal : Number 11 | 12 | ReadOnly: 13 | true 14 | 15 | -------------------------------------------------------------------------------- /content/DOM/htmlolistelement.jsdoc: -------------------------------------------------------------------------------- 1 | HTMLOListElement : HTMLElement 2 | 3 | 4 | Spec: 5 | https://html.spec.whatwg.org/#htmlolistelement 6 | 7 | ---- 8 | instance.reversed : Boolean 9 | 10 | 11 | ---- 12 | instance.start : Number 13 | 14 | 15 | ---- 16 | instance.type : String 17 | 18 | 19 | -------------------------------------------------------------------------------- /content/IndexedDB/idbopendbrequest.jsdoc: -------------------------------------------------------------------------------- 1 | IDBOpenDBRequest : IDBRequest 2 | 3 | Spec: 4 | https://www.w3.org/TR/IndexedDB/#idl-def-IDBOpenDBRequest 5 | 6 | ---- 7 | event.blocked : listener(event : Event) : undefined 8 | 9 | ---- 10 | event.upgradeneeded : listener(event : Event) : undefined 11 | -------------------------------------------------------------------------------- /content/SVG/svganimatedpreserveaspectratio.jsdoc: -------------------------------------------------------------------------------- 1 | SVGAnimatedPreserveAspectRatio : Object 2 | 3 | Spec: 4 | 5 | ---- 6 | instance.baseVal : SVGPreserveAspectRatio 7 | 8 | ReadOnly: 9 | true 10 | 11 | ---- 12 | instance.animVal : SVGPreserveAspectRatio 13 | 14 | ReadOnly: 15 | true 16 | 17 | -------------------------------------------------------------------------------- /content/SVG/svgrect.jsdoc: -------------------------------------------------------------------------------- 1 | SVGRect : Object 2 | 3 | Spec: 4 | http://www.w3.org/TR/SVG11/types.html#InterfaceSVGRect 5 | 6 | ---- 7 | instance.x : Number 8 | 9 | ---- 10 | instance.y : Number 11 | 12 | ---- 13 | instance.width : Number 14 | 15 | ---- 16 | instance.height : Number 17 | 18 | -------------------------------------------------------------------------------- /content/Audio/delaynode.jsdoc: -------------------------------------------------------------------------------- 1 | DelayNode : AudioNode 2 | 3 | Created by %%/AudioContext#createDelay|**audioContext.createDelay()**%%. 4 | 5 | Spec: 6 | http://www.w3.org/TR/2013/WD-webaudio-20131010/#DelayNode 7 | 8 | ---- 9 | instance.delayTime : AudioParam 10 | 11 | ReadOnly: 12 | true 13 | 14 | -------------------------------------------------------------------------------- /content/SVG/svganimatedrect.jsdoc: -------------------------------------------------------------------------------- 1 | SVGAnimatedRect : Object 2 | 3 | Spec: 4 | http://www.w3.org/TR/SVG/types.html#InterfaceSVGAnimatedRect 5 | 6 | ---- 7 | instance.baseVal : SVGRect 8 | 9 | ReadOnly: 10 | true 11 | 12 | ---- 13 | instance.animVal : SVGRect 14 | 15 | ReadOnly: 16 | true 17 | 18 | -------------------------------------------------------------------------------- /content/SVG/svganimatedangle.jsdoc: -------------------------------------------------------------------------------- 1 | SVGAnimatedAngle : Object 2 | 3 | Spec: 4 | http://www.w3.org/TR/SVG/types.html#InterfaceSVGAnimatedAngle 5 | 6 | ---- 7 | instance.baseVal : SVGAngle 8 | 9 | ReadOnly: 10 | true 11 | 12 | ---- 13 | instance.animVal : SVGAngle 14 | 15 | ReadOnly: 16 | true 17 | 18 | -------------------------------------------------------------------------------- /content/SVG/svganimatedlengthlist.jsdoc: -------------------------------------------------------------------------------- 1 | SVGAnimatedLengthList : Object 2 | 3 | Spec: 4 | http://www.w3.org/TR/SVG/types.html#InterfaceSVGAnimatedLengthList 5 | 6 | ---- 7 | instance.baseVal : SVGLengthList 8 | 9 | ReadOnly: 10 | true 11 | 12 | ---- 13 | instance.animVal : SVGLengthList 14 | 15 | ReadOnly: 16 | true 17 | 18 | -------------------------------------------------------------------------------- /content/SVG/svganimatednumberlist.jsdoc: -------------------------------------------------------------------------------- 1 | SVGAnimatedNumberList : Object 2 | 3 | Spec: 4 | http://www.w3.org/TR/SVG/types.html#InterfaceSVGAnimatedNumberList 5 | 6 | ---- 7 | instance.baseVal : SVGNumberList 8 | 9 | ReadOnly: 10 | true 11 | 12 | ---- 13 | instance.animVal : SVGNumberList 14 | 15 | ReadOnly: 16 | true 17 | 18 | -------------------------------------------------------------------------------- /content/DOM/htmlembedelement.jsdoc: -------------------------------------------------------------------------------- 1 | HTMLEmbedElement : HTMLElement 2 | 3 | 4 | Spec: 5 | https://html.spec.whatwg.org/#htmlembedelement 6 | 7 | ---- 8 | instance.src : String 9 | 10 | 11 | ---- 12 | instance.type : String 13 | 14 | 15 | ---- 16 | instance.width : String 17 | 18 | 19 | ---- 20 | instance.height : String 21 | 22 | -------------------------------------------------------------------------------- /content/JavaScript/intl.jsdoc: -------------------------------------------------------------------------------- 1 | Intl : Object 2 | 3 | Provides methods to help with internationalization of applications. 4 | 5 | Spec: 6 | http://www.ecma-international.org/ecma-402/1.0/#sec-8 7 | 8 | ---- 9 | Collator : Collator 10 | 11 | ---- 12 | DateTimeFormat : DateTimeFormat 13 | 14 | ---- 15 | NumberFormat : NumberFormat 16 | -------------------------------------------------------------------------------- /content/Audio/scriptprocessornode.jsdoc: -------------------------------------------------------------------------------- 1 | ScriptProcessorNode : AudioNode 2 | 3 | Spec: 4 | http://www.w3.org/TR/2013/WD-webaudio-20131010/#ScriptProcessorNode 5 | 6 | ---- 7 | event.audioprocess : listener(event : AudioProcessingEvent) : undefined 8 | 9 | 10 | ---- 11 | instance.bufferSize : Number 12 | 13 | ReadOnly: 14 | true 15 | 16 | -------------------------------------------------------------------------------- /content/WebXR/XRViewport.jsdoc: -------------------------------------------------------------------------------- 1 | XRViewport : Object 2 | 3 | ---- 4 | instance.x : Number 5 | 6 | ReadOnly: 7 | true 8 | 9 | ---- 10 | instance.y : Number 11 | 12 | ReadOnly: 13 | true 14 | 15 | ---- 16 | instance.width : Number 17 | 18 | ReadOnly: 19 | true 20 | 21 | ---- 22 | instance.height : Number 23 | 24 | ReadOnly: 25 | true 26 | -------------------------------------------------------------------------------- /content/Components/htmlshadowelement.jsdoc: -------------------------------------------------------------------------------- 1 | HTMLShadowElement : HTMLElement 2 | 3 | Spec: 4 | http://w3c.github.io/webcomponents/spec/shadow/#the-shadow-element 5 | 6 | ---- 7 | prototype.getDistributedNodes() : NodeList 8 | 9 | Spec: 10 | http://w3c.github.io/webcomponents/spec/shadow/#widl-HTMLShadowElement-getDistributedNodes-NodeList 11 | -------------------------------------------------------------------------------- /content/WebXR/XRReferenceSpace.jsdoc: -------------------------------------------------------------------------------- 1 | XRReferenceSpace : XRSpace 2 | 3 | Spec: 4 | https://immersive-web.github.io/webxr/#xrreferencespace-interface 5 | 6 | ---- 7 | prototype.getOffsetReferenceSpace(originOffset : XRRigidTransform) : XRReferenceSpace 8 | 9 | ---- 10 | event.reset : listener(event : XRReferenceSpaceEvent) : undefined 11 | 12 | -------------------------------------------------------------------------------- /content/Audio/convolvernode.jsdoc: -------------------------------------------------------------------------------- 1 | ConvolverNode : AudioNode 2 | 3 | Created by %%/AudioContext#createConvolver|**audioContext.createConvolver()**%%. 4 | 5 | Spec: 6 | http://www.w3.org/TR/2013/WD-webaudio-20131010/#ConvolverNode-section 7 | 8 | ---- 9 | instance.buffer : AudioBuffer 10 | 11 | 12 | ---- 13 | instance.normalize : Boolean 14 | 15 | 16 | -------------------------------------------------------------------------------- /content/Audio/waveshapernode.jsdoc: -------------------------------------------------------------------------------- 1 | WaveShaperNode : AudioNode 2 | 3 | Created by %%/AudioContext#createWaveShaper|**audioContext.createWaveShaper()**%%. 4 | 5 | Spec: 6 | http://www.w3.org/TR/2013/WD-webaudio-20131010/#WaveShaperNode 7 | 8 | 9 | ---- 10 | instance.curve : Float32Array 11 | 12 | 13 | ---- 14 | instance.oversample : String 15 | 16 | 17 | -------------------------------------------------------------------------------- /content/DOM/progressevent.jsdoc: -------------------------------------------------------------------------------- 1 | ProgressEvent : Event 2 | 3 | Spec: 4 | https://xhr.spec.whatwg.org/#interface-progressevent 5 | 6 | ---- 7 | new ProgressEvent(type : String, [args : Object]) : ProgressEvent 8 | 9 | ---- 10 | instance.lengthComputable : Boolean 11 | 12 | ---- 13 | instance.loaded : Number 14 | 15 | ---- 16 | instance.total : Number 17 | -------------------------------------------------------------------------------- /content/JavaScript/undefined.jsdoc: -------------------------------------------------------------------------------- 1 | undefined : Object 2 | 3 | **undefined** is the return value from methods that do 4 | not pass anything to the **return** statement. It is also the 5 | value returned from a property that has not been set. 6 | 7 | Primitive: 8 | true 9 | 10 | Spec: 11 | http://www.ecma-international.org/ecma-262/5.1/#sec-4.3.9 12 | 13 | -------------------------------------------------------------------------------- /content/WebGL/webglshader.jsdoc: -------------------------------------------------------------------------------- 1 | WebGLShader : Object 2 | 3 | **WebGLShader** describes a vertex or fragment shader. **WebGLShader**s must be compiled 4 | into a %%WebGLProgram|**WebGLProgram**%%. 5 | **WebGLShader**s are created with %%WebGLRenderingContext#createShader|**createShader()**%%. 6 | 7 | Spec: 8 | http://www.khronos.org/registry/webgl/specs/latest/#5.8 9 | -------------------------------------------------------------------------------- /content/WebXR/XRSessionEvent.jsdoc: -------------------------------------------------------------------------------- 1 | XRSessionEvent : Event 2 | 3 | Spec: 4 | https://immersive-web.github.io/webxr/#xrsessionevent-interface 5 | 6 | ---- 7 | new XRSessionEvent(type : String, eventInit : { \ 8 | session : XRSession \ 9 | }) : XRSessionEvent 10 | 11 | 12 | ---- 13 | instance.session : XRSession 14 | 15 | ReadOnly: 16 | true 17 | 18 | -------------------------------------------------------------------------------- /content/DOM/AbortSignal.jsdoc: -------------------------------------------------------------------------------- 1 | AbortSignal : EventTarget 2 | 3 | Available on through the %%/AbortController#signal|AbortController.signal%% property. 4 | 5 | Spec: 6 | https://dom.spec.whatwg.org/#interface-AbortSignal 7 | 8 | ---- 9 | instance.aborted : Boolean 10 | 11 | ReadOnly: 12 | true 13 | 14 | ---- 15 | event.abort : listener(e : Event) : undefined 16 | -------------------------------------------------------------------------------- /content/WebRTC/RTCDataChannelEvent.jsdoc: -------------------------------------------------------------------------------- 1 | RTCDataChannelEvent : Event 2 | 3 | Spec: 4 | https://w3c.github.io/webrtc-pc/#dom-rtcdatachannelevent 5 | 6 | ---- 7 | new RTCDataChannelEvent(type : String, eventInit : { \ 8 | channel : RTCDataChannel \ 9 | }) : RTCDataChannelEvent 10 | 11 | ---- 12 | instance.channel : RTCDataChannel 13 | 14 | ReadOnly: 15 | true 16 | -------------------------------------------------------------------------------- /content/WebXR/XRFrame.jsdoc: -------------------------------------------------------------------------------- 1 | XRFrame : Object 2 | 3 | Spec: 4 | https://immersive-web.github.io/webxr/#xrframe-interface 5 | 6 | ---- 7 | instance.session : XRSession 8 | 9 | ReadOnly: 10 | true 11 | 12 | ---- 13 | prototype.getViewerPose(referenceSpace : XRReferenceSpace) : XRViewerPose 14 | 15 | ---- 16 | prototype.getPose(space : XRSpace, baseSpace : XRSpace) : XRPose 17 | -------------------------------------------------------------------------------- /content/CSS/counter.jsdoc: -------------------------------------------------------------------------------- 1 | Counter : Object 2 | 3 | Spec: 4 | http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-Counter 5 | 6 | ---- 7 | instance.identifier : String 8 | 9 | ReadOnly: 10 | true 11 | 12 | ---- 13 | instance.listStyle : String 14 | 15 | ReadOnly: 16 | true 17 | 18 | ---- 19 | instance.separator : String 20 | 21 | ReadOnly: 22 | true 23 | 24 | -------------------------------------------------------------------------------- /content/CSS/cssimportrule.jsdoc: -------------------------------------------------------------------------------- 1 | CSSImportRule : CSSRule 2 | 3 | Spec: 4 | http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSImportRule 5 | 6 | ---- 7 | instance.href : String 8 | 9 | ReadOnly: 10 | true 11 | 12 | ---- 13 | instance.media : MediaList 14 | 15 | ReadOnly: 16 | true 17 | 18 | ---- 19 | instance.styleSheet : CSSStyleSheet 20 | 21 | ReadOnly: 22 | true 23 | 24 | -------------------------------------------------------------------------------- /content/Media/htmlaudioelement.jsdoc: -------------------------------------------------------------------------------- 1 | HTMLAudioElement : HTMLMediaElement 2 | 3 | **HTMLAudioElement** is an element that plays audio. 4 | It corresponds to the **