https://github.com/zakodium/dialog-polyfill-universal
A re-export of the dialog-polyfill module compatible with SSR
https://github.com/zakodium/dialog-polyfill-universal
Last synced: 5 months ago
JSON representation
A re-export of the dialog-polyfill module compatible with SSR
- Host: GitHub
- URL: https://github.com/zakodium/dialog-polyfill-universal
- Owner: zakodium
- License: mit
- Created: 2021-04-19T06:22:47.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T08:27:12.000Z (about 2 years ago)
- Last Synced: 2025-11-24T00:05:09.661Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# dialog-polyfill-universal
A re-export of the [dialog-polyfill](https://github.com/GoogleChrome/dialog-polyfill) module compatible with SSR.
When imported from Node.js, this module only exports a fake API that does nothing.
## Installation
```console
npm install dialog-polyfill-universal
```
## Usage
See https://github.com/GoogleChrome/dialog-polyfill