mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-02 17:28:50 +02:00
29 lines
678 B
JSON
29 lines
678 B
JSON
[
|
|
{
|
|
"namespace": "matchPatterns",
|
|
"description": "experimental API extension to expose MatchPattern functionality",
|
|
"functions": [
|
|
{
|
|
"name": "getMatcher",
|
|
"type": "function",
|
|
"description": "get a MatchPatternSet",
|
|
"parameters": [
|
|
{
|
|
"name": "patterns",
|
|
"description": "Array of string URL patterns to match",
|
|
"type": "array",
|
|
"items": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"returns": {
|
|
"type": "object",
|
|
"properties": {
|
|
"matches": { "type": "function" }
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|