What does "ns" mean in "nsresult"?

What does "ns" mean nsresult, as shown in C ++ code for Firefox? Similarly, I am sure that the value makes sense when used NS_IMETHODIMP, used in Mozilla projects.

+3
source share
1 answer

Pretty sure it's short for Netscape.

+10
source

All Articles