{ "type": "plugin", "id": "@kbn/bfetch-plugin", "owner": [ "@elastic/appex-sharedux" ], "description": "Considering using bfetch capabilities when fetching large amounts of data. This services supports batching HTTP requests and streaming responses back.", "plugin": { "id": "bfetch", "browser": true, "server": true, "requiredBundles": [ "kibanaUtils" ], "__category__": { "oss": true, "example": false, "testPlugin": false } } }