| [ Web Proxy ] |
| Viewing: https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Errors/Deprecated_source_map_pragma | [Back] [Original] |
Get to know MDN better
JavaScript "Using //@ to indicate sourceURL pragmas is deprecated. Use //# instead" JavaScript
Warning: SyntaxError: Using //@ to indicate sourceURL pragmas is deprecated. Use //# instead Warning: SyntaxError: Using //@ to indicate sourceMappingURL pragmas is deprecated. Use //# instead
SyntaxError JavaScript
JavaScript
IE JScript //@cc_on IE IE @cc_on jQuery
"@"
//@ sourceMappingURL=http://example.com/path/to/your/sourcemap.map
"#"
//# sourceMappingURL=http://example.com/path/to/your/sourcemap.map
JavaScript SourceMap
SourceMap: /path/to/file.js.map
| Web Proxy Viewer | New URL | Original Page |