Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
L
lcc-shape
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
wangmingming
lcc-shape
Commits
201312d0
Commit
201312d0
authored
Aug 13, 2023
by
wangmingming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
7777
parent
83381d58
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
537 additions
and
8266 deletions
+537
-8266
js_dom_run.js
js_dom_run.js
+1
-10
3.log
logs/3.log
+536
-8256
No files found.
js_dom_run.js
View file @
201312d0
...
...
@@ -2554,16 +2554,7 @@ Object.defineProperties(RTCPeerConnection.prototype, {
createDataChannel
:
{
value
:
v_saf
(
function
createDataChannel
(
label
,
option
)
{
print
(
" [*] RTCPeerConnection -> createDataChannel[func]"
,
[].
slice
.
call
(
arguments
));
let
res
=
{
'onopen'
:
function
onopen
()
{
print
(
" [*] RTCPeerConnection -> createDataChannel[func] onopen"
,
[].
slice
.
call
(
arguments
));
},
'onmessage'
:
function
onmessage
()
{
print
(
" [*] RTCPeerConnection -> createDataChannel[func] onmessage"
,
[].
slice
.
call
(
arguments
));
},
}
let
res
=
new
RTCDataChannel
(
label
);
return
proxy
(
res
,
'dataChannel'
)
})
},
...
...
logs/3.log
View file @
201312d0
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment