aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/api/notification/icon/index.html
blob: deb7c0606e1354487ef163828be4e4656f9592a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---
title: Notification.icon
slug: Web/API/notification/icon
translation_of: Web/API/Notification/icon
---
<p>{{APIRef("Web Notifications")}}</p>

<p>{{ SeeCompatTable() }}</p>

<h2 id="Summary" name="Summary">Resumen</h2>

<p><span style="line-height: 23.3333339691162px;">La propiedad icon indica la URL del icono a usar dentro de la notificacion</span>.</p>

<p>El valor para esta propiedad es enviada durante la instanciacion <span style="line-height: 23.3333339691162px;">{{domxref("Notification")}}  definiendo la propiedad icon el objeto pasa al </span> <span style="line-height: 23.3333339691162px;">{{domxref("Notification")}} constructor.</span></p>

<h2 id="Syntax" name="Syntax">Sintaxis</h2>

<pre class="eval">var <em>icon</em> = <em>instanceOfNotification</em>.icon;
</pre>

<h3 id="Return_Value" name="Return_Value">Tipo</h3>

<p>String que representa una URL válida.</p>

<h2 id="Especificaciones">Especificaciones</h2>

<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">Especificacion</th>
   <th scope="col">Estado</th>
   <th scope="col">Comentario</th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td>{{SpecName('Web Notifications')}}</td>
   <td>{{Spec2('Web Notifications')}}</td>
   <td>Initial specification.</td>
  </tr>
  <tr>
   <td> </td>
   <td> </td>
   <td> </td>
  </tr>
 </tbody>
</table>

<h2 id="Navegadores_Compatibles">Navegadores Compatibles</h2>

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

<h2 id="Ver_también">Ver también</h2>

<ul>
 <li>{{domxref("Notification")}}</li>
 <li><a href="/en-US/docs/WebAPI/Using_Web_Notifications" title="/en-US/docs/WebAPI/Using_Web_Notifications">Using Web Notifications</a></li>
</ul>