• Skip to main content
  • Skip to search
  • Skip to select language
webdocs.dev
  • References
    • Overview / Web Technology

      Web technology reference for developers

    • HTML

      Structure of content on the web

    • CSS

      Code used to describe document style

    • JavaScript

      General-purpose scripting language

    • HTTP

      Protocol for transmitting web resources

    • Web APIs

      Interfaces for building web applications

    • Web Extensions

      Developing extensions for web browsers

    • Web Technology

      Web technology reference for developers

  • Guides
    • Overview / MDN Learning Area

      Learn web development

    • MDN Learning Area

      Learn web development

    • HTML

      Learn to structure web content with HTML

    • CSS

      Learn to style content using CSS

    • JavaScript

      Learn to run scripts in the browser

    • Accessibility

      Learn to make the web accessible to all

  • Play New
  1. References
  2. Web APIs
  3. XMLHttpRequest
  4. mozSystem
  1. XMLHttpRequest
  2. XMLHttpRequest
  3. Constructor
    1. XMLHttpRequest()
  4. Instance properties
    1. channel Non-standard
    2. mozAnon Non-standard
    3. mozBackgroundRequest Non-standard
    4. mozSystem Non-standard
    5. readyState
    6. response
    7. responseText
    8. responseType
    9. responseURL
    10. responseXML
    11. status
    12. statusText
    13. timeout
    14. upload
    15. withCredentials
  5. Instance methods
    1. abort()
    2. getAllResponseHeaders()
    3. getResponseHeader()
    4. open()
    5. overrideMimeType()
    6. send()
    7. setRequestHeader()
  6. Events
    1. abort
    2. error
    3. load
    4. loadend
    5. loadstart
    6. progress
    7. readystatechange
    8. timeout
  7. Inheritance:
    1. XMLHttpRequestEventTarget
    2. EventTarget
  8. Related pages for XMLHttpRequest
    1. FormData
    2. ProgressEvent
    3. XMLHttpRequestEventTarget
    4. XMLHttpRequestUpload

XMLHttpRequest: mozSystem property

mozSystem is a boolean. If true, the same origin policy is not enforced on the request.

Found a content problem with this page?

  • Edit the page on GitHub.
  • Report the content issue.
  • View the source on GitHub.
Want to get more involved? Learn how to contribute.

This page was last modified on Apr 8, 2023 by MDN contributors.

webdocs.dev
  • GitHub

Support

  • Report an issue

Our communities

  • Discord

Developers

  • Web Technologies
  • Learn Web Development

Portions of this content are ©1998–2023 by individual contributors. Content available under a Creative Commons license.