mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-20 09:38:37 +08:00
Add: Elements set element api
This commit is contained in:
@@ -24,7 +24,6 @@ npm run build
|
||||
|
||||
## Project Structure
|
||||
|
||||
- **dev**: development related files.
|
||||
- **doc**: documents.
|
||||
- **eustia**: eustia extended utilties.
|
||||
- **script**: webpack configuration, and some other useful scripts.
|
||||
|
||||
@@ -74,6 +74,14 @@ Check dom element status.
|
||||
|-------------------|-------|---------------------|
|
||||
|overrideEventTarget|boolean|Catch Event Listeners|
|
||||
|
||||
### set
|
||||
|
||||
Set dom element to show.
|
||||
|
||||
|Name|Type |Desc |
|
||||
|----|-------|------------------|
|
||||
|el |element|Element to display|
|
||||
|
||||
## Network
|
||||
|
||||
Display performance timing, resource timing and xhr requests.
|
||||
|
||||
Reference in New Issue
Block a user