Reports the environment as either "node" or "browser", depending on what entry point was used to aid bundler debugging.
If 'browser' is used, then the globally available fetch class is used. While node will always use either node:https or node:http depending on the protocol.
Reports the environment as either "node" or "browser", depending on what entry point was used to aid bundler debugging. If 'browser' is used, then the globally available
fetchclass is used. Whilenodewill always use eithernode:httpsornode:httpdepending on the protocol.