You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
The JS_GetStringChars API is deprecated in favor of JS_GetStringCharsZ. Bug 609440 plans to remove this API to win both performance and code simplicification.
Note:
The JS_GetStringCharsZ is fallible and embeddings should check for a null return value.
By taking a JSContext*, JS_GetStringCharsZ requires the caller to be in a request.