This article is in need of an editorial review.
This translation is incomplete. Please help translate this article from English.
非標準
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.
概要
このエラーを起こしたファイルの行のカラム番号を表します。
例
例: columnNumberを使う
var e = new Error('Could not parse input');
throw e;
console.log(e.columnNumber) // 0
仕様
すべての仕様で実装されておりません。非標準。
ブラウザ実装状況
| 機能 | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
|---|---|---|---|---|---|
| 基本サポート | 未サポート | (有) | 未サポート | 未サポート | 未サポート |
| 機能 | Android | Chrome for Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
|---|---|---|---|---|---|---|
| 基本サポート | 未サポート | 未サポート | (有) | 未サポート | 未サポート | 未サポート |