Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 489 Bytes

File metadata and controls

43 lines (35 loc) · 489 Bytes

Install

npm install

About

The Cross-origin demos preview can be opened by running the following commands

JSONP

npm run jsonp:node
npm run jsonp:web

CORS

npm run cors:node
npm run cors:web

document.domain

npm run domain

window.name

npm run windowName

postMessage

npm run postMessage:web1
npm run postMessage:web2

proxy

npm run proxy:web
npm run proxy:node1
npm run proxy:node2