
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
@blinkmobile/angularjs-pending-queue
Advanced tools
Offline storage and auto retry of form submission for AngularJS
AngularJS 1.5+ module to save form data to the browser or device storage when there is no connectivity or a server error
npm i @blinkmobile/angularjs-pending-queue
dist/bm-angularjs-pending-queue.js or dist/bm-angularjs-pending-queue.min.js in your HTML or in your build stepbmPendingQueue as a dependency to your AngularJS web apprequire('path/to/dist/bm-angularjs-pending-queue.min.js')
angular.module('myModule', ['bmPendingQueue'])
pendingQueueList - Component that displays the items saved in the pending queuebmPendingQueueService - Service that wraps LocalForage to save data to the device in a specific format. Broadcasts events on $rootScopedbName - Constant. The name of the device storage db being usedpendingQueueTable - Constant. The name of the table in the dbAngularJS Pending Queue works by injecting a HTTP Interceptor into the interceptors array. If a POST or PUT request with a Content Type header of application/x-www-form-urlencoded or application/json errors, the request and response data is saved to the device storage using LocalForage. If a previously saved item is successfully sent, the corresponding entry in device storage is removed.
There is a decorator for the $http service, to automate resending of items in the pending queue. Any successful HTTP request will trigger resending of any items in the pending queue.
See the docs folder for more details
FAQs
Offline storage and auto retry of form submission for AngularJS
The npm package @blinkmobile/angularjs-pending-queue receives a total of 1 weekly downloads. As such, @blinkmobile/angularjs-pending-queue popularity was classified as not popular.
We found that @blinkmobile/angularjs-pending-queue demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.