API Documentation

Navigation

API Status

L

New Web PWA Capabilities/APIs as one Package. All stable in Chrome 80 and later versions, also in MS Edge and Firefox.

Setting up

Install pwafire package

npm i pwafire --save

Import pwafire in your react app

import { pwa } from "pwafire";

Or require the pwafire npm package

const pwa = require("pwafire");
const pwa = pwafire.pwa;

Here is the documentation guide to add the new APIs to your PWA via npm.

Import lateest pwafire libray as an ES6 Module before you use any PWA Capability

import { pwa } from "https://unpkg.com/pwafire/esm/index.js";

Here is the documentation guide to add the new APIs to your PWA via cdn.

We currently have the following stable Capabilities. This this documentation guide shows you how to use each of them.

What's next?

More of New Web Capabilities will be added. Have a look at the Google's Project Fugu

FORK ON GITHUB