242417d45d | ||
---|---|---|
.. | ||
public | ||
README.md | ||
server.js |
README.md
Avoid IE11 popup POST bugs
IE11 can't post form data to popup window. related issues
You can avoid this problem with tui-code-snippet
popup module. please check this demo (demo/postBridge)
How to execute the demo
- install node dependency modules in project root
npm i
- execute demo server
node demo/postBridge/server.js
- connect demo page by several browsers
http://localhost:3000/popup.html
You can see the popup open and receive posted data properly.