0.3.0 • Published 4 years ago

@gradebook/external-window v0.3.0

Weekly downloads
16
License
MIT
Repository
github
Last release
4 years ago

@gradebook/external-window

Promisify window.open

Usage

const {ExternalWindowService: ExternalWindow} = require('@gradebook/external-window');

// Opens a new window centered on the screen
const externalWindow = new ExternalWindow('https://my.authentication', 'Log in to your account');

// Very naive implementation!
/** @type {HTMLButtonElement} */
myButton.addEventListener('click', () => {
	externalWindow.requestFocus();
});

externalWindow.promise.then(fetchUserSession);
0.3.0

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago