mirror of
https://github.com/liriliri/eruda.git
synced 2026-04-01 10:18:35 +08:00
chore: remove stripHtmlTag util
This commit is contained in:
@@ -2414,19 +2414,6 @@ When time is out, all remaining values will all be "Timeout".
|
||||
stringifyAll(function test() {}); // -> '{"value":"function test() {}","type":"Function",...}'
|
||||
```
|
||||
|
||||
## stripHtmlTag
|
||||
|
||||
Strip html tags from a string.
|
||||
|
||||
|Name |Type |Desc |
|
||||
|------|------|---------------|
|
||||
|str |string|String to strip|
|
||||
|return|string|Result string |
|
||||
|
||||
```javascript
|
||||
stripHtmlTag('<p>Hello</p>'); // -> 'Hello'
|
||||
```
|
||||
|
||||
## throttle
|
||||
|
||||
Return a new throttled version of the passed function.
|
||||
|
||||
Reference in New Issue
Block a user