Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/silkimen/umd-tough-cookie

UMD version of tough-cookie
https://github.com/silkimen/umd-tough-cookie

Last synced: 8 days ago
JSON representation

UMD version of tough-cookie

Awesome Lists containing this project

README

        

# UMD version of [salesforce/tough-cookie](https://github.com/salesforce/tough-cookie)
[![npm version](https://badge.fury.io/js/umd-tough-cookie.svg)](https://badge.fury.io/js/umd-tough-cookie)
[![Build Status](https://travis-ci.org/silkimen/umd-tough-cookie.svg?branch=master)](https://travis-ci.org/silkimen/umd-tough-cookie)

This is a UMD (Universal module definition) version of the popular CommonJS module "tough-cookie". It's meant to be used in the browser.
If you need to run this in node.js environment, it's recommended using the original CommonJS version.

## Installation

with npm, run: `npm install umd-tough-cookie`

## Loading the module

There are two options for loading this module. Either you can use a AMD module loader (e.g. require.js), or you can just load it with a script tag. If you load it via script tag, then a global object "ToughCookie" will be exported.

## Usage

See [here](https://github.com/salesforce/tough-cookie) for API documentation and how to use this module.