Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

v1.0.0

Choose a tag to compare

@eriweneriwen released this 21 Sep 02:22
· 112 commits to master since this release

stacktrace.js is reborn

stacktrace.js is now modularized into 5 projects:

... and putting it all together:stacktrace.js for instrumenting your code and generating stack traces!

Key Features

  • Fully asynchronous API, usingPromises. Use your own polyfill or useour distribution with polyfills included. See theMigration Guide
  • Source Maps support
  • Forward-compatible: stacktrace.js no longer assumes a given browser formats Error stacks in a given way. This prevents new browser versions from breaking error parsing
  • Stack entries are now fully parsed and returned asStackFrame objects. Prefer the old format? - just call.toString()!
  • Use only what you need. All 5 projects work independently as well as together!
  • iOS 8+ Safari support

Available everywhere

npm install stacktrace-jsbower install stacktrace-jscomponent install stacktracejs/stacktrace.jshttps://cdnjs.cloudflare.com/ajax/libs/stacktrace.js/1.0.0/stacktrace.min.js

Better for contributors

  • gulp build
  • TravisCI + Sauce for testing a bunch of browsers
  • EditorConfig for style adherence

Polyfills version necessary for browsers that don't supportPromises orJSON.stringify

Assets6
Loading

[8]ページ先頭

©2009-2025 Movatter.jp