![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@blinkmobile/angularjs-draft-queue
Advanced tools
Offline storage of draft form submissions for AngularJS
A tiny wrapper around Angular LocalForage for Blink Forms to help with auto-saving form entries
npm i --save @blinkmobile/angularjs-draft-queue
Include the script in your build/minification process or directly in HTML:
<script src="/node_modules/@blinkmobile/angularjs-draft-queue/dist/bm-angularjs-draft-queue.js"></script>
then configure the draft queue to use a table in the bmDrafts
local db
angular.module('forms', ['bmDraftQueue' /*... other deps */])
.config(['draftQueueProvider', function (draftQueueProvider) {
draftQueueProvider.config({appName: 'demoApp'})
}])
angular.bootstrap(document, ['forms'])
draftQueueList
- Component that displays the items saved in the pending queuebmDraftQueueService
- Service that wraps LocalForage to save data to the device in a specific format. Broadcasts events on $rootScope
AngularJS Draft 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
is successful, the corresponding entry in draft queue is removed.
Gulp is used for building the dist/
folder and running the karma tests.
For convenience, npm scripts have been setup to run Gulp
npm test
- gulp test-single run
npm run test-e2e
- run protractor e2e tests
npm run test-human
- starts a local web server and opens a browser for human testing
npm run build
- create the dist/
folder with both unminified and minified files
1.0.0-alpha.2
Fixed webdriver call during npm installation
FAQs
Offline storage of draft form submissions for AngularJS
The npm package @blinkmobile/angularjs-draft-queue receives a total of 2 weekly downloads. As such, @blinkmobile/angularjs-draft-queue popularity was classified as not popular.
We found that @blinkmobile/angularjs-draft-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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.