Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 171 - 180 of 3,910 for host:developer.mozilla.org (0.05 sec)

  1. media - SVG: Scalable Vector Graphics | MDN

    The media attribute specifies a media query that must be matched for a style sheet to apply.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/media
    Registered: Wed Apr 16 00:55:00 UTC 2025
    - Last Modified: Wed Apr 16 00:47:26 UTC 2025
    - 133.2K bytes
    - Viewed (0)
  2. SyntaxError: invalid regexp group - JavaScript ...

    The JavaScript exception "invalid regexp group" occurs when the sequence (? does not start a valid group syntax. Recognized group syntaxes that start with (? include:
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Regex_invalid_group
    Registered: Wed Apr 16 00:55:03 UTC 2025
    - Last Modified: Tue Apr 15 00:50:50 UTC 2025
    - 140.3K bytes
    - Viewed (0)
  3. TypeError: can't set prototype of this object -...

    The JavaScript exception "can't set prototype of this object" occurs when attempting to set the prototype of an object, but the object's prototype is frozen, either by being a built-in immutable prototype object, or by being non-extensible.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Cant_set_prototype
    Registered: Wed Apr 16 00:56:30 UTC 2025
    - Last Modified: Tue Apr 15 00:50:49 UTC 2025
    - 139.6K bytes
    - Viewed (0)
  4. TypeError: "x" is not a constructor - JavaScrip...

    The JavaScript exception "is not a constructor" occurs when there was an attempt to use an object or a variable as a constructor, but that object or variable is not a constructor.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Not_a_constructor
    Registered: Wed Apr 16 00:56:34 UTC 2025
    - Last Modified: Tue Apr 15 00:50:50 UTC 2025
    - 145K bytes
    - Viewed (0)
  5. limitingConeAngle - SVG: Scalable Vector Graphi...

    The limitingConeAngle attribute represents the angle in degrees between the spot light axis (i.e., the axis between the light source and the point to which it is pointing at) and the spot light cone. So it defines a limiting cone which restricts the region where the light is projected. No light is projected outside the cone.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/limitingConeAngle
    Registered: Wed Apr 16 00:55:44 UTC 2025
    - Last Modified: Wed Apr 16 00:47:26 UTC 2025
    - 135K bytes
    - Viewed (0)
  6. SyntaxError: missing ) after condition - JavaSc...

    The JavaScript exception "missing ) after condition" occurs when there is an error with how an if condition is written. It must appear in parenthesis after the if keyword.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Missing_parenthesis_after_condition
    Registered: Wed Apr 16 00:55:47 UTC 2025
    - Last Modified: Tue Apr 15 00:50:50 UTC 2025
    - 142K bytes
    - Viewed (0)
  7. TypeError: cyclic object value - JavaScript | MDN

    The JavaScript exception "cyclic object value" occurs when object references were found in JSON. JSON.stringify() doesn't try to solve them and fails accordingly.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Cyclic_object_value
    Registered: Wed Apr 16 00:57:47 UTC 2025
    - Last Modified: Tue Apr 15 00:50:49 UTC 2025
    - 141.2K bytes
    - Viewed (0)
  8. repeatCount - SVG: Scalable Vector Graphics | MDN

    The repeatCount attribute indicates the number of times an animation will take place.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/repeatCount
    Registered: Wed Apr 16 00:56:48 UTC 2025
    - Last Modified: Tue Apr 15 00:51:17 UTC 2025
    - 134.9K bytes
    - Viewed (0)
  9. SyntaxError: import declarations may only appea...

    The JavaScript exception "import declarations may only appear at top level of a module" occurs when an import declaration is not at the top level of a module. This might be because the import declaration is nested in other constructs (functions, blocks, etc.), or more often because the current file is not treated as a module.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/import_decl_module_top_level
    Registered: Wed Apr 16 00:55:55 UTC 2025
    - Last Modified: Tue Apr 15 00:50:49 UTC 2025
    - 142.1K bytes
    - Viewed (0)
  10. Using classes - JavaScript | MDN

    JavaScript is a prototype-based language โ€” an object's behaviors are specified by its own properties and its prototype's properties. However, with the addition of classes, the creation of hierarchies of objects and the inheritance of properties and their values are much more in line with other object-oriented languages such as Java. In this section, we will demonstrate how objects can be created from classes.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Using_classes
    Registered: Wed Apr 16 00:35:38 UTC 2025
    - Last Modified: Tue Apr 15 00:50:48 UTC 2025
    - 220.7K bytes
    - Viewed (0)
Back to top