Skip to content

thang14/window-popup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

window-popup

Example

WindowPopup.open(
  "http://example.com/auth/facebook", 
  "popup", 
  {width: 100, height:100}, 
  "http://example.com/auth/facebook/callback")
.then(data => {
  // handler success
}).catch(err => {
  // handler error
})

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published