How to use the winax.release function in winax

To help you get started, we’ve selected a few winax examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github TechQuery / Puppeteer-IE / source / Page.js View on Github external
async close() {

        if ( arguments[0] )  console.warn( arguments[0] );

        try {
            this._target.Quit();

            release( this._target );

        } catch (error) {  console.warn( error );  }

        this.emit('close');
    }

winax

Windows COM bindings

MIT
Latest version published 10 days ago

Package Health Score

68 / 100
Full package analysis