質問編集履歴

3

エラー表示

2018/10/16 08:13

投稿

mutoooooo
mutoooooo

スコア12

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  ```
12
12
 
13
- Uncaught SyntaxError: Unexpected token <
13
+ Uncaught SyntaxError: Unexpected token < finex.js:1
14
14
 
15
15
  contentscriptcomm.js:48 CheckAndValidate
16
16
 

2

開発者ツールに表示されるエラーを全て追加しました。

2018/10/16 08:13

投稿

mutoooooo
mutoooooo

スコア12

test CHANGED
File without changes
test CHANGED
@@ -24,6 +24,36 @@
24
24
 
25
25
  OnRequest @ contentscriptcomm.js:132
26
26
 
27
+ contentscriptcomm.js:48 CheckAndValidate
28
+
29
+ contentscriptcomm.js:132 prompt ui is not loaded hence fail =127.0.0.1
30
+
31
+ OnRequest @ contentscriptcomm.js:132
32
+
33
+ EventImpl.dispatchToListener @ VM20 extensions::event_bindings:403
34
+
35
+ publicClassPrototype.(anonymous function) @ VM26 extensions::utils:138
36
+
37
+ EventImpl.dispatch_ @ VM20 extensions::event_bindings:387
38
+
39
+ EventImpl.dispatch @ VM20 extensions::event_bindings:409
40
+
41
+ publicClassPrototype.(anonymous function) @ VM26 extensions::utils:138
42
+
43
+ messageListener @ VM27 extensions::messaging:240
44
+
45
+ EventImpl.dispatchToListener @ VM20 extensions::event_bindings:403
46
+
47
+ publicClassPrototype.(anonymous function) @ VM26 extensions::utils:138
48
+
49
+ EventImpl.dispatch_ @ VM20 extensions::event_bindings:387
50
+
51
+ EventImpl.dispatch @ VM20 extensions::event_bindings:409
52
+
53
+ publicClassPrototype.(anonymous function) @ VM26 extensions::utils:138
54
+
55
+ dispatchOnMessage @ VM27 extensions::messaging:392
56
+
27
57
  ```
28
58
 
29
59
 

1

エラー、コードをコードブロックで囲みました。ご指摘ありがとうございます。

2018/10/16 08:10

投稿

mutoooooo
mutoooooo

スコア12

test CHANGED
@@ -1 +1 @@
1
- node.jsでのwebページ表示について
1
+ Node.jsでの動的webページについて
test CHANGED
@@ -10,10 +10,6 @@
10
10
 
11
11
  ```
12
12
 
13
- エラーメッセージ
14
-
15
- ```
16
-
17
13
  Uncaught SyntaxError: Unexpected token <
18
14
 
19
15
  contentscriptcomm.js:48 CheckAndValidate
@@ -28,15 +24,15 @@
28
24
 
29
25
  OnRequest @ contentscriptcomm.js:132
30
26
 
27
+ ```
28
+
29
+
30
+
31
31
  ### 該当のソースコード
32
32
 
33
33
 
34
34
 
35
- ```ここに言語名を入力
35
+ ```javascript
36
-
37
- ソースコード
38
-
39
- ```
40
36
 
41
37
  //サーバー側(test.js)
42
38
 
@@ -112,9 +108,11 @@
112
108
 
113
109
  });
114
110
 
115
-
111
+ ```
112
+
113
+
114
+
116
-
115
+ ```html
117
-
118
116
 
119
117
  //htmlファイル(finex.html)
120
118
 
@@ -148,7 +146,13 @@
148
146
 
149
147
  </body>
150
148
 
151
-
149
+ ```
150
+
151
+
152
+
153
+
154
+
155
+ ```javascript
152
156
 
153
157
  //finex.htmlで読み込むjs(finex.js)
154
158
 
@@ -304,7 +308,7 @@
304
308
 
305
309
  });
306
310
 
307
-
311
+ ```
308
312
 
309
313
  ### 試したこと
310
314