Killed by Twitter. π’
A bot that shares random articles on MDN.
This bot is NOT related to or developed by @mozilla.
Have feedback? ππ» @stefanjudis
Because @randomMDN was suspended we're discussing on GitHub how to bring it back.
https://t.co/ttC8c0UcE3
I think I have a clear picture of what I want to do, and will kick off a project "soon'ish", but if you still want to share ideas (or get involved), jump in. π«£π
You might have heard my Twitter bot @randomMDN was suspended. π’
I'm looking into options of what to do now because I still love discovering random web dev knowledge and APIs.
If you have thoughts or ideas...π
https://t.co/j5AuAwopoF
π¦ Random MDN: HTMLDataListElement π¦
https://t.co/NK9FaMIule
The HTMLDataListElement interface provides special properties (beyond the HTMLElement object interface it also has available to it by inheritance) to manipulate <datalist> elements and their conβ¦
#webdev
π¦ Random MDN: ::-moz-scrolled-page-sequence π¦
https://t.co/A5tq2omWxC
The ::-moz-scrolled-page-sequence CSS pseudo-element is a Mozilla extension that represents the background of a print preview.
#webdev#CSS
π¦ Random MDN: SharedArrayBuffer.prototype.maxByteLengtβ¦ π¦
https://t.co/NpaiJzcITF
The maxByteLength accessor property of SharedArrayBuffer instances returns the maximum length (in bytes) that this SharedArrayBuffer can be grown to.
#webdev#JavaScript
π¦ Random MDN: :only-of-type π¦
https://t.co/0u7X47rJuZ
The :only-of-type CSS pseudo-class represents an element that has no siblings of the same type.
#webdev#CSS
π¦ Random MDN: Classes π¦
https://t.co/NceCthFy0c
Classes are a template for creating objects. They encapsulate data with code to work on that data. Classes in JS are built on prototypes but also have some syntax and semantics that are unique tβ¦
#webdev#JavaScript
π¦ Random MDN: HIDDevice: productId property π¦
https://t.co/rhx4S27M7E
The productId read-only property of the HIDDevice interface returns the product ID of the connected HID device.
#webdev
π¦ Random MDN: RTCDataChannel: closing event π¦
https://t.co/opmAAFoCot
The closing event is sent to an RTCDataChannel just before the channel begins the process of shutting down its underlying data transport.
#webdev
π¦ Random MDN: Symbol.replace π¦
https://t.co/HkyDuzU3O0
The Symbol.replace static data property represents the well-known symbol @@replace. The String.prototype.replace() method looks up this symbol on its first argument for the method that reβ¦
#webdev#JavaScript
π¦ Random MDN: HTMLTableSectionElement π¦
https://t.co/9X2ceIqCBA
The HTMLTableSectionElement interface provides special properties and methods (beyond the HTMLElement interface it also has available to it by inheritance) for manipulating the layout and prβ¦
#webdev
π¦ Random MDN: mod() π¦
https://t.co/SLETl9iNxJ
The mod() CSS function returns a modulus left over when the first parameter is divided by the second parameter, similar to the JavaScript remainder operator (%). The modulus is the value left over when oβ¦
#webdev#CSS
π¦ Random MDN: 451 Unavailable For Legal Reasons π¦
https://t.co/ce2iSXDsni
The HyperText Transfer Protocol (HTTP) 451 Unavailable For Legal Reasons client error response code indicates that the user requested a resource that is not available due to β¦
#webdev#HTTP
π¦ Random MDN: HTMLCanvasElement: contextrestored event π¦
https://t.co/4YLUP7Xhu5
The contextrestored event of the Canvas API is fired if the user agent restores the backing storage for a CanvasRenderingContext2D.
#webdev
π¦ Random MDN: GPUAdapter π¦
https://t.co/FIQX6JfbE3
The GPUAdapter interface of the WebGPU API represents a GPU adapter. From this you can request a GPUDevice, adapter info, features, and limits.
#webdev
π¦ Random MDN: SVGAnimatedInteger π¦
https://t.co/aXNIb7u8Cb
The SVGAnimatedInteger interface is used for attributes of basic type <integer> which can be animated.
#webdev
π¦ Random MDN: Notification: dir property π¦
https://t.co/2tJStvohOD
The dir read-only property of the Notification interface indicates the text direction of the notification, as specified in the dir option of the Notification() constructor.
#webdev
π¦ Random MDN: <tbody>: The Table Body element π¦
https://t.co/EyTfxGv4BE
The <tbody> HTML element encapsulates a set of table rows (<tr> elements), indicating that they comprise the body of the table (<table>).
#webdev#HTML