juliangruber / juliangruber/electra
allow to set url
Open
- Dominant language
- JavaScript
- Stars
- 25
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
so you can run electra on existing pages too. api could be
```js
electra('https://google.com/', `
do(this)
`)
```
or maybe
```js
electra(`
if (location !== 'https://google.com/') location = 'https://google.com/'
do(this)
`)
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the public electra(...) entry point and the existing code path that runs snippets inside Electron. Compare the two proposed URL APIs, determine the intended behavior for existing pages, and define completion with a focused test or example covering navigation to the requested URL.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- electron, javascript
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100