data: URL generator
Open
Nobody has claimed this yet.
topic: html
- Dominant language
- HTML
- Stars
- 2.3k
- Forks
- 403
- Avg merge
- 21h 16m
- Merged PRs (30d)
- 4
Description
#579 defines a processor, but it seems that HTML at least could use a generator for canvas's toDataURL().
I guess this needs to accept a MIME type and a bag of bits and maybe a base64 flag.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading issue #579's processor and the HTML canvas toDataURL() behavior referenced here. Determine the intended generator inputs, including MIME type, bit data, and the optional base64 flag. Done means the Fetch Standard clearly specifies the generator's purpose, inputs, and output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html
- Domain
- web-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100