Support object URLs
Open
- Dominant language
- Go
- Stars
- 300
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
Support
- `URL.createObjectURL` - https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL_static
- `URL.revokeObjectURL` - https://developer.mozilla.org/en-US/docs/Web/API/URL/revokeObjectURL_static
Contributor guide
Research direction
Start by reading the MDN references for URL.createObjectURL and URL.revokeObjectURL to understand the required behavior. The issue names no repository files or tests, so locate the browser API entry points and existing tests for URL methods. Done means both object-URL methods are supported and covered by appropriate tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100