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.

ArrayBuffer.prototype

ArrayBuffer.prototype 속성(property)은 ArrayBuffer 객체를 위한 프로토타입을 나타냅니다.

Property attributes of ArrayBuffer.prototype
Writable no
Enumerable no
Configurable no

설명

ArrayBuffer 인스턴스는 ArrayBuffer.prototype에서 상속합니다. 모든 생성자처럼, 모든 ArrayBuffer 인스턴스에 변경을 가하는 생성자의 프로토타입 객체를 바꿀 수 있습니다.

속성

ArrayBuffer.prototype.constructor
객체의 프로토타입을 생성하는 함수를 지정합니다. 초기값은 표준 내장 ArrayBuffer 생성자입니다.
ArrayBuffer.prototype.byteLength Read only
배열의 크기(단위 바이트). 이는 배열이 만들어질 때 수립되어 변경될 수 없습니다. 읽기 전용.

메서드

ArrayBuffer.prototype.slice()
콘텐츠가 begin(포함)부터 end(제외)까지 이 ArrayBuffer의 사본(단위 바이트)인 새로운 ArrayBuffer를 반환합니다. begin 또는 end가 음수인 경우, 배열의 끝에서부터 인덱스를 참조합니다, 시작부터와는 반대로.

스펙

스펙 상태 설명
ECMAScript 2015 (6th Edition, ECMA-262)
The definition of 'ArrayBuffer.prototype' in that specification.
Standard 초기 정의.
ECMAScript 2017 Draft (ECMA-262)
The definition of 'ArrayBuffer.prototype' in that specification.
Draft  

브라우저 호환성

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support 7.0 4.0 (2) 10 11.6 5.1
Feature Android Chrome for Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support 4.0 (Yes) 4.0 (2) 10 11.6 4.2

참조

문서 태그 및 공헌자

 이 페이지의 공헌자: Netaras
 최종 변경: Netaras,