Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TextEncoder, TextDecoder are undocumented #298

Open
postcasio opened this issue Feb 18, 2019 · 2 comments
Open

TextEncoder, TextDecoder are undocumented #298

postcasio opened this issue Feb 18, 2019 · 2 comments

Comments

@postcasio
Copy link
Contributor

These classes are mentioned in the cellscript API docs, but the actual classes and methods they have are not documented anywhere.

@fatcerberus
Copy link
Member

These are standard Web APIs and not specific to miniSphere so I considered them to be in the same category as other builtins like Date or Promise and didn’t document them.

https://developer.mozilla.org/en-US/docs/Web/API/TextEncoder
https://developer.mozilla.org/en-US/docs/Web/API/TextDecoder

I suppose we could include a link to MDN in the docs, though.

@rhuanjl
Copy link
Contributor

rhuanjl commented Feb 19, 2019

There's a difference between the Web API and Javascript - these are in fact the only piece of the Web API that miniSphere implements - so I'd vote for documenting them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants