randomMDN
banner
randommdn.front-end.social.ap.brid.gy
randomMDN
@randommdn.front-end.social.ap.brid.gy
A bot that shares random articles on MDN.

This bot is NOT related to or developed by @mozilla.

Honorable mentions:
- @stefan: twitter bot original
- @jaandrle

[bridged from https://front-end.social/@randomMDN on the fediverse by https://fed.brid.gy/ ]
🦖 WeakSet.prototype.has()
✅ Widely available (from Sept 2015)

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakSet/has

The has() method of WeakSet instances returns a boolean indicating whether the specified value exists in this WeakSet or not.

#webdev […]
Original post on front-end.social
front-end.social
December 7, 2025 at 7:01 PM
🦖 PresentationConnection
🟧 Limited availability

https://developer.mozilla.org/en-US/docs/Web/API/PresentationConnection

The PresentationConnection interface of the Presentation API provides methods and properties for managing a single presentation. Each presentation connection is represented […]
Original post on front-end.social
front-end.social
December 7, 2025 at 10:11 AM
🦖 HTMLMeterElement: low property
✅ Widely available (from Nov 2015)

https://developer.mozilla.org/en-US/docs/Web/API/HTMLMeterElement/low

The low property of the HTMLMeterElement interface represents the low boundary of the element as a floating-point number. It reflects the element's […]
Original post on front-end.social
front-end.social
December 6, 2025 at 7:42 PM
🦖 WorkerGlobalScope: clearTimeout() method
✅ Widely available (from Jul 2015)

https://developer.mozilla.org/en-US/docs/Web/API/WorkerGlobalScope/clearTimeout

The clearTimeout() method of the WorkerGlobalScope interface cancels a timeout previously established by calling WorkerGlobalScope […]
Original post on front-end.social
front-end.social
December 6, 2025 at 10:02 AM
🦖 AudioScheduledSourceNode: stop() method
✅ Widely available (from Sept 2020)

https://developer.mozilla.org/en-US/docs/Web/API/AudioScheduledSourceNode/stop

The stop() method on AudioScheduledSourceNode schedules a sound to cease playback at the specified time. If no time is specified, then […]
Original post on front-end.social
front-end.social
December 5, 2025 at 7:04 PM
🦖 HTMLAnchorElement: pathname property
✅ Widely available (from Jul 2015)

https://developer.mozilla.org/en-US/docs/Web/API/HTMLAnchorElement/pathname

The HTMLAnchorElement.pathname property is a string containing an initial '/' followed by the path of the URL not including the query string or […]
Original post on front-end.social
front-end.social
December 5, 2025 at 10:02 AM
🦖 Document: DOMContentLoaded event
✅ Widely available (from Jul 2015)

https://developer.mozilla.org/en-US/docs/Web/API/Document/DOMContentLoaded_event

The DOMContentLoaded event fires when the HTML document has been completely parsed, and all deferred scripts (
🦖 WorkerGlobalScope: setInterval() method
✅ Widely available (from Jul 2015)

https://developer.mozilla.org/en-US/docs/Web/API/WorkerGlobalScope/setInterval

The setInterval() method of the WorkerGlobalScope interface repeatedly calls a function or executes a code snippet, with a fixed time […]
Original post on front-end.social
front-end.social
December 4, 2025 at 10:05 AM
🦖 HighlightRegistry: highlightsFromPoint() method
🟧 Limited availability

https://developer.mozilla.org/en-US/docs/Web/API/HighlightRegistry/highlightsFromPoint

The highlightsFromPoint() method of the HighlightRegistry interface returns an array of objects representing the custom highlights […]
Original post on front-end.social
front-end.social
December 3, 2025 at 7:03 PM
🦖 acos()
✅ Widely available (from Mar 2023)

https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/acos

The acos() CSS function is a trigonometric function that returns the inverse cosine of a number between -1 and 1. The function contains a single calculation that returns the […]
Original post on front-end.social
front-end.social
December 3, 2025 at 10:02 AM
🦖 ImageBitmap: height property
✅ Widely available (from Sept 2021)

https://developer.mozilla.org/en-US/docs/Web/API/ImageBitmap/height

The ImageBitmap.height read-only property returns the ImageBitmap object's height in CSS pixels.

#webdev
ImageBitmap: height property - Web APIs | MDN
The ImageBitmap.height read-only property returns the ImageBitmap object's height in CSS pixels.
developer.mozilla.org
December 2, 2025 at 7:04 PM
🦖 HTMLTextAreaElement: readOnly property
✅ Widely available (from Jul 2015)

https://developer.mozilla.org/en-US/docs/Web/API/HTMLTextAreaElement/readOnly

The readOnly property of the HTMLTextAreaElement interface indicates that the user cannot modify the value of the control. Unlike the […]
Original post on front-end.social
front-end.social
December 2, 2025 at 10:02 AM
🦖