eval(), evalAsync(), and load() all accept an options.address option; consider also allowing options.lineNumber.
Error().lineNumber is not standard. This or something like it will be necessary to support what browsers already do for inline <script>, but maybe the "something like it" doesn't have to be standard either.
eval(), evalAsync(), and load() all accept an
options.address
option; consider also allowingoptions.lineNumber
.Error().lineNumber
is not standard. This or something like it will be necessary to support what browsers already do for inline<script>
, but maybe the "something like it" doesn't have to be standard either.