unblocked icon indicating copy to clipboard operation
unblocked copied to clipboard

A suite of tools for protecting the web's open knowledge.

Results 17 unblocked issues
Sort by recently updated
recently updated
newest added

FramesManager addPageCallback doesn't handle an undefined frame returned by getFrameForExecutionContext. Not entirely sure if it should ever get here if frame is undefined or it is the symptom of a...

Would be nice to support optional chaining in the case that a dom element is not there. eg ``` await hero.querySelector('.test').$?.src; ```

Need to add .then to the ISuperNode, etc interfaces

What has been done so far: - Introduce position for absolute, relative viewport, and relative mouse - Utility function to convert between them - Migrate decent amount of logic to...

![image](https://github.com/ulixee/unblocked/assets/131520229/78c20667-ab86-4124-a7f8-26e133cf9e7b)

- [x] fail default-browser-emulator for android (mobile) targets: - As part of the effort on supporting mobile browsers natively to unblocked, a first good step would be to make sure...

Invocation Failed error from emulation ``` const getBluetoothAvailability = () => attempt(() => { if ( !('bluetooth' in navigator) || // @ts-ignore !navigator.bluetooth || // @ts-ignore !navigator.bluetooth.getAvailability) { return undefined...

In the browser profiler, we're unable to profile the new (as of chrome 109) headless=new mode. This mode is supposed to be more like regular Chrome, but seems to have...

User on Discord reported that concurrent typing with 10 different Agents at the same time was causing some of them to not type out the full words.

How to repeat? ``` const { request: { headers} } = await hero.reload() console.log(headers['sec-fetch-site']) ``` `same-origin` is expected, but the browser sends `none`.