isSupport.ts 105 B

12
  1. export const isSupport = () =>
  2. !!navigator.mediaDevices && !!navigator.mediaDevices.getDisplayMedia;