Pierre Tachoire
|
25bc2d5e75
|
DOM: improve innerHTML setter test
|
2024-02-28 14:44:40 +01:00 |
|
Pierre Tachoire
|
1c77d998c6
|
test: refacto dump test units
|
2024-02-28 14:40:31 +01:00 |
|
Pierre Tachoire
|
810bd11a5b
|
dump: rename HTML dump funcs
|
2024-02-28 14:39:22 +01:00 |
|
Pierre Tachoire
|
c0e2377e16
|
dom: implement innerHTML setter
|
2024-02-27 16:11:11 +01:00 |
|
Pierre Tachoire
|
f7c0bcceae
|
dom: fix replace child
|
2024-02-27 16:11:11 +01:00 |
|
Pierre Tachoire
|
37f4a9c72c
|
dom: add innerHTML getter
|
2024-02-27 16:11:10 +01:00 |
|
Pierre Tachoire
|
64ce07340b
|
browser: expose nodeFile and accept a io.Writer
|
2024-02-27 16:11:07 +01:00 |
|
Pierre Tachoire
|
5a70db1322
|
Merge pull request #183 from lightpanda-io/xhr-json
xhr: use std.json.Value to parse JSON response
|
2024-02-26 18:13:15 +01:00 |
|
Pierre Tachoire
|
d4104883ef
|
xhr: use std.json.Value to parse JSON response
|
2024-02-26 18:01:07 +01:00 |
|
Pierre Tachoire
|
4f51f28734
|
upgrade jsruntime
|
2024-02-26 18:01:06 +01:00 |
|
Pierre Tachoire
|
65e8b56db4
|
Merge pull request #177 from lightpanda-io/upgrade-wpt
upgrade tests/wpt
|
2024-02-26 16:01:38 +01:00 |
|
Pierre Tachoire
|
10777a7b46
|
Merge pull request #166 from lightpanda-io/xhr
XHR
alpha
|
2024-02-15 16:54:06 +01:00 |
|
Pierre Tachoire
|
ef1be21da9
|
Merge pull request #180 from lightpanda-io/eventtarget
Enforce EventTarget casting by using EventTargetTBase if available
|
2024-02-15 16:48:07 +01:00 |
|
Pierre Tachoire
|
2508dc7e9a
|
xhr: add some logs
|
2024-02-15 16:43:04 +01:00 |
|
Pierre Tachoire
|
e927743632
|
browser: add log info on error
|
2024-02-15 16:43:04 +01:00 |
|
Pierre Tachoire
|
4c19dbc34f
|
xhr: fix content-type header typo
|
2024-02-15 16:43:03 +01:00 |
|
Pierre Tachoire
|
d062d0f1b6
|
xhr: implement basic send data from string
|
2024-02-15 16:43:03 +01:00 |
|
Pierre Tachoire
|
d58fbe07e3
|
xhr: return DOM document instead of HTML document
|
2024-02-15 16:43:03 +01:00 |
|
Pierre Tachoire
|
54a807bb36
|
xhr: add abort func
|
2024-02-15 16:43:02 +01:00 |
|
Pierre Tachoire
|
ff754fc666
|
xhr: implement responseURL
|
2024-02-15 16:43:02 +01:00 |
|
Pierre Tachoire
|
34015b8f57
|
xhr: add reponseXML
|
2024-02-15 16:43:02 +01:00 |
|
Pierre Tachoire
|
d5e3762179
|
xhr: comment json and add a document test
|
2024-02-15 16:43:01 +01:00 |
|
Pierre Tachoire
|
704f12f039
|
xhr: fix json response
|
2024-02-15 16:43:01 +01:00 |
|
Pierre Tachoire
|
84a5233245
|
xhr: implement response
|
2024-02-15 16:43:01 +01:00 |
|
Pierre Tachoire
|
f22c927067
|
xhr: move XMLHttpEventTarget in its own file
|
2024-02-15 16:43:00 +01:00 |
|
Pierre Tachoire
|
1a448b0b32
|
xhr: response_type getter/setter
|
2024-02-15 16:43:00 +01:00 |
|
Pierre Tachoire
|
47520ae21d
|
xhr: move progress event in its own file
|
2024-02-15 16:43:00 +01:00 |
|
Pierre Tachoire
|
6aa182c131
|
xhr: defer event destroy
|
2024-02-15 16:42:59 +01:00 |
|
Pierre Tachoire
|
e79933990d
|
xhr: destroy allocated mem on error
|
2024-02-15 16:42:59 +01:00 |
|
Pierre Tachoire
|
76df0a1ff7
|
xhr: fix ProgressEvent implementation
|
2024-02-15 16:42:59 +01:00 |
|
Pierre Tachoire
|
d24df5725c
|
xhr: use nested object for ProgressEventInit
|
2024-02-15 16:42:58 +01:00 |
|
Pierre Tachoire
|
5aafc93a03
|
event: add remove listener test
|
2024-02-15 16:42:58 +01:00 |
|
Pierre Tachoire
|
7323f2268a
|
xhr: add blocked comment
|
2024-02-15 16:42:58 +01:00 |
|
Pierre Tachoire
|
4b75fd1036
|
xhr: rename onerr into onErr
|
2024-02-15 16:42:57 +01:00 |
|
Pierre Tachoire
|
4a9a0e5e3c
|
xhr: progressevent accept null progressevent init
|
2024-02-15 16:42:57 +01:00 |
|
Pierre Tachoire
|
0acdadfec0
|
xhr: fix listeners setters
|
2024-02-15 16:42:57 +01:00 |
|
Pierre Tachoire
|
86a69da773
|
xhr: add ProgressEvent type
|
2024-02-15 16:42:56 +01:00 |
|
Pierre Tachoire
|
554a05d8dd
|
xhr: fix getter/setter for callbacks
|
2024-02-15 16:42:56 +01:00 |
|
Pierre Tachoire
|
f791891314
|
xhr: dispatch generic events
|
2024-02-15 16:42:56 +01:00 |
|
Pierre Tachoire
|
8a61f0f454
|
xhr: yield each fetch steps
|
2024-02-15 16:42:55 +01:00 |
|
Pierre Tachoire
|
f3a1920d8f
|
async: yield between fetch steps in test cli
|
2024-02-15 16:42:55 +01:00 |
|
Pierre Tachoire
|
cac1110993
|
xhr: add getResponseHeader
|
2024-02-15 16:42:55 +01:00 |
|
Pierre Tachoire
|
19b459b4db
|
xhr: add status and statusText
|
2024-02-15 16:42:54 +01:00 |
|
Pierre Tachoire
|
5bd5905da7
|
xhr: implement responseText
|
2024-02-15 16:42:54 +01:00 |
|
Pierre Tachoire
|
3915c60913
|
xhr: handle response headers
|
2024-02-15 16:42:54 +01:00 |
|
Pierre Tachoire
|
6f46d76c93
|
xhr: implementation follow up
|
2024-02-15 16:42:53 +01:00 |
|
Pierre Tachoire
|
0693011ad3
|
async: remove context from loop impl init
|
2024-02-15 16:42:53 +01:00 |
|
Pierre Tachoire
|
89409a4847
|
xhr: add a setOnload due to a setter issue
see https://lightpanda.slack.com/archives/C05TRU6RBM1/p1706708213838989
|
2024-02-15 16:42:53 +01:00 |
|
Pierre Tachoire
|
c2bc48ba0f
|
xhr: fix implementation errors
|
2024-02-15 16:42:52 +01:00 |
|
Pierre Tachoire
|
8b6d7d0db0
|
xhr: implement prototype chain correctly
|
2024-02-15 16:42:52 +01:00 |
|