bigpipe-util
Version:
This library currently implements small part of Facebook BigPipe so far, but the advantage is to efficiently insert/replace content and work with the DOM. It is also possible to easily call JavaScript modules from PHP.
26 lines (25 loc) • 776 B
JSON
{
"name": "bigpipe-util",
"description": "This library currently implements small part of Facebook BigPipe so far, but the advantage is to efficiently insert/replace content and work with the DOM. It is also possible to easily call JavaScript modules from PHP.",
"version": "0.2.7",
"keywords": [
"bigpipe",
"xhr",
"html",
"dom",
"async",
"javascript"
],
"homepage": "https://github.com/richardDobron/bigpipe-util",
"author": "Richard Dobroň",
"repository": {
"type": "git",
"url": "git://github.com/richardDobron/bigpipe-util.git"
},
"bugs:": "https://github.com/richardDobron/bigpipe-util/issues",
"license": "MIT",
"dependencies": {
"fbjs": "^3.0.4",
"modal-vanilla": "^0.9.0"
}
}