• Skip to main content
  • Select language
  • Skip to search
MDN Web Docs
  • Technologies
    • HTML
    • CSS
    • JavaScript
    • Graphics
    • HTTP
    • APIs / DOM
    • WebExtensions
    • MathML
  • References & Guides
    • Learn web development
    • Tutorials
    • References
    • Developer Guides
    • Accessibility
    • Game development
    • ...more docs
B2G OS
  1. MDN
  2. Archive of obsolete content
  3. B2G OS
  4. B2G OS APIs
  5. ContactManager
  6. ContactManager.save()

ContactManager.save()

In This Article
  1. Summary
  2. Syntax
    1. Parameters
    2. Return value
  3. Specifications
  4. Browser compatibility
  5. See also

This API is available on Firefox OS for privileged or certified applications only.

Summary

The save method is used to store a contact inside the device's contact database. If the contact is already in the database (based on its id), it is updated, otherwise it is created.

Syntax

var instanceOfDomRequest = window.navigator.mozContacts.save(contact);

Parameters

contact
A mozContact object representing the contact to add or update.

Return value

A DOMRequest object to handle the success or error of the operation. In case of success the request's onsuccess handler is called, with a null result.

Specifications

Specification Status Comment
Contacts Manager API
The definition of 'ContactsManager.save()' in that specification.
Working Draft  
vCard Format Specification IETF RFC RFC 6350

Browser compatibility

  • Desktop
  • Mobile
Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
basic support No support No support No support No support No support
Feature Android Chrome for Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
basic support No support No support 18.0 No support No support No support

See also

  • ContactManager

Document Tags and Contributors

Tags: 
  • API
  • B2G
  • Contact
  • Firefox OS
  • Method
  • Non Standard
  • Reference
  • Référence
  • WebAPI
 Contributors to this page: chrisdavidmills, Sebastianz, fscholz, MHasan, kscarfone, fabrice.desre, Jeremie
 Last updated by: chrisdavidmills, Feb 27, 2017, 2:08:32 AM
See also
  1. Contacts API
  2. Archive
  3. Events
    1. success
    2. error
    3. contactchange
  4. Related pages for Contacts API
    1. ContactManager
    2. MozContact
    3. MozContactChangeEvent