Skip to content

Instantly share code, notes, and snippets.

@triacontane
Created June 1, 2018 15:52
Show Gist options
  • Select an option

  • Save triacontane/b88908457e451282b57d90e20ffc0f80 to your computer and use it in GitHub Desktop.

Select an option

Save triacontane/b88908457e451282b57d90e20ffc0f80 to your computer and use it in GitHub Desktop.
新NW.jsにて発生しているisDevToolsOpenが存在しないエラーを回避する。(正常に機能しないことに変わりはありません)
nw.Window.get().isDevToolsOpen = function() {
return false;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment