You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
491 B
YAML

javascriptGlobal:
- Headers
- Request
- Response
javascriptGlobalMethod:
- fetch
javascriptHeadersMethod:
- append
- delete
- get
- getAll
- has
- set
javascriptRequestProp:
- method
- url
- headers
- context
- referrer
- mode
- credentials
- cache
javascriptRequestMethod:
- clone
javascriptResponseProp:
- type
- url
- status
- statusText
- headers
javascriptResponseMethod:
- clone