Martinffx

Results 5 issues of Martinffx

I need to be able to transfer a MessageChannel port via postmessage https://developer.mozilla.org/en-US/docs/Web/API/Channel_Messaging_API/Using_channel_messaging

The package I'm using doesn't have a hidden `.bower.json` file, from what I can tell both formats are used quite commonly (at least at one point in time). `bower-away` should...

### Basic info: - **Node.js version:** v14.15.4 - **jsdom version:** v18.0.1 ### Minimal reproduction case ```js const { JSDOM } = require("jsdom"); const options = { resources: 'usable', runScripts: 'dangerously',...

feature

Is it possible to require authentication for Encrypted Storage? Like you can on Expo? https://docs.expo.dev/versions/latest/sdk/securestore/#securestoreoptions

I'm struggling to get authentication to work with Jira Cloud If I try run the example curl commands from the code: ``` $ curl -D- -u martin:password -X GET -H...