★ wanayoo — archive 1999 https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/Error/columnNumberNouvelle recherche | Portail wanayoo

Error.prototype.columnNumber

by 1 contributor:

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
基本サポート 未サポート 未サポート (有) 未サポート 未サポート 未サポート

関連情報

ドキュメントのタグと貢献者

Contributors to this page: shide55
最終更新者: shide55,