Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

문서 태그: API

33개 문서를 찾았습니다

  • B2G_OS/API/Camera_API The Camera API allows applications to manage the camera of the device. It allows them to take ...
  • Gecko_DOM_Reference 문서 객체 모델 ( DOM ) 은 HTML, XML 및 SVG 문서 용 프로그래밍 인터페이스입니다. DOM은 문서의 구조화된 표현을 트리로 제공합니다. DOM은 문서 구조, ...
  • Web/API 자바스크립트로 웹 코드를 작성할 때, 이용할 수 있는 꽤 많은 API가 있습니다. 아래는 웹 앱이나 사이트를 만들 때 사용할 수 있는 모든 인터페이스(즉, 객체 형) 목록입니다.
  • Web/API/AnalyserNode AnalyserNode 는 시간대 별로 실시간 주파수의 정보를 표현합니다. AudioNode 를 통해 오디오 스트림정보가 그대로 입력되어 출력이 되지만 이를 통해 당신은 ...
  • Web/API/AnimationEvent AnimationEvent 에니메이션( animations )과 연관된 이벤트의 정보를 나타낸다.
  • Web/API/AudioChannelManager AudioChannelManager는 디바이스의 오디오 채널을 관리하는 기능을 포함하는 오디오 채널 API( AudioChannels API )의 인터페이스이다. 특정한 앱 ...
  • Web/API/AudioChannels_API The AudioChannels API is a Firefox OS-only feature allowing you to place your app audio content ...
  • Web/API/Blob Blob 객체는 파일과 흡사한 불변 객체로 raw data입니다. 데이터를 표현하기에 필연적으로 자바스크립트 네이티브 포맷이 아닙니다. File 인터페이스는 기본적으로 ...
  • Web/API/Cache The Cache interface of the ServiceWorker API represents the storage for Request / Response ...
  • Web/API/Cache/put The put() method of the Cache interface allows key/value pairs to be added to the current Cache ...
  • Web/API/CSS_Object_Model The CSS Object Model is a set of APIs allowing to manipulate CSS from JavaScript. It is the ...
  • Web/API/DataTransfer The DataTransfer object is used to hold the data that is being dragged during a drag and drop ...
  • Web/API/Document/adoptNode 외부 문서로부터 노드를 가져온다. 해당 노드와 그 하위트리는 기존의 문서에서 지워지고 해당 노드의 ownerDocument 는 현재 문서로 바뀐다. 그리고 그 노드는 현재의 ...
  • Web/API/Element The Element interface represents an object of a Document . This interface describes methods and ...
  • Web/API/Event/isTrusted Event 인터페이스의 읽기 전용 속성인 isTrusted 는, 이벤트가 사용자 행위에 의하여 발생되었으면 true 이고 이벤트가 스크립트로 인해 생성 또는 수정되었거나 ...
  • Web/API/EventTarget EventTarget 은 이벤트를 받고 그 이벤트 수신기(listener)를 가질 수 있는 객체에 의해 구현된 인터페이스입니다.
  • Web/API/Geolocation Geolocation 인터페이스는 디바이스의 위치를 가져올 수 있는 인터페이스를 제공합니다. 이는 웹 콘텐츠가 기기의 위치 정보에 기반한 정보를 나타낼 수 있게 해주고, ...
  • Web/API/GlobalEventHandlers The GlobalEventHandlers interface describes the event handlers common to several interfaces like ...
  • Web/API/GlobalEventHandlers/onsubmit 현재 창에서 폼을 제출하는 이벤트를 다루는 이벤트 핸들러
  • Web/API/NetworkInformation The NetworkInformation interface contains methods and properties related to the network type of ...
  • Web/API/Node/hasChildNodes Node.hasChildNodes() 메소드는 현재 노드( Node )에게 자식노드( child nodes )가 있는지를 Boolean 값으로 반환합니다.
  • Web/API/Screen The Screen interface represents a screen, usually the one on which the current window is being ...
  • Web/API/ServiceWorker The ServiceWorker interface of the ServiceWorker API provides a reference to a service worker. ...
  • Web/API/WebSocket WebSocket 객체는 서버와의 WebSocket 연결을 생성하고 관리할 수 있는 API 들을 제공합니다. 이는 데이터를 전송하거나 주고 받는 등의 API 들을 포함합니다.
  • Web/API/Web_Workers_API Web Workers are a mechanism by which a script operation can be made to run in a background ...
  • Web/API/Window/alert Window.alert() 메서드는 지정한 내용과 확인(OK) 버튼이 있는 경고 대화 상자를 띄웁니다.
  • Web/API/Window/location Window.location 프로퍼티에 접근하면 읽기 전용인 Location 오브젝트를 얻어올 수 있습니다. 이는 현재 도큐먼트의 로케이션에 대한 정보를 담고 있습니다.
  • Web/API/Window/prompt Window.prompt() 는 사용자가 텍스트를 입력할 수 있도록 안내하는 메시지가 적힌 대화 상자를 띄웁니다. 그 메시지는 지정할 수 있습니다.
  • Web/API/WindowEventHandlers WindowEventHandlers mixin describes the event handlers common to several interfaces like Window, ...
  • Web/Guide/API Here you'll find links to each of the guides introducing and explaining each of the APIs that ...
  • Web/Guide/DOM The Document Object Model is an API for HTML and XML documents. It provides a structural ...
  • Web/HTML/Canvas HTML5 에 추가된, HTML canvas 요소 는 JavaScript 에서 스크립트를 통해 그래픽을 그리는 데 사용될 수 있습니다. 예를 들어, 그래프 그리기, 사진 ...
  • Web/참조/API 여러분이 알고 있는 웹에는 여러 유용한 작업을 수행할 수 있는 다양한 API가 제공됩니다. 이러한 API는 자바스크립트(JavaScript) 코드를 사용하여 접근할 수 ...