Skip to content

Instantly share code, notes, and snippets.

@ThaddeusJiang
Created July 27, 2018 00:29
Show Gist options
  • Save ThaddeusJiang/1da951571f3c996833511a7a47a24bc7 to your computer and use it in GitHub Desktop.
Save ThaddeusJiang/1da951571f3c996833511a7a47a24bc7 to your computer and use it in GitHub Desktop.
chrome window.open new window not tab

必须指定 height、width。

  window.open(
    'https://gist.github.com',
    'gist',
    `width=${width}, height=${height}, left=${left}, top=${top}`,
  )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment