The newLine character specific to OS derived from navigator.platform (https://developer.mozilla.org/en-US/docs/Web/API/NavigatorID/platform).
Copies the text to clipboard using async Clipboard API (https://developer.mozilla.org/en-US/docs/Web/API/Clipboard) if available,
else it falls back to document.execCommand("copy").
The text to copy
Exposes a OS related utility methods.