- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 5361 - 5370 of about 10,000 for content_length:[100000 TO 499999] (0.16 sec)
-
<feMorphology> - SVG: Scalable Vector Graphics ...
The <feMorphology> SVG filter primitive is used to erode or dilate the input image. Its usefulness lies especially in fattening or thinning effects.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/feMorphologyRegistered: Mon May 19 00:50:59 UTC 2025 - Last Modified: Sat May 17 00:50:05 UTC 2025 - 120.5K bytes - Viewed (0) -
async function* - JavaScript | MDN
The async function* declaration creates a binding of a new async generator function to a given name.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function*Registered: Mon May 19 00:50:59 UTC 2025 - Last Modified: Sat May 17 00:49:56 UTC 2025 - 155.3K bytes - Viewed (0) -
bias - SVG: Scalable Vector Graphics | MDN
The bias attribute shifts the range of the filter. After applying the kernelMatrix of the <feConvolveMatrix> element to the input image to yield a number and applied the divisor attribute, the bias attribute is added to each component. This allows representation of values that would otherwise be clamped to 0 or 1.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/biasRegistered: Mon May 19 00:51:03 UTC 2025 - Last Modified: Sat May 17 00:50:01 UTC 2025 - 107.3K bytes - Viewed (0) -
<set> - SVG: Scalable Vector Graphics | MDN
The <set> SVG element provides a method of setting the value of an attribute for a specified duration.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/setRegistered: Mon May 19 00:48:55 UTC 2025 - Last Modified: Sat May 17 00:50:05 UTC 2025 - 113.7K bytes - Viewed (0) -
new.target - JavaScript | MDN
The new.target meta-property lets you detect whether a function or constructor was called using the new operator. In constructors and functions invoked using the new operator, new.target returns a reference to the constructor or function that new was called upon. In normal function calls, new.target is undefined.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/new.targetRegistered: Mon May 19 00:49:04 UTC 2025 - Last Modified: Sat May 17 00:49:55 UTC 2025 - 160.5K bytes - Viewed (0) -
cursor - SVG: Scalable Vector Graphics | MDN
The cursor attribute specifies the mouse cursor displayed when the mouse pointer is over an element.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/cursorRegistered: Mon May 19 00:49:04 UTC 2025 - Last Modified: Sat May 17 00:50:01 UTC 2025 - 108.3K bytes - Viewed (0) -
import.meta.resolve() - JavaScript | MDN
import.meta.resolve() is a built-in function defined on the import.meta object of a JavaScript module that resolves a module specifier to a URL using the current module's URL as base.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/import.meta/resolveRegistered: Mon May 19 00:49:13 UTC 2025 - Last Modified: Sat May 17 00:49:55 UTC 2025 - 158.7K bytes - Viewed (0) -
by - SVG: Scalable Vector Graphics | MDN
The by attribute specifies a relative offset value for an attribute that will be modified during an animation.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/byRegistered: Mon May 19 00:48:37 UTC 2025 - Last Modified: Sat May 17 00:50:01 UTC 2025 - 109.1K bytes - Viewed (0) -
Optional chaining (?.) - JavaScript | MDN
The optional chaining (?.) operator accesses an object's property or calls a function. If the object accessed or function called using this operator is undefined or null, the expression short circuits and evaluates to undefined instead of throwing an error.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chainingRegistered: Mon May 19 00:48:38 UTC 2025 - Last Modified: Sat May 17 00:49:56 UTC 2025 - 171.4K bytes - Viewed (0) -
Logical OR (||) - JavaScript | MDN
The logical OR (||) (logical disjunction) operator for a set of operands is true if and only if one or more of its operands is true. It is typically used with boolean (logical) values. When it is, it returns a Boolean value. However, the || operator actually returns the value of one of the specified operands, so if this operator is used with non-Boolean values, it will return a non-Boolean value.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Logical_ORRegistered: Mon May 19 00:48:52 UTC 2025 - Last Modified: Sat May 17 00:49:55 UTC 2025 - 155.8K bytes - Viewed (0)