Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 4311 - 4320 of about 10,000 for content_length:[100000 TO 499999] (0.73 sec)

  1. fill-opacity - SVG | MDN

    The fill-opacity attribute is a presentation attribute defining the opacity of the paint server (color, gradient, pattern, etc.) applied to a shape.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/fill-opacity
    Registered: Fri Aug 08 01:10:24 UTC 2025
    - Last Modified: Tue Aug 05 00:49:24 UTC 2025
    - 113.5K bytes
    - Viewed (0)
  2. TypeError: "x" is not a non-null object - JavaS...

    The JavaScript exception "is not a non-null object" occurs when an object is expected somewhere and wasn't provided. null is not an object and won't work.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/No_non-null_object
    Registered: Fri Aug 08 01:09:40 UTC 2025
    - Last Modified: Tue Aug 05 00:49:02 UTC 2025
    - 141.7K bytes
    - Viewed (0)
  3. RangeError: x can't be converted to BigInt beca...

    The JavaScript exception "x can't be converted to BigInt because it isn't an integer" occurs when the BigInt() function is used on a number that isn't an integer.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Cant_be_converted_to_BigInt_beca...
    Registered: Fri Aug 08 01:10:37 UTC 2025
    - Last Modified: Tue Aug 05 00:49:02 UTC 2025
    - 140.2K bytes
    - Viewed (0)
  4. kernelUnitLength - SVG | MDN

    The kernelUnitLength attribute has two meanings based on the context it's used in. For lighting filter primitives, it indicates the intended distance for the x and y coordinates, for <feConvolveMatrix>, it indicates the intended distance between successive columns and rows in the kernel matrix.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/kernelUnitLength
    Registered: Fri Aug 08 01:10:38 UTC 2025
    - Last Modified: Tue Aug 05 00:49:24 UTC 2025
    - 114.5K bytes
    - Viewed (0)
  5. ReferenceError: assignment to undeclared variab...

    The JavaScript strict mode-only exception "Assignment to undeclared variable" occurs when the value has been assigned to an undeclared variable.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Undeclared_var
    Registered: Fri Aug 08 01:10:40 UTC 2025
    - Last Modified: Tue Aug 05 00:49:03 UTC 2025
    - 143.6K bytes
    - Viewed (0)
  6. font-size-adjust - SVG | MDN

    The font-size-adjust attribute allows authors to specify an aspect value for an element that will preserve the x-height of the first choice font in a substitute font.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/font-size-adjust
    Registered: Fri Aug 08 01:10:03 UTC 2025
    - Last Modified: Tue Aug 05 00:49:24 UTC 2025
    - 112.1K bytes
    - Viewed (0)
  7. Object initializer - JavaScript | MDN

    An object initializer is a comma-delimited list of zero or more pairs of property names and associated values of an object, enclosed in curly braces ({}). Objects can also be initialized using Object.create() or by invoking a constructor function with the new operator.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Object_initializer
    Registered: Fri Aug 08 01:10:03 UTC 2025
    - Last Modified: Tue Aug 05 00:49:19 UTC 2025
    - 172.7K bytes
    - Viewed (0)
  8. TypeError: can't define property "x": "obj" is ...

    The JavaScript exception "can't define property "x": "obj" is not extensible" occurs when Object.preventExtensions() marked an object as no longer extensible, so that it will never have properties beyond the ones it had at the time it was marked as non-extensible.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Cant_define_property_object_not_...
    Registered: Fri Aug 08 01:17:53 UTC 2025
    - Last Modified: Tue Aug 05 00:49:02 UTC 2025
    - 145.6K bytes
    - Viewed (0)
  9. stop-color - SVG | MDN

    The stop-color attribute indicates what color to use at a gradient stop.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/stop-color
    Registered: Fri Aug 08 01:17:58 UTC 2025
    - Last Modified: Tue Aug 05 00:49:25 UTC 2025
    - 108.6K bytes
    - Viewed (0)
  10. systemLanguage - SVG | MDN

    The systemLanguage attribute represents a list of supported language tags. This list is matched against the language defined in the user preferences.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/systemLanguage
    Registered: Fri Aug 08 01:17:12 UTC 2025
    - Last Modified: Tue Aug 05 00:49:26 UTC 2025
    - 112.8K bytes
    - Viewed (0)
Back to top