RSS → https://bsky.app/profile/did:plc:he3pf4v4t2rg6isjdn4ghtla/rss
Contribute → github.com/random-mdn
MDN Web Docs → mdn.dev
🦖
https://developer.mozilla.org/en-US/docs/Web/API/SVGElement/autofocus
The autofocus property of the SVGElement interface contains a boolean value reflecting the autofocus HTML global attribute. It indicates whether the SVG element should be…
#webdev
https://developer.mozilla.org/en-US/docs/Web/API/SVGElement/autofocus
The autofocus property of the SVGElement interface contains a boolean value reflecting the autofocus HTML global attribute. It indicates whether the SVG element should be…
#webdev
https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/globalAlpha
The CanvasRenderingContext2D.globalAlpha property of the Canvas 2D API specifies the alpha (transparency) value that is applied to shapes and i…
#webdev
https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/globalAlpha
The CanvasRenderingContext2D.globalAlpha property of the Canvas 2D API specifies the alpha (transparency) value that is applied to shapes and i…
#webdev
https://developer.mozilla.org/en-US/docs/Web/API/RTCRemoteInboundRtpStreamStats/packetsLost
The packetsLost property of the RTCRemoteInboundRtpStreamStats dictionary returns the total number of RTP packets lost from the synchroni…
#webdev
https://developer.mozilla.org/en-US/docs/Web/API/RTCRemoteInboundRtpStreamStats/packetsLost
The packetsLost property of the RTCRemoteInboundRtpStreamStats dictionary returns the total number of RTP packets lost from the synchroni…
#webdev
https://developer.mozilla.org/en-US/docs/Web/API/Page_Visibility_API
The Page Visibility API provides events you can watch for to know when a document becomes visible or hidden, as well as features to look at the current visibility state of the page.
#webdev
https://developer.mozilla.org/en-US/docs/Web/API/Page_Visibility_API
The Page Visibility API provides events you can watch for to know when a document becomes visible or hidden, as well as features to look at the current visibility state of the page.
#webdev
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Selectors/Pseudo-classes
A CSS pseudo-class is a keyword added to a selector that lets you style a specific state of the selected element(s). For example, the pseudo-class :hover can be used t…
#webdev #CSS
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Selectors/Pseudo-classes
A CSS pseudo-class is a keyword added to a selector that lets you style a specific state of the selected element(s). For example, the pseudo-class :hover can be used t…
#webdev #CSS
https://developer.mozilla.org/en-US/docs/Web/API/SourceBuffer/remove
The remove() method of the SourceBuffer interface removes media segments within a specific time range from the SourceBuffer. This method can only be called when SourceBuffe…
#webdev
https://developer.mozilla.org/en-US/docs/Web/API/SourceBuffer/remove
The remove() method of the SourceBuffer interface removes media segments within a specific time range from the SourceBuffer. This method can only be called when SourceBuffe…
#webdev
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/-webkit-mask-repeat-x
The -webkit-mask-repeat-x property specifies whether and how a mask image is repeated (tiled) horizontally.
#webdev #CSS
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/-webkit-mask-repeat-x
The -webkit-mask-repeat-x property specifies whether and how a mask image is repeated (tiled) horizontally.
#webdev #CSS
https://developer.mozilla.org/en-US/docs/Web/API/BeforeInstallPromptEvent/userChoice
The userChoice property of the BeforeInstallPromptEvent interface represents the installation choice that the user made, when they were prompted…
#webdev
https://developer.mozilla.org/en-US/docs/Web/API/BeforeInstallPromptEvent/userChoice
The userChoice property of the BeforeInstallPromptEvent interface represents the installation choice that the user made, when they were prompted…
#webdev
https://developer.mozilla.org/en-US/docs/Web/XML/XPath/Reference/Functions/true
The true function returns a boolean value of true.
#webdev
https://developer.mozilla.org/en-US/docs/Web/XML/XPath/Reference/Functions/true
The true function returns a boolean value of true.
#webdev
https://developer.mozilla.org/en-US/docs/Web/API/Screen_Orientation_API
The Screen Orientation API provides information about the orientation of the screen.
#webdev
https://developer.mozilla.org/en-US/docs/Web/API/Screen_Orientation_API
The Screen Orientation API provides information about the orientation of the screen.
#webdev
https://developer.mozilla.org/en-US/docs/Web/API/IntersectionObserver/thresholds
The thresholds read-only property of the IntersectionObserver interface returns the list of intersection thresholds that was specified when the obse…
#webdev
https://developer.mozilla.org/en-US/docs/Web/API/IntersectionObserver/thresholds
The thresholds read-only property of the IntersectionObserver interface returns the list of intersection thresholds that was specified when the obse…
#webdev
https://developer.mozilla.org/en-US/docs/Web/API/HTML_Sanitizer_API
The HTML Sanitizer API allows developers to take strings of HTML and filter out unwanted elements, attributes, and other HTML entities when they are inserted into the DOM or a shadow D…
#webdev
https://developer.mozilla.org/en-US/docs/Web/API/HTML_Sanitizer_API
The HTML Sanitizer API allows developers to take strings of HTML and filter out unwanted elements, attributes, and other HTML entities when they are inserted into the DOM or a shadow D…
#webdev
https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition/maxAlternatives
The maxAlternatives property of the SpeechRecognition interface sets the maximum number of SpeechRecognitionAlternatives provided per SpeechRecogn…
#webdev
https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition/maxAlternatives
The maxAlternatives property of the SpeechRecognition interface sets the maximum number of SpeechRecognitionAlternatives provided per SpeechRecogn…
#webdev
https://developer.mozilla.org/en-US/docs/Web/API/OscillatorNode/frequency
The frequency property of the OscillatorNode interface is an a-rate AudioParam representing the frequency of oscillation in hertz.
#webdev
https://developer.mozilla.org/en-US/docs/Web/API/OscillatorNode/frequency
The frequency property of the OscillatorNode interface is an a-rate AudioParam representing the frequency of oscillation in hertz.
#webdev
https://developer.mozilla.org/en-US/docs/Web/API/Location/pathname
The pathname property of the Location interface is a string containing the path of the URL for the location. If there is no path, pathname will be empty: otherwise, pathname co…
#webdev
https://developer.mozilla.org/en-US/docs/Web/API/Location/pathname
The pathname property of the Location interface is a string containing the path of the URL for the location. If there is no path, pathname will be empty: otherwise, pathname co…
#webdev
https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest_API/HTML_in_XMLHttpRequest
The W3C XMLHttpRequest specification adds HTML parsing support to XMLHttpRequest, which originally supported only XML parsing. This feature allows Web apps t…
#webdev
https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest_API/HTML_in_XMLHttpRequest
The W3C XMLHttpRequest specification adds HTML parsing support to XMLHttpRequest, which originally supported only XML parsing. This feature allows Web apps t…
#webdev
https://developer.mozilla.org/en-US/docs/Web/API/RTCSctpTransport/transport
The transport read-only property of the RTCSctpTransport interface returns a RTCDtlsTransport object representing the DTLS transport used for the transmission…
#webdev
https://developer.mozilla.org/en-US/docs/Web/API/RTCSctpTransport/transport
The transport read-only property of the RTCSctpTransport interface returns a RTCDtlsTransport object representing the DTLS transport used for the transmission…
#webdev
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DisposableStack/move
The move() method of DisposableStack instances creates a new DisposableStack instance that contains the same disposers as th…
#webdev #JavaScript
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DisposableStack/move
The move() method of DisposableStack instances creates a new DisposableStack instance that contains the same disposers as th…
#webdev #JavaScript
https://developer.mozilla.org/en-US/docs/Web/API/OES_draw_buffers_indexed/blendFuncSeparateiOES
The blendFuncSeparateiOES() method of the OES_draw_buffers_indexed WebGL extension defines which function is used when blending pixel…
#webdev
https://developer.mozilla.org/en-US/docs/Web/API/OES_draw_buffers_indexed/blendFuncSeparateiOES
The blendFuncSeparateiOES() method of the OES_draw_buffers_indexed WebGL extension defines which function is used when blending pixel…
#webdev
https://developer.mozilla.org/en-US/docs/Web/API/Event/Event
The Event() constructor creates a new Event object. An event created in this way is called a synthetic event, as opposed to an event fired by the browser, and can be dispatched by a s…
#webdev
https://developer.mozilla.org/en-US/docs/Web/API/Event/Event
The Event() constructor creates a new Event object. An event created in this way is called a synthetic event, as opposed to an event fired by the browser, and can be dispatched by a s…
#webdev
https://developer.mozilla.org/en-US/docs/Web/API/Element/ariaNotify
The ariaNotify() method of the Element interface specifies that a given string of text should be announced by a screen reader if available and activated.
#webdev
https://developer.mozilla.org/en-US/docs/Web/API/Element/ariaNotify
The ariaNotify() method of the Element interface specifies that a given string of text should be announced by a screen reader if available and activated.
#webdev
https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Content-Security-Policy/report-to
The Content-Security-Policy report-to directive indicates the name of the endpoint that the browser should use for report…
#webdev #HTTP
https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Content-Security-Policy/report-to
The Content-Security-Policy report-to directive indicates the name of the endpoint that the browser should use for report…
#webdev #HTTP
https://developer.mozilla.org/en-US/docs/Web/API/TouchList
The TouchList interface represents a list of contact points on a touch surface. For example, if the user has three fingers on the touch surface (such as a screen or trackpad), the corresponding TouchLis…
#webdev
https://developer.mozilla.org/en-US/docs/Web/API/TouchList
The TouchList interface represents a list of contact points on a touch surface. For example, if the user has three fingers on the touch surface (such as a screen or trackpad), the corresponding TouchLis…
#webdev
https://developer.mozilla.org/en-US/docs/Web/API/SVGElement/autofocus
The autofocus property of the SVGElement interface contains a boolean value reflecting the autofocus HTML global attribute. It indicates whether the SVG element should be…
#webdev
https://developer.mozilla.org/en-US/docs/Web/API/SVGElement/autofocus
The autofocus property of the SVGElement interface contains a boolean value reflecting the autofocus HTML global attribute. It indicates whether the SVG element should be…
#webdev
https://developer.mozilla.org/en-US/docs/Web/API/ElementInternals/ariaOwnsElements
The ariaOwnsElements property of the ElementInternals interface is an array containing the element (or elements) that define a visual, functional,…
#webdev
https://developer.mozilla.org/en-US/docs/Web/API/ElementInternals/ariaOwnsElements
The ariaOwnsElements property of the ElementInternals interface is an array containing the element (or elements) that define a visual, functional,…
#webdev