@@ -412,111 +412,111 @@ object will contain:
412
412
# Browser Support
413
413
414
414
<table >
415
- <thead >
416
- <tr>
417
- <th><strong>Browser</strong></th>
418
- <th width="130px"><strong>Push without Payload</strong></th>
419
- <th width="130px"><strong>Push with Payload</strong></th>
420
- <th width="130px"><strong>VAPID</strong></th>
421
- <th><strong>Notes</strong></th>
422
- </tr>
423
- </thead >
424
- <tbody >
425
- <tr>
426
- <td>Chrome</td>
415
+ <thead >
416
+ <tr >
417
+ <th ><strong >Browser</strong ></th >
418
+ <th width =" 130px " ><strong >Push without Payload</strong ></th >
419
+ <th width =" 130px " ><strong >Push with Payload</strong ></th >
420
+ <th width =" 130px " ><strong >VAPID</strong ></th >
421
+ <th ><strong >Notes</strong ></th >
422
+ </tr >
423
+ </thead >
424
+ <tbody >
425
+ <tr >
426
+ <td >Chrome</td >
427
427
428
- <!-- Push without payloads support-->
429
- <td>✓ v42+</td>
428
+ <!-- Push without payloads support-->
429
+ <td >✓ v42+</td >
430
430
431
- <!-- Push with payload support -->
432
- <td>✓ v50+</td>
431
+ <!-- Push with payload support -->
432
+ <td >✓ v50+</td >
433
433
434
- <!-- VAPID Support -->
435
- <td>✓ v52+</td>
434
+ <!-- VAPID Support -->
435
+ <td >✓ v52+</td >
436
436
437
- <td>In v51 and less, the `gcm_sender_id` is needed to get a push subscription.</td>
438
- </tr>
437
+ <td >In v51 and less, the `gcm_sender_id` is needed to get a push subscription.</td >
438
+ </tr >
439
439
440
- <tr>
441
- <td>Edge</td>
440
+ <tr >
441
+ <td >Edge</td >
442
442
443
- <!-- Push without payloads support-->
444
- <td>✗</td>
443
+ <!-- Push without payloads support-->
444
+ <td >✗</td >
445
445
446
- <!-- Push with payload support -->
447
- <td>✗</td>
446
+ <!-- Push with payload support -->
447
+ <td >✗</td >
448
448
449
- <!-- VAPID Support -->
450
- <td>✗</td>
449
+ <!-- VAPID Support -->
450
+ <td >✗</td >
451
451
452
- <td></td>
453
- </tr>
452
+ <td ></td >
453
+ </tr >
454
454
455
- <tr>
456
- <td>Firefox</td>
455
+ <tr >
456
+ <td >Firefox</td >
457
457
458
- <!-- Push without payloads support-->
459
- <td>✓ v44+</td>
458
+ <!-- Push without payloads support-->
459
+ <td >✓ v44+</td >
460
460
461
- <!-- Push with payload support -->
462
- <td>✓ v44+</td>
461
+ <!-- Push with payload support -->
462
+ <td >✓ v44+</td >
463
463
464
- <!-- VAPID Support -->
465
- <td>✓ v46+</td>
464
+ <!-- VAPID Support -->
465
+ <td >✓ v46+</td >
466
466
467
- <td></td>
468
- </tr>
467
+ <td ></td >
468
+ </tr >
469
469
470
- <tr>
471
- <td>Opera</td>
470
+ <tr >
471
+ <td >Opera</td >
472
472
473
- <!-- Push without payloads support-->
474
- <td>✓ v39+ <strong>*</strong></td>
473
+ <!-- Push without payloads support-->
474
+ <td >✓ v39+ <strong >*</strong ></td >
475
475
476
- <!-- Push with payload support -->
477
- <td>✓ v39+ <strong>*</strong></td>
476
+ <!-- Push with payload support -->
477
+ <td >✓ v39+ <strong >*</strong ></td >
478
478
479
- <!-- VAPID Support -->
480
- <td>✗</td>
479
+ <!-- VAPID Support -->
480
+ <td >✗</td >
481
481
482
- <td>
483
- <strong>*</strong> Opera supports push on Android but not on desktop.
484
- <br />
485
- <br />
486
- The `gcm_sender_id` is needed to get a push subscription.
487
- </td>
488
- </tr>
482
+ <td >
483
+ <strong >* </strong > Opera supports push on Android but not on desktop.
484
+ <br />
485
+ <br />
486
+ The ` gcm_sender_id ` is needed to get a push subscription.
487
+ </td >
488
+ </tr >
489
489
490
- <tr>
491
- <td>Safari</td>
490
+ <tr >
491
+ <td >Safari</td >
492
492
493
- <!-- Push without payloads support-->
494
- <td>✗</td>
493
+ <!-- Push without payloads support-->
494
+ <td >✗</td >
495
495
496
- <!-- Push with payload support -->
497
- <td>✗</td>
496
+ <!-- Push with payload support -->
497
+ <td >✗</td >
498
498
499
- <!-- VAPID Support -->
500
- <td>✗</td>
499
+ <!-- VAPID Support -->
500
+ <td >✗</td >
501
501
502
- <td></td>
503
- </tr>
502
+ <td ></td >
503
+ </tr >
504
504
505
- <tr>
506
- <td>Samsung Internet Browser</td>
505
+ <tr >
506
+ <td >Samsung Internet Browser</td >
507
507
508
- <!-- Push without payloads support-->
509
- <td>✓ v4.0.10-53+</td>
508
+ <!-- Push without payloads support-->
509
+ <td >✓ v4.0.10-53+</td >
510
510
511
- <!-- Push with payload support -->
512
- <td>✓ v5.0.30-40+</td>
511
+ <!-- Push with payload support -->
512
+ <td >✓ v5.0.30-40+</td >
513
513
514
- <!-- VAPID Support -->
515
- <td>✗</td>
514
+ <!-- VAPID Support -->
515
+ <td >✗</td >
516
516
517
- <td>The `gcm_sender_id` is needed to get a push subscription.</td>
518
- </tr>
519
- </tbody >
517
+ <td >The `gcm_sender_id` is needed to get a push subscription.</td >
518
+ </tr >
519
+ </tbody >
520
520
</table >
521
521
522
522
# Help
0 commit comments