How to pass options through to server?
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 6.5k
- Forks
- 456
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 5
Description
We have an operation, for which we need to pass additional options through to the server.
However, in doc.js Doc.prototype.submitOp, the only option value that survives to the server's submit is [source].
Is there some other way to pass that information?
Or would it be welcome if we updated that bit of code to allow the submitOp caller to pass options through to the server?
Contributor guide
No contributing guide indexed for this repository
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 in doc.js at Doc.prototype.submitOp and trace how its options reach the server's submit call. Determine whether additional caller options are intended to be forwarded, then document or test the supported behavior so completion is clear.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100