├── 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 |
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 |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