From 7442d1ef04ccd872c87255744ea62c5f59a6c637 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Mon, 9 Aug 2021 14:10:46 +0900 Subject: conflicting/Web/API/Window/moveTo を削除 (#1848) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * conflicting/Web/API/Window/moveTo を削除 - conflicting 版は標準化前の古い API についての記述であるため削除 --- files/ja/conflicting/web/api/window/moveto/index.html | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 files/ja/conflicting/web/api/window/moveto/index.html (limited to 'files/ja/conflicting/web/api/window') diff --git a/files/ja/conflicting/web/api/window/moveto/index.html b/files/ja/conflicting/web/api/window/moveto/index.html deleted file mode 100644 index 0d540be728..0000000000 --- a/files/ja/conflicting/web/api/window/moveto/index.html +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Window.restore() -slug: conflicting/Web/API/Window/moveTo -translation_of: Web/API/Window/moveTo -translation_of_original: Web/API/Window/restore -original_slug: Web/API/Window/restore ---- -

{{APIRef}}

- -

このメソッドは現在動作していませんが、代わりに次のメソッドを利用することができます:

- -

window.moveTo(window.screenX, window.screenY);

-- cgit v1.2.3-54-g00ecf