--- title: Notification.body slug: Web/API/notification/body tags: - API - API Notificaciones - Javascript Notificador - Notificaciones translation_of: Web/API/Notification/body ---

{{APIRef("Web Notifications")}}

{{ SeeCompatTable() }}

Resumen 

El body es la  propiedad que representa el contenido  de la notificacion.

Los valores por esta propiedad son enviandos durante la  instanciación de {{domxref("Notification")}}  definiendo la propiedad body en el objeto de las opciones pasa al {{domxref("Notification")}} constructor.

Sintaxis

var body = instanceOfNotification.body;

Tipo

String.

Especificaciones

Especificacion Estado Comentario
{{SpecName('Web Notifications')}} {{Spec2('Web Notifications')}} Initial specification.
     

{{Page("/en-US/docs/Web/API/Notification","Browser compatibility")}}

Ver también