Created
December 14, 2021 20:06
-
-
Save schalkneethling/f972c72fa66fcbd335b9bbe8a7d2906c to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"/files/en-us/games/anatomy/index.md": { | |
"title": "Anatomy of a video game", | |
"slug": "Games/Anatomy", | |
"tags": ["Games", "JavaScript", "Main Loop", "requestAnimationFrame"] | |
}, | |
"/files/en-us/games/examples/index.md": { | |
"title": "Examples", | |
"slug": "Games/Examples", | |
"tags": ["Demos", "Example", "Games", "Web"] | |
}, | |
"/files/en-us/games/index/index.md": { | |
"title": "Index", | |
"slug": "Games/Index", | |
"tags": ["Meta"] | |
}, | |
"/files/en-us/games/index.md": { | |
"title": "Game development", | |
"slug": "Games", | |
"tags": [ | |
"Apps", | |
"Game Development", | |
"Gamedev", | |
"Games", | |
"HTML5 Games", | |
"JavaScript Games", | |
"Web" | |
] | |
}, | |
"/files/en-us/games/introduction/index.md": { | |
"title": "Introduction to game development for the Web", | |
"slug": "Games/Introduction", | |
"tags": ["Firefox OS", "Games", "Guide", "Mobile"] | |
}, | |
"/files/en-us/games/introduction_to_html5_game_development/index.md": { | |
"title": "Introduction to HTML5 Game Development", | |
"slug": "Games/Introduction_to_HTML5_Game_Development", | |
"tags": ["Firefox OS", "Games", "HTML5", "Mobile"] | |
}, | |
"/files/en-us/games/publishing_games/game_distribution/index.md": { | |
"title": "Game distribution", | |
"slug": "Games/Publishing_games/Game_distribution", | |
"tags": [ | |
"CocoonIO", | |
"Game", | |
"Game publishing", | |
"Games", | |
"Gaming", | |
"HTML5", | |
"JavaScript", | |
"Mobile Game Distribution", | |
"Phonegap", | |
"Web Stores", | |
"distribution" | |
] | |
}, | |
"/files/en-us/games/publishing_games/game_monetization/index.md": { | |
"title": "Game monetization", | |
"slug": "Games/Publishing_games/Game_monetization", | |
"tags": [ | |
"Games", | |
"HTML5", | |
"JavaScript", | |
"Monetization", | |
"advertisements", | |
"branding", | |
"iap", | |
"licensing" | |
] | |
}, | |
"/files/en-us/games/publishing_games/game_promotion/index.md": { | |
"title": "Game promotion", | |
"slug": "Games/Publishing_games/Game_promotion", | |
"tags": [ | |
"Community", | |
"Games", | |
"JavaScript", | |
"Online Games", | |
"Promotion", | |
"blog", | |
"competitions" | |
] | |
}, | |
"/files/en-us/games/publishing_games/index.md": { | |
"title": "Publishing games", | |
"slug": "Games/Publishing_games", | |
"tags": [ | |
"Games", | |
"HTML5", | |
"JavaScript", | |
"Monetization", | |
"Promotion", | |
"distribution", | |
"publishing" | |
] | |
}, | |
"/files/en-us/games/techniques/2d_collision_detection/index.md": { | |
"title": "2D collision detection", | |
"slug": "Games/Techniques/2D_collision_detection", | |
"tags": ["2D", "Games", "JavaScript", "collision detection"] | |
}, | |
"/files/en-us/games/techniques/3d_collision_detection/bounding_volume_collision_detection_with_three.js/index.md": { | |
"title": "Bounding volume collision detection with THREE.js", | |
"slug": "Games/Techniques/3D_collision_detection/Bounding_volume_collision_detection_with_THREE.js", | |
"tags": [ | |
"3D", | |
"Games", | |
"JavaScript", | |
"WebGL", | |
"bounding boxes", | |
"collision detection", | |
"three.js" | |
] | |
}, | |
"/files/en-us/games/techniques/3d_collision_detection/index.md": { | |
"title": "3D collision detection", | |
"slug": "Games/Techniques/3D_collision_detection", | |
"tags": [ | |
"3D", | |
"Games", | |
"JavaScript", | |
"bounding boxes", | |
"collision detection" | |
] | |
}, | |
"/files/en-us/games/techniques/3d_on_the_web/basic_theory/index.md": { | |
"title": "Explaining basic 3D theory", | |
"slug": "Games/Techniques/3D_on_the_web/Basic_theory", | |
"tags": [ | |
"3D", | |
"Coordinates", | |
"Textures", | |
"basics", | |
"fragment", | |
"lighting", | |
"primitives", | |
"rendering", | |
"theory", | |
"vertex", | |
"vertices" | |
] | |
}, | |
"/files/en-us/games/techniques/3d_on_the_web/building_up_a_basic_demo_with_a-frame/index.md": { | |
"title": "Building up a basic demo with A-Frame", | |
"slug": "Games/Techniques/3D_on_the_web/Building_up_a_basic_demo_with_A-Frame", | |
"tags": ["3D", "A-Frame", "VR", "Virtual Reality", "Web", "WebGL"] | |
}, | |
"/files/en-us/games/techniques/3d_on_the_web/building_up_a_basic_demo_with_babylon.js/index.md": { | |
"title": "Building up a basic demo with Babylon.js", | |
"slug": "Games/Techniques/3D_on_the_web/Building_up_a_basic_demo_with_Babylon.js", | |
"tags": ["3D game engines", "Babylon.js", "Beginner", "WebGL"] | |
}, | |
"/files/en-us/games/techniques/3d_on_the_web/building_up_a_basic_demo_with_playcanvas/editor/index.md": { | |
"title": "Building up a basic demo with PlayCanvas editor", | |
"slug": "Games/Techniques/3D_on_the_web/Building_up_a_basic_demo_with_PlayCanvas/editor", | |
"tags": [ | |
"3D", | |
"Animation", | |
"Beginner", | |
"Canvas", | |
"Games", | |
"Lightning", | |
"Online", | |
"PlayCanvas", | |
"Tutorial", | |
"WebGL", | |
"camera", | |
"editor", | |
"rendering" | |
] | |
}, | |
"/files/en-us/games/techniques/3d_on_the_web/building_up_a_basic_demo_with_playcanvas/engine/index.md": { | |
"title": "Building up a basic demo with the PlayCanvas engine", | |
"slug": "Games/Techniques/3D_on_the_web/Building_up_a_basic_demo_with_PlayCanvas/engine", | |
"tags": [ | |
"3D", | |
"Animation", | |
"Beginner", | |
"Canvas", | |
"Games", | |
"PlayCanvas", | |
"Tutorial", | |
"WebGL", | |
"camera", | |
"engine", | |
"lighting", | |
"rendering" | |
] | |
}, | |
"/files/en-us/games/techniques/3d_on_the_web/building_up_a_basic_demo_with_playcanvas/index.md": { | |
"title": "Building up a basic demo with PlayCanvas", | |
"slug": "Games/Techniques/3D_on_the_web/Building_up_a_basic_demo_with_PlayCanvas", | |
"tags": [ | |
"3D", | |
"Animation", | |
"Beginner", | |
"Canvas", | |
"Games", | |
"PlayCanvas", | |
"Tutorial", | |
"WebGL", | |
"camera", | |
"lighting", | |
"rendering" | |
] | |
}, | |
"/files/en-us/games/techniques/3d_on_the_web/building_up_a_basic_demo_with_three.js/index.md": { | |
"title": "Building up a basic demo with Three.js", | |
"slug": "Games/Techniques/3D_on_the_web/Building_up_a_basic_demo_with_Three.js", | |
"tags": [ | |
"3D", | |
"Animation", | |
"Beginner", | |
"Canvas", | |
"Games", | |
"Tutorial", | |
"WebGL", | |
"camera", | |
"lighting", | |
"rendering", | |
"three.js" | |
] | |
}, | |
"/files/en-us/games/techniques/3d_on_the_web/glsl_shaders/index.md": { | |
"title": "GLSL Shaders", | |
"slug": "Games/Techniques/3D_on_the_web/GLSL_Shaders", | |
"tags": [ | |
"Beginner", | |
"GLSL", | |
"OpenGL", | |
"Shader", | |
"texture shader", | |
"three.js", | |
"vertex shader" | |
] | |
}, | |
"/files/en-us/games/techniques/3d_on_the_web/index.md": { | |
"title": "3D games on the Web", | |
"slug": "Games/Techniques/3D_on_the_web", | |
"tags": [ | |
"Games", | |
"Graphics", | |
"NeedsContent", | |
"NeedsExample", | |
"WebGL", | |
"WebVR", | |
"three.js" | |
] | |
}, | |
"/files/en-us/games/techniques/3d_on_the_web/webvr/index.md": { | |
"title": "WebVR — Virtual Reality for the Web", | |
"slug": "Games/Techniques/3D_on_the_web/WebVR", | |
"tags": ["3D", "Games", "WebGL", "WebVR"] | |
}, | |
"/files/en-us/games/techniques/async_scripts/index.md": { | |
"title": "Async scripts for asm.js", | |
"slug": "Games/Techniques/Async_scripts", | |
"tags": ["Games", "JavaScript", "asm.js", "async"] | |
}, | |
"/files/en-us/games/techniques/audio_for_web_games/index.md": { | |
"title": "Audio for Web games", | |
"slug": "Games/Techniques/Audio_for_Web_Games", | |
"tags": [ | |
"Audio", | |
"Games", | |
"Web Audio API", | |
"audio sprites", | |
"spatialization", | |
"syncing tracks" | |
] | |
}, | |
"/files/en-us/games/techniques/control_mechanisms/desktop_with_gamepad/index.md": { | |
"title": "Desktop gamepad controls", | |
"slug": "Games/Techniques/Control_mechanisms/Desktop_with_gamepad", | |
"tags": [ | |
"Controls", | |
"Desktop", | |
"Gamepad API", | |
"Gamepads", | |
"Games", | |
"JavaScript", | |
"controllers" | |
] | |
}, | |
"/files/en-us/games/techniques/control_mechanisms/desktop_with_mouse_and_keyboard/index.md": { | |
"title": "Desktop mouse and keyboard controls", | |
"slug": "Games/Techniques/Control_mechanisms/Desktop_with_mouse_and_keyboard", | |
"tags": ["Controls", "Desktop", "Games", "JavaScript", "keyboard", "mouse"] | |
}, | |
"/files/en-us/games/techniques/control_mechanisms/index.md": { | |
"title": "Implementing game control mechanisms", | |
"slug": "Games/Techniques/Control_mechanisms", | |
"tags": [ | |
"Controls", | |
"Desktop", | |
"Gamepad", | |
"Games", | |
"JavaScript", | |
"Laptop", | |
"Mobile", | |
"keyboard", | |
"mouse", | |
"touch" | |
] | |
}, | |
"/files/en-us/games/techniques/control_mechanisms/mobile_touch/index.md": { | |
"title": "Mobile touch controls", | |
"slug": "Games/Techniques/Control_mechanisms/Mobile_touch", | |
"tags": ["Controls", "Games", "JavaScript", "Mobile", "pointer", "touch"] | |
}, | |
"/files/en-us/games/techniques/control_mechanisms/other/index.md": { | |
"title": "Unconventional controls", | |
"slug": "Games/Techniques/Control_mechanisms/Other", | |
"tags": [ | |
"Controls", | |
"Doppler", | |
"Games", | |
"JavaScript", | |
"Makey Makey", | |
"TV Leap Motion", | |
"Voice" | |
] | |
}, | |
"/files/en-us/games/techniques/controls_gamepad_api/index.md": { | |
"title": "Implementing controls using the Gamepad API", | |
"slug": "Games/Techniques/Controls_Gamepad_API", | |
"tags": [ | |
"Controls", | |
"Gamepad API", | |
"Gamepads", | |
"Games", | |
"JavaScript", | |
"controllers" | |
] | |
}, | |
"/files/en-us/games/techniques/crisp_pixel_art_look/index.md": { | |
"title": "Crisp pixel art look with image-rendering", | |
"slug": "Games/Techniques/Crisp_pixel_art_look", | |
"tags": [ | |
"2D", | |
"3D", | |
"CSS", | |
"Canvas", | |
"Games", | |
"JavaScript", | |
"WebGL", | |
"image-rendering", | |
"pixel" | |
] | |
}, | |
"/files/en-us/games/techniques/efficient_animation_for_web_games/index.md": { | |
"title": "Efficient animation for web games", | |
"slug": "Games/Techniques/Efficient_animation_for_web_games", | |
"tags": ["Animation", "Games", "JavaScript"] | |
}, | |
"/files/en-us/games/techniques/index.md": { | |
"title": "Techniques for game development", | |
"slug": "Games/Techniques", | |
"tags": ["Games", "Guide"] | |
}, | |
"/files/en-us/games/techniques/tilemaps/index.md": { | |
"title": "Tiles and tilemaps overview", | |
"slug": "Games/Techniques/Tilemaps", | |
"tags": [ | |
"2D", | |
"Canvas", | |
"Games", | |
"JavaScript", | |
"Static", | |
"WebGL", | |
"tilemap", | |
"tiles" | |
] | |
}, | |
"/files/en-us/games/techniques/tilemaps/square_tilemaps_implementation_colon__scrolling_maps/index.md": { | |
"title": "Square tilemaps implementation: Scrolling maps", | |
"slug": "Games/Techniques/Tilemaps/Square_tilemaps_implementation:_Scrolling_maps", | |
"tags": [ | |
"Canvas", | |
"Games", | |
"JavaScript", | |
"atlas", | |
"scrolling", | |
"spritesheet", | |
"tilemap", | |
"tiles" | |
] | |
}, | |
"/files/en-us/games/techniques/tilemaps/square_tilemaps_implementation_colon__static_maps/index.md": { | |
"title": "Square tilemaps implementation: Static maps", | |
"slug": "Games/Techniques/Tilemaps/Square_tilemaps_implementation:_Static_maps", | |
"tags": [ | |
"Canvas", | |
"Games", | |
"JavaScript", | |
"Static", | |
"atlas", | |
"spritesheet", | |
"tilemap", | |
"tilemaps", | |
"tiles" | |
] | |
}, | |
"/files/en-us/games/techniques/webrtc_data_channels/index.md": { | |
"title": "WebRTC data channels", | |
"slug": "Games/Techniques/WebRTC_data_channels", | |
"tags": [ | |
"API", | |
"Games", | |
"NeedsContent", | |
"Network", | |
"P2P", | |
"WebRTC", | |
"data channels" | |
] | |
}, | |
"/files/en-us/games/tools/asm.js/index.md": { | |
"title": "asm.js", | |
"slug": "Games/Tools/asm.js", | |
"tags": ["Deprecated", "JavaScript", "asm.js"] | |
}, | |
"/files/en-us/games/tools/index.md": { | |
"title": "Tools for game development", | |
"slug": "Games/Tools", | |
"tags": ["Games", "Gecko", "Guide", "JavaScript"] | |
}, | |
"/files/en-us/games/tutorials/2d_breakout_game_phaser/animations_and_tweens/index.md": { | |
"title": "Animations and tweens", | |
"slug": "Games/Tutorials/2D_breakout_game_Phaser/Animations_and_tweens", | |
"tags": [ | |
"2D", | |
"Animation", | |
"Beginner", | |
"Canvas", | |
"Games", | |
"JavaScript", | |
"Phaser", | |
"Tutorial", | |
"tween" | |
] | |
}, | |
"/files/en-us/games/tutorials/2d_breakout_game_phaser/bounce_off_the_walls/index.md": { | |
"title": "Bounce off the walls", | |
"slug": "Games/Tutorials/2D_breakout_game_Phaser/Bounce_off_the_walls", | |
"tags": [ | |
"2D", | |
"Beginner", | |
"Canvas", | |
"Games", | |
"JavaScript", | |
"Phaser", | |
"Tutorial", | |
"bouncing" | |
] | |
}, | |
"/files/en-us/games/tutorials/2d_breakout_game_phaser/build_the_brick_field/index.md": { | |
"title": "Build the brick field", | |
"slug": "Games/Tutorials/2D_breakout_game_Phaser/Build_the_brick_field", | |
"tags": [ | |
"2D", | |
"Beginner", | |
"Canvas", | |
"Games", | |
"JavaScript", | |
"Phaser", | |
"Tutorial" | |
] | |
}, | |
"/files/en-us/games/tutorials/2d_breakout_game_phaser/buttons/index.md": { | |
"title": "Buttons", | |
"slug": "Games/Tutorials/2D_breakout_game_Phaser/Buttons", | |
"tags": [ | |
"2D", | |
"Beginner", | |
"Buttons", | |
"Canvas", | |
"Games", | |
"JavaScript", | |
"Phaser", | |
"Tutorial" | |
] | |
}, | |
"/files/en-us/games/tutorials/2d_breakout_game_phaser/collision_detection/index.md": { | |
"title": "Collision detection", | |
"slug": "Games/Tutorials/2D_breakout_game_Phaser/Collision_detection", | |
"tags": [ | |
"2D", | |
"Beginner", | |
"Canvas", | |
"Games", | |
"JavaScript", | |
"Phaser", | |
"Tutorial", | |
"collision detection" | |
] | |
}, | |
"/files/en-us/games/tutorials/2d_breakout_game_phaser/extra_lives/index.md": { | |
"title": "Extra lives", | |
"slug": "Games/Tutorials/2D_breakout_game_Phaser/Extra_lives", | |
"tags": [ | |
"2D", | |
"Beginner", | |
"Canvas", | |
"Games", | |
"JavaScript", | |
"Phaser", | |
"Tutorial", | |
"lives" | |
] | |
}, | |
"/files/en-us/games/tutorials/2d_breakout_game_phaser/game_over/index.md": { | |
"title": "Game over", | |
"slug": "Games/Tutorials/2D_breakout_game_Phaser/Game_over", | |
"tags": [ | |
"2D", | |
"Beginner", | |
"Canvas", | |
"Games", | |
"JavaScript", | |
"Phaser", | |
"Tutorial", | |
"game over" | |
] | |
}, | |
"/files/en-us/games/tutorials/2d_breakout_game_phaser/index.md": { | |
"title": "2D breakout game using Phaser", | |
"slug": "Games/Tutorials/2D_breakout_game_Phaser", | |
"tags": [ | |
"2D", | |
"Beginner", | |
"Canvas", | |
"Games", | |
"JavaScript", | |
"Phaser", | |
"Tutorial" | |
] | |
}, | |
"/files/en-us/games/tutorials/2d_breakout_game_phaser/initialize_the_framework/index.md": { | |
"title": "Initialize the framework", | |
"slug": "Games/Tutorials/2D_breakout_game_Phaser/Initialize_the_framework", | |
"tags": [ | |
"2D", | |
"Beginner", | |
"Canvas", | |
"Games", | |
"HTML", | |
"JavaScript", | |
"Phaser", | |
"Tutorial" | |
] | |
}, | |
"/files/en-us/games/tutorials/2d_breakout_game_phaser/load_the_assets_and_print_them_on_screen/index.md": { | |
"title": "Load the assets and print them on screen", | |
"slug": "Games/Tutorials/2D_breakout_game_Phaser/Load_the_assets_and_print_them_on_screen", | |
"tags": [ | |
"2D", | |
"Beginner", | |
"Canvas", | |
"Games", | |
"JavaScript", | |
"Phaser", | |
"Sprites", | |
"Tutorial" | |
] | |
}, | |
"/files/en-us/games/tutorials/2d_breakout_game_phaser/move_the_ball/index.md": { | |
"title": "Move the ball", | |
"slug": "Games/Tutorials/2D_breakout_game_Phaser/Move_the_ball", | |
"tags": [ | |
"2D", | |
"Beginner", | |
"Canvas", | |
"Games", | |
"JavaScript", | |
"Phaser", | |
"Tutorial", | |
"moving" | |
] | |
}, | |
"/files/en-us/games/tutorials/2d_breakout_game_phaser/physics/index.md": { | |
"title": "Physics", | |
"slug": "Games/Tutorials/2D_breakout_game_Phaser/Physics", | |
"tags": [ | |
"2D", | |
"Beginner", | |
"Canvas", | |
"Games", | |
"JavaScript", | |
"Phaser", | |
"Tutorial", | |
"physics" | |
] | |
}, | |
"/files/en-us/games/tutorials/2d_breakout_game_phaser/player_paddle_and_controls/index.md": { | |
"title": "Player paddle and controls", | |
"slug": "Games/Tutorials/2D_breakout_game_Phaser/Player_paddle_and_controls", | |
"tags": [ | |
"2D", | |
"Beginner", | |
"Canvas", | |
"Games", | |
"JavaScript", | |
"Phaser", | |
"Tutorial" | |
] | |
}, | |
"/files/en-us/games/tutorials/2d_breakout_game_phaser/randomizing_gameplay/index.md": { | |
"title": "Randomizing gameplay", | |
"slug": "Games/Tutorials/2D_breakout_game_Phaser/Randomizing_gameplay", | |
"tags": [ | |
"2D", | |
"Beginner", | |
"Canvas", | |
"Games", | |
"JavaScript", | |
"Phaser", | |
"Tutorial" | |
] | |
}, | |
"/files/en-us/games/tutorials/2d_breakout_game_phaser/scaling/index.md": { | |
"title": "Scaling", | |
"slug": "Games/Tutorials/2D_breakout_game_Phaser/Scaling", | |
"tags": [ | |
"2D", | |
"Beginner", | |
"Canvas", | |
"Games", | |
"JavaScript", | |
"Phaser", | |
"Tutorial" | |
] | |
}, | |
"/files/en-us/games/tutorials/2d_breakout_game_phaser/the_score/index.md": { | |
"title": "The score", | |
"slug": "Games/Tutorials/2D_breakout_game_Phaser/The_score", | |
"tags": [ | |
"2D", | |
"Beginner", | |
"Canvas", | |
"Games", | |
"JavaScript", | |
"Phaser", | |
"Tutorial", | |
"scoring" | |
] | |
}, | |
"/files/en-us/games/tutorials/2d_breakout_game_phaser/win_the_game/index.md": { | |
"title": "Win the game", | |
"slug": "Games/Tutorials/2D_breakout_game_Phaser/Win_the_game", | |
"tags": [ | |
"2D", | |
"Beginner", | |
"Canvas", | |
"Games", | |
"JavaScript", | |
"Phaser", | |
"Tutorial", | |
"winning" | |
] | |
}, | |
"/files/en-us/games/tutorials/2d_breakout_game_pure_javascript/bounce_off_the_walls/index.md": { | |
"title": "Bounce off the walls", | |
"slug": "Games/Tutorials/2D_Breakout_game_pure_JavaScript/Bounce_off_the_walls", | |
"tags": [ | |
"Animation", | |
"Beginner", | |
"Canvas", | |
"Example", | |
"Games", | |
"Graphics", | |
"Tutorial", | |
"collision", | |
"detection" | |
] | |
}, | |
"/files/en-us/games/tutorials/2d_breakout_game_pure_javascript/build_the_brick_field/index.md": { | |
"title": "Build the brick field", | |
"slug": "Games/Tutorials/2D_Breakout_game_pure_JavaScript/Build_the_brick_field", | |
"tags": [ | |
"Beginner", | |
"Canvas", | |
"Games", | |
"Graphics", | |
"JavaScript", | |
"Tutorial" | |
] | |
}, | |
"/files/en-us/games/tutorials/2d_breakout_game_pure_javascript/collision_detection/index.md": { | |
"title": "Collision detection", | |
"slug": "Games/Tutorials/2D_Breakout_game_pure_JavaScript/Collision_detection", | |
"tags": [ | |
"Beginner", | |
"Canvas", | |
"Games", | |
"JavaScript", | |
"Tutorial", | |
"collision", | |
"detection" | |
] | |
}, | |
"/files/en-us/games/tutorials/2d_breakout_game_pure_javascript/create_the_canvas_and_draw_on_it/index.md": { | |
"title": "Create the Canvas and draw on it", | |
"slug": "Games/Tutorials/2D_Breakout_game_pure_JavaScript/Create_the_Canvas_and_draw_on_it", | |
"tags": [ | |
"2D", | |
"Beginner", | |
"Canvas", | |
"Games", | |
"HTML", | |
"JavaScript", | |
"Tutorial" | |
] | |
}, | |
"/files/en-us/games/tutorials/2d_breakout_game_pure_javascript/finishing_up/index.md": { | |
"title": "Finishing up", | |
"slug": "Games/Tutorials/2D_Breakout_game_pure_JavaScript/Finishing_up", | |
"tags": [ | |
"Beginner", | |
"Canvas", | |
"Games", | |
"JavaScript", | |
"Tutorial", | |
"lives", | |
"requestAnimationFrame" | |
] | |
}, | |
"/files/en-us/games/tutorials/2d_breakout_game_pure_javascript/game_over/index.md": { | |
"title": "Game over", | |
"slug": "Games/Tutorials/2D_Breakout_game_pure_JavaScript/Game_over", | |
"tags": [ | |
"Beginner", | |
"Canvas", | |
"Games", | |
"Graphics", | |
"JavaScript", | |
"Tutorial", | |
"game over" | |
] | |
}, | |
"/files/en-us/games/tutorials/2d_breakout_game_pure_javascript/index.md": { | |
"title": "2D breakout game using pure JavaScript", | |
"slug": "Games/Tutorials/2D_Breakout_game_pure_JavaScript", | |
"tags": ["2D", "Beginner", "Canvas", "Games", "JavaScript", "Tutorial"] | |
}, | |
"/files/en-us/games/tutorials/2d_breakout_game_pure_javascript/mouse_controls/index.md": { | |
"title": "Mouse controls", | |
"slug": "Games/Tutorials/2D_Breakout_game_pure_JavaScript/Mouse_controls", | |
"tags": [ | |
"Beginner", | |
"Canvas", | |
"Controls", | |
"Games", | |
"JavaScript", | |
"Tutorial", | |
"mouse" | |
] | |
}, | |
"/files/en-us/games/tutorials/2d_breakout_game_pure_javascript/move_the_ball/index.md": { | |
"title": "Move the ball", | |
"slug": "Games/Tutorials/2D_Breakout_game_pure_JavaScript/Move_the_ball", | |
"tags": [ | |
"2D", | |
"Beginner", | |
"Canvas", | |
"Games", | |
"JavaScript", | |
"Loop", | |
"Tutorial", | |
"movement" | |
] | |
}, | |
"/files/en-us/games/tutorials/2d_breakout_game_pure_javascript/paddle_and_keyboard_controls/index.md": { | |
"title": "Paddle and keyboard controls", | |
"slug": "Games/Tutorials/2D_Breakout_game_pure_JavaScript/Paddle_and_keyboard_controls", | |
"tags": [ | |
"Beginner", | |
"Canvas", | |
"Controls", | |
"Games", | |
"Graphics", | |
"JavaScript", | |
"Tutorial", | |
"keyboard" | |
] | |
}, | |
"/files/en-us/games/tutorials/2d_breakout_game_pure_javascript/track_the_score_and_win/index.md": { | |
"title": "Track the score and win", | |
"slug": "Games/Tutorials/2D_Breakout_game_pure_JavaScript/Track_the_score_and_win", | |
"tags": [ | |
"Beginner", | |
"Canvas", | |
"Games", | |
"JavaScript", | |
"Tutorial", | |
"scoring", | |
"winning" | |
] | |
}, | |
"/files/en-us/games/tutorials/html5_gamedev_phaser_device_orientation/index.md": { | |
"title": "2D maze game with device orientation", | |
"slug": "Games/Tutorials/HTML5_Gamedev_Phaser_Device_Orientation", | |
"tags": [ | |
"Canvas", | |
"Device Orientation API", | |
"Game Development", | |
"HTML5", | |
"Phaser", | |
"Vibration API" | |
] | |
}, | |
"/files/en-us/games/tutorials/index.md": { | |
"title": "Tutorials", | |
"slug": "Games/Tutorials", | |
"tags": ["Canvas", "Games", "JavaScript", "Web", "Workflows"] | |
}, | |
"/files/en-us/games/tutorials/touch_event_horizon/index.md": { | |
"title": "Touch Event Horizon", | |
"slug": "Games/Tutorials/Touch_Event_Horizon", | |
"tags": ["NeedsContent", "NeedsExample"] | |
}, | |
"/files/en-us/glossary/404/index.md": { | |
"title": "404", | |
"slug": "Glossary/404", | |
"tags": ["Glossary", "HTTP Errors", "Infrastructure", "Navigation"] | |
}, | |
"/files/en-us/glossary/502/index.md": { | |
"title": "502", | |
"slug": "Glossary/502", | |
"tags": [ | |
"502", | |
"Bad Gateway", | |
"Glossary", | |
"HTTP Errors", | |
"Infrastructure", | |
"Navigation" | |
] | |
}, | |
"/files/en-us/glossary/abstraction/index.md": { | |
"title": "Abstraction", | |
"slug": "Glossary/Abstraction", | |
"tags": [ | |
"Abstraction", | |
"Coding", | |
"CodingScripting", | |
"Glossary", | |
"Programming Language" | |
] | |
}, | |
"/files/en-us/glossary/accent/index.md": { | |
"title": "accent", | |
"slug": "Glossary/accent", | |
"tags": ["Glossary", "Input", "accent"] | |
}, | |
"/files/en-us/glossary/accessibility/index.md": { | |
"title": "Accessibility", | |
"slug": "Glossary/Accessibility", | |
"tags": ["Accessibility", "Glossary"] | |
}, | |
"/files/en-us/glossary/accessibility_tree/index.md": { | |
"title": "Accessibility tree", | |
"slug": "Glossary/Accessibility_tree", | |
"tags": ["AOM", "Accessibility", "DOM", "Glossary", "Reference"] | |
}, | |
"/files/en-us/glossary/adobe_flash/index.md": { | |
"title": "Adobe Flash", | |
"slug": "Glossary/Adobe_Flash" | |
}, | |
"/files/en-us/glossary/ajax/index.md": { | |
"title": "Ajax", | |
"slug": "Glossary/AJAX", | |
"tags": [ | |
"AJAX", | |
"CodingScripting", | |
"Glossary", | |
"Infrastructure", | |
"l10n:priority" | |
] | |
}, | |
"/files/en-us/glossary/algorithm/index.md": { | |
"title": "Algorithm", | |
"slug": "Glossary/Algorithm", | |
"tags": ["CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/alignment_container/index.md": { | |
"title": "Alignment container", | |
"slug": "Glossary/Alignment_Container", | |
"tags": ["Alignment container", "CSS", "Glossary", "alignment"] | |
}, | |
"/files/en-us/glossary/alignment_subject/index.md": { | |
"title": "Alignment subject", | |
"slug": "Glossary/Alignment_Subject", | |
"tags": ["Alignment subject", "CSS", "Glossary", "alignment"] | |
}, | |
"/files/en-us/glossary/alpha/index.md": { | |
"title": "Alpha (alpha channel)", | |
"slug": "Glossary/Alpha", | |
"tags": [ | |
"Alpha", | |
"Alpha Channel", | |
"Drawing", | |
"Glossary", | |
"Graphics", | |
"Translucency", | |
"Translucent", | |
"Transparency", | |
"Transparent", | |
"WebGL", | |
"WebXR", | |
"channel", | |
"color", | |
"pixel" | |
] | |
}, | |
"/files/en-us/glossary/alpn/index.md": { | |
"title": "ALPN", | |
"slug": "Glossary/ALPN", | |
"tags": ["ALPN", "Draft", "Glossary", "NeedsContent", "TLS"] | |
}, | |
"/files/en-us/glossary/api/index.md": { | |
"title": "API", | |
"slug": "Glossary/API", | |
"tags": ["CodingScripting", "Glossary", "Infrastructure"] | |
}, | |
"/files/en-us/glossary/apple_safari/index.md": { | |
"title": "Apple Safari", | |
"slug": "Glossary/Apple_Safari", | |
"tags": ["Glossary", "Navigation", "WebMechanics"] | |
}, | |
"/files/en-us/glossary/application_context/index.md": { | |
"title": "Application Context", | |
"slug": "Glossary/application_context", | |
"tags": ["CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/argument/index.md": { | |
"title": "Argument", | |
"slug": "Glossary/Argument", | |
"tags": ["CodingScripting", "Glossary", "JavaScript"] | |
}, | |
"/files/en-us/glossary/aria/index.md": { | |
"title": "ARIA", | |
"slug": "Glossary/ARIA", | |
"tags": ["Accessibility", "Glossary"] | |
}, | |
"/files/en-us/glossary/arpa/index.md": { | |
"title": "ARPA", | |
"slug": "Glossary/ARPA", | |
"tags": ["Glossary", "Infrastructure"] | |
}, | |
"/files/en-us/glossary/arpanet/index.md": { | |
"title": "ARPANET", | |
"slug": "Glossary/Arpanet", | |
"tags": ["Glossary", "Infrastructure"] | |
}, | |
"/files/en-us/glossary/array/index.md": { | |
"title": "Array", | |
"slug": "Glossary/array", | |
"tags": [ | |
"Array", | |
"CodingScripting", | |
"Glossary", | |
"JavaScript", | |
"programming" | |
] | |
}, | |
"/files/en-us/glossary/ascii/index.md": { | |
"title": "ASCII", | |
"slug": "Glossary/ASCII", | |
"tags": ["Glossary", "Infrastructure"] | |
}, | |
"/files/en-us/glossary/asynchronous/index.md": { | |
"title": "Asynchronous", | |
"slug": "Glossary/Asynchronous", | |
"tags": ["Glossary", "Web", "WebMechanics", "asynchronous"] | |
}, | |
"/files/en-us/glossary/atag/index.md": { | |
"title": "ATAG", | |
"slug": "Glossary/ATAG", | |
"tags": [ | |
"ATAG", | |
"Accessibility", | |
"Authoring Tool Accessibility Guidelines", | |
"Glossary" | |
] | |
}, | |
"/files/en-us/glossary/attribute/index.md": { | |
"title": "Attribute", | |
"slug": "Glossary/Attribute", | |
"tags": ["CodingScripting", "Glossary", "HTML"] | |
}, | |
"/files/en-us/glossary/bandwidth/index.md": { | |
"title": "Bandwidth", | |
"slug": "Glossary/Bandwidth", | |
"tags": ["Glossary", "Infrastructure"] | |
}, | |
"/files/en-us/glossary/base64/index.md": { | |
"title": "Base64", | |
"slug": "Glossary/Base64", | |
"tags": [ | |
"Advanced", | |
"Base64", | |
"JavaScript", | |
"Typed Arrays", | |
"URI", | |
"URL", | |
"Unicode Problem", | |
"atob()", | |
"btoa()" | |
] | |
}, | |
"/files/en-us/glossary/baseline/index.md": { | |
"title": "Baseline", | |
"slug": "Glossary/baseline", | |
"tags": ["CSS", "Glossary", "SVG", "alignment", "typography"] | |
}, | |
"/files/en-us/glossary/beacon/index.md": { | |
"title": "beacon", | |
"slug": "Glossary/beacon", | |
"tags": ["Beacon", "Glossary", "Reference", "Web Performance"] | |
}, | |
"/files/en-us/glossary/bidi/index.md": { | |
"title": "BiDi", | |
"slug": "Glossary/BiDi", | |
"tags": ["Accessibility", "Glossary"] | |
}, | |
"/files/en-us/glossary/bigint/index.md": { | |
"title": "BigInt", | |
"slug": "Glossary/BigInt", | |
"tags": [ | |
"BigInt", | |
"Glossary", | |
"JavaScript", | |
"Reference", | |
"arbitrary precision format" | |
] | |
}, | |
"/files/en-us/glossary/blink/index.md": { | |
"title": "Blink", | |
"slug": "Glossary/Blink", | |
"tags": ["Glossary", "Infrastructure", "Layout", "Rendering engine"] | |
}, | |
"/files/en-us/glossary/block/css/index.md": { | |
"title": "Block (CSS)", | |
"slug": "Glossary/Block/CSS", | |
"tags": ["CSS", "CodingScripting", "Design", "Glossary", "HTML"] | |
}, | |
"/files/en-us/glossary/block/index.md": { | |
"title": "Block", | |
"slug": "Glossary/Block", | |
"tags": ["Disambiguation", "Glossary"] | |
}, | |
"/files/en-us/glossary/block/scripting/index.md": { | |
"title": "Block (scripting)", | |
"slug": "Glossary/Block/Scripting", | |
"tags": ["CodingScripting", "Glossary", "JavaScript"] | |
}, | |
"/files/en-us/glossary/block_cipher_mode_of_operation/index.md": { | |
"title": "Block cipher mode of operation", | |
"slug": "Glossary/Block_cipher_mode_of_operation", | |
"tags": [ | |
"Block cipher mode of operation", | |
"Cryptography", | |
"Glossary", | |
"Security" | |
] | |
}, | |
"/files/en-us/glossary/boolean/index.md": { | |
"title": "Boolean", | |
"slug": "Glossary/Boolean", | |
"tags": [ | |
"Boolean", | |
"CodingScripting", | |
"Glossary", | |
"JavaScript", | |
"Programming Languages", | |
"data types" | |
] | |
}, | |
"/files/en-us/glossary/boot2gecko/index.md": { | |
"title": "Boot2Gecko", | |
"slug": "Glossary/Boot2Gecko", | |
"tags": [ | |
"B2G", | |
"Boot2Gecko", | |
"Firefox OS", | |
"Glossary", | |
"Infrastructure", | |
"Intro" | |
] | |
}, | |
"/files/en-us/glossary/bootstrap/index.md": { | |
"title": "Bootstrap", | |
"slug": "Glossary/Bootstrap", | |
"tags": ["Bootstrap", "CSS", "Glossary", "Intro", "framework"] | |
}, | |
"/files/en-us/glossary/bounding_box/index.md": { | |
"title": "Bounding Box", | |
"slug": "Glossary/bounding_box", | |
"tags": ["Bounding Box", "CodingScripting", "Design", "Glossary"] | |
}, | |
"/files/en-us/glossary/breadcrumb/index.md": { | |
"title": "Breadcrumb", | |
"slug": "Glossary/Breadcrumb", | |
"tags": [ | |
"Accessibility", | |
"Glossary", | |
"Navigation", | |
"Search", | |
"Site map", | |
"breadcrumb" | |
] | |
}, | |
"/files/en-us/glossary/brotli_compression/index.md": { | |
"title": "Brotli", | |
"slug": "Glossary/brotli_compression", | |
"tags": [ | |
"Brotli", | |
"Glossary", | |
"Reference", | |
"Web Performance", | |
"compression" | |
] | |
}, | |
"/files/en-us/glossary/browser/index.md": { | |
"title": "Browser", | |
"slug": "Glossary/Browser", | |
"tags": ["Glossary", "Navigation"] | |
}, | |
"/files/en-us/glossary/browsing_context/index.md": { | |
"title": "Browsing context", | |
"slug": "Glossary/Browsing_context", | |
"tags": ["Glossary"] | |
}, | |
"/files/en-us/glossary/buffer/index.md": { | |
"title": "buffer", | |
"slug": "Glossary/buffer", | |
"tags": ["Buffer", "CodingScripting", "Glossary", "NeedsContent"] | |
}, | |
"/files/en-us/glossary/bézier_curve/index.md": { | |
"title": "Bézier curve", | |
"slug": "Glossary/Bézier_curve", | |
"tags": ["Bézier curve", "Glossary", "Graphics", "Reference"] | |
}, | |
"/files/en-us/glossary/cache/index.md": { | |
"title": "Cache", | |
"slug": "Glossary/Cache", | |
"tags": ["Glossary", "HTTP"] | |
}, | |
"/files/en-us/glossary/cacheable/index.md": { | |
"title": "Cacheable", | |
"slug": "Glossary/cacheable", | |
"tags": ["Glossary", "WebMechanics"] | |
}, | |
"/files/en-us/glossary/caldav/index.md": { | |
"title": "CalDAV", | |
"slug": "Glossary/CalDAV", | |
"tags": ["CalDAV", "Glossary", "Infrastructure"] | |
}, | |
"/files/en-us/glossary/call_stack/index.md": { | |
"title": "Call stack", | |
"slug": "Glossary/Call_stack", | |
"tags": ["Call Stack", "CodingScripting", "Glossary", "JavaScript"] | |
}, | |
"/files/en-us/glossary/callback_function/index.md": { | |
"title": "Callback function", | |
"slug": "Glossary/Callback_function", | |
"tags": ["Callback", "Callback function", "CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/canonical_order/index.md": { | |
"title": "Canonical order", | |
"slug": "Glossary/Canonical_order", | |
"tags": ["Canonical order", "CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/canvas/index.md": { | |
"title": "Canvas", | |
"slug": "Glossary/Canvas", | |
"tags": ["CodingScripting", "Glossary", "Graphics", "HTML", "JavaScript"] | |
}, | |
"/files/en-us/glossary/card_sorting/index.md": { | |
"title": "Card sorting", | |
"slug": "Glossary/Card_sorting", | |
"tags": ["Card sorting", "Design", "Glossary"] | |
}, | |
"/files/en-us/glossary/carddav/index.md": { | |
"title": "CardDAV", | |
"slug": "Glossary/CardDAV", | |
"tags": ["CardDAV", "Glossary", "Infrastructure"] | |
}, | |
"/files/en-us/glossary/caret/index.md": { | |
"title": "caret", | |
"slug": "Glossary/caret", | |
"tags": [ | |
"Cursor", | |
"Glossary", | |
"Input", | |
"caret", | |
"insertion point", | |
"text cursor", | |
"text entry", | |
"text input", | |
"text insertion point" | |
] | |
}, | |
"/files/en-us/glossary/cdn/index.md": { | |
"title": "CDN", | |
"slug": "Glossary/CDN", | |
"tags": ["Glossary", "Infrastructure"] | |
}, | |
"/files/en-us/glossary/certificate_authority/index.md": { | |
"title": "Certificate authority", | |
"slug": "Glossary/Certificate_authority", | |
"tags": ["Cryptography", "Glossary", "Security"] | |
}, | |
"/files/en-us/glossary/certified/index.md": { | |
"title": "Certified", | |
"slug": "Glossary/Certified", | |
"tags": ["Apps", "B2G", "Firefox OS", "Glossary", "Security", "Trustworthy"] | |
}, | |
"/files/en-us/glossary/challenge/index.md": { | |
"title": "Challenge-response authentication", | |
"slug": "Glossary/challenge", | |
"tags": ["Security"] | |
}, | |
"/files/en-us/glossary/character/index.md": { | |
"title": "Character", | |
"slug": "Glossary/Character", | |
"tags": ["CodingScripting", "Glossary", "strings"] | |
}, | |
"/files/en-us/glossary/character_encoding/index.md": { | |
"title": "Character encoding", | |
"slug": "Glossary/character_encoding", | |
"tags": ["Composing", "Glossary"] | |
}, | |
"/files/en-us/glossary/character_set/index.md": { | |
"title": "Character set", | |
"slug": "Glossary/character_set", | |
"tags": ["Glossary", "character encoding", "character set"] | |
}, | |
"/files/en-us/glossary/chrome/index.md": { | |
"title": "Chrome", | |
"slug": "Glossary/Chrome", | |
"tags": ["Browser", "Chrome", "Glossary", "WebMechanics"] | |
}, | |
"/files/en-us/glossary/cia/index.md": { | |
"title": "CIA", | |
"slug": "Glossary/CIA", | |
"tags": ["Glossary", "Security"] | |
}, | |
"/files/en-us/glossary/cipher/index.md": { | |
"title": "Cipher", | |
"slug": "Glossary/Cipher", | |
"tags": ["Cryptography", "Glossary", "Privacy", "Security"] | |
}, | |
"/files/en-us/glossary/cipher_suite/index.md": { | |
"title": "Cipher suite", | |
"slug": "Glossary/Cipher_suite", | |
"tags": ["Cryptography", "Glossary", "Security"] | |
}, | |
"/files/en-us/glossary/ciphertext/index.md": { | |
"title": "Ciphertext", | |
"slug": "Glossary/Ciphertext", | |
"tags": ["Cryptography", "Glossary", "Privacy", "Security"] | |
}, | |
"/files/en-us/glossary/class/index.md": { | |
"title": "Class", | |
"slug": "Glossary/Class", | |
"tags": ["CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/client_hints/index.md": { | |
"title": "Client hints", | |
"slug": "Glossary/Client_hints", | |
"tags": [ | |
"Client hints", | |
"Glossary", | |
"Performance", | |
"Reference", | |
"Web Performance" | |
] | |
}, | |
"/files/en-us/glossary/closure/index.md": { | |
"title": "Closure", | |
"slug": "Glossary/Closure", | |
"tags": ["CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/cms/index.md": { | |
"title": "CMS", | |
"slug": "Glossary/CMS", | |
"tags": ["CMS", "Composing", "Content management system", "Glossary"] | |
}, | |
"/files/en-us/glossary/code_splitting/index.md": { | |
"title": "Code splitting", | |
"slug": "Glossary/Code_splitting", | |
"tags": [ | |
"Glossary", | |
"Reference", | |
"Web Performance", | |
"code splitting", | |
"latency" | |
] | |
}, | |
"/files/en-us/glossary/codec/index.md": { | |
"title": "Codec", | |
"slug": "Glossary/Codec", | |
"tags": ["Glossary", "WebMechanics"] | |
}, | |
"/files/en-us/glossary/compile/index.md": { | |
"title": "Compile", | |
"slug": "Glossary/Compile", | |
"tags": ["CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/compile_time/index.md": { | |
"title": "Compile time", | |
"slug": "Glossary/Compile_time", | |
"tags": ["CodingScripting", "Glossary", "JavaScript"] | |
}, | |
"/files/en-us/glossary/computer_programming/index.md": { | |
"title": "Computer Programming", | |
"slug": "Glossary/Computer_Programming", | |
"tags": [ | |
"CodingScripting", | |
"Computer Programming", | |
"Programming Language", | |
"programming" | |
] | |
}, | |
"/files/en-us/glossary/conditional/index.md": { | |
"title": "Conditional", | |
"slug": "Glossary/Conditional", | |
"tags": ["Beginner", "CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/constant/index.md": { | |
"title": "Constant", | |
"slug": "Glossary/Constant", | |
"tags": ["CodingScripting", "Constant", "Glossary"] | |
}, | |
"/files/en-us/glossary/constructor/index.md": { | |
"title": "Constructor", | |
"slug": "Glossary/Constructor", | |
"tags": ["CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/continuous_media/index.md": { | |
"title": "Continuous Media", | |
"slug": "Glossary/Continuous_Media", | |
"tags": ["Glossary", "Media"] | |
}, | |
"/files/en-us/glossary/control_flow/index.md": { | |
"title": "Control flow", | |
"slug": "Glossary/Control_flow", | |
"tags": ["CodingScripting", "Glossary", "JavaScript"] | |
}, | |
"/files/en-us/glossary/cookie/index.md": { | |
"title": "Cookie", | |
"slug": "Glossary/Cookie", | |
"tags": ["Glossary", "WebMechanics"] | |
}, | |
"/files/en-us/glossary/copyleft/index.md": { | |
"title": "Copyleft", | |
"slug": "Glossary/Copyleft", | |
"tags": ["Glossary", "OpenPractices", "Remixing", "Sharing"] | |
}, | |
"/files/en-us/glossary/cors/index.md": { | |
"title": "CORS", | |
"slug": "Glossary/CORS", | |
"tags": ["Glossary", "Infrastructure", "Security"] | |
}, | |
"/files/en-us/glossary/cors-safelisted_request_header/index.md": { | |
"title": "CORS-safelisted request header", | |
"slug": "Glossary/CORS-safelisted_request_header", | |
"tags": ["CORS", "Fetch"] | |
}, | |
"/files/en-us/glossary/cors-safelisted_response_header/index.md": { | |
"title": "CORS-safelisted response header", | |
"slug": "Glossary/CORS-safelisted_response_header", | |
"tags": ["CORS", "Fetch", "Glossary", "HTTP"] | |
}, | |
"/files/en-us/glossary/crawler/index.md": { | |
"title": "Crawler", | |
"slug": "Glossary/Crawler", | |
"tags": ["Browser", "Crawler", "Glossary", "Infrastructure"] | |
}, | |
"/files/en-us/glossary/crlf/index.md": { | |
"title": "CRLF", | |
"slug": "Glossary/CRLF", | |
"tags": [ | |
"CR", | |
"CRLF", | |
"Glossary", | |
"Infrastructure", | |
"LF", | |
"carriage return", | |
"line feed" | |
] | |
}, | |
"/files/en-us/glossary/cross-site_scripting/index.md": { | |
"title": "Cross-site scripting", | |
"slug": "Glossary/Cross-site_scripting", | |
"tags": [ | |
"Cross Site Scripting", | |
"DOM", | |
"Glossary", | |
"Security", | |
"XSS", | |
"exploit" | |
] | |
}, | |
"/files/en-us/glossary/cross_axis/index.md": { | |
"title": "Cross Axis", | |
"slug": "Glossary/Cross_Axis", | |
"tags": ["CSS", "Glossary", "cross axis", "flexbox"] | |
}, | |
"/files/en-us/glossary/crud/index.md": { | |
"title": "CRUD", | |
"slug": "Glossary/CRUD", | |
"tags": ["Glossary", "Infrastructure"] | |
}, | |
"/files/en-us/glossary/cryptanalysis/index.md": { | |
"title": "Cryptanalysis", | |
"slug": "Glossary/Cryptanalysis", | |
"tags": ["Cryptography", "Glossary", "Privacy", "Security"] | |
}, | |
"/files/en-us/glossary/cryptographic_hash_function/index.md": { | |
"title": "Cryptographic hash function", | |
"slug": "Glossary/Cryptographic_hash_function", | |
"tags": ["Cryptography", "Glossary", "Security"] | |
}, | |
"/files/en-us/glossary/cryptography/index.md": { | |
"title": "Cryptography", | |
"slug": "Glossary/Cryptography", | |
"tags": ["Cryptography", "Glossary", "Privacy", "Security"] | |
}, | |
"/files/en-us/glossary/csp/index.md": { | |
"title": "CSP", | |
"slug": "Glossary/CSP", | |
"tags": ["Glossary", "HTTP", "Infrastructure"] | |
}, | |
"/files/en-us/glossary/csrf/index.md": { | |
"title": "CSRF", | |
"slug": "Glossary/CSRF", | |
"tags": ["Glossary", "Security"] | |
}, | |
"/files/en-us/glossary/css/index.md": { | |
"title": "CSS", | |
"slug": "Glossary/CSS", | |
"tags": ["CSS", "CodingScripting", "Glossary", "Web", "l10n:priority"] | |
}, | |
"/files/en-us/glossary/css_pixel/index.md": { | |
"title": "CSS pixel", | |
"slug": "Glossary/CSS_pixel", | |
"tags": [ | |
"CSS", | |
"CSS Pixel", | |
"Glossary", | |
"height", | |
"length", | |
"pixel", | |
"size", | |
"unit", | |
"width" | |
] | |
}, | |
"/files/en-us/glossary/css_preprocessor/index.md": { | |
"title": "CSS preprocessor", | |
"slug": "Glossary/CSS_preprocessor", | |
"tags": ["CSS", "Glossary"] | |
}, | |
"/files/en-us/glossary/css_selector/index.md": { | |
"title": "Selector (CSS)", | |
"slug": "Glossary/CSS_Selector", | |
"tags": [ | |
"CSS", | |
"CSS Selector", | |
"CodingScripting", | |
"Glossary", | |
"HTML", | |
"Selector" | |
] | |
}, | |
"/files/en-us/glossary/cssom/index.md": { | |
"title": "CSS Object Model (CSSOM)", | |
"slug": "Glossary/CSSOM", | |
"tags": ["CSS", "CSSOM", "DOM", "Glossary"] | |
}, | |
"/files/en-us/glossary/data_structure/index.md": { | |
"title": "Data structure", | |
"slug": "Glossary/Data_structure", | |
"tags": ["CodingScripting", "Data structure", "Glossary"] | |
}, | |
"/files/en-us/glossary/database/index.md": { | |
"title": "Database", | |
"slug": "Glossary/Database", | |
"tags": ["Database", "Glossary", "Sql"] | |
}, | |
"/files/en-us/glossary/decryption/index.md": { | |
"title": "Decryption", | |
"slug": "Glossary/Decryption", | |
"tags": ["Cryptography", "Glossary", "Privacy", "Security"] | |
}, | |
"/files/en-us/glossary/delta/index.md": { | |
"title": "Delta", | |
"slug": "Glossary/Delta", | |
"tags": ["Delta", "Glossary", "difference", "value"] | |
}, | |
"/files/en-us/glossary/denial_of_service/index.md": { | |
"title": "Denial of Service", | |
"slug": "Glossary/Denial_of_Service", | |
"tags": ["Attack", "Denial of Service", "Glossary", "Intro", "Security"] | |
}, | |
"/files/en-us/glossary/descriptor_(css)/index.md": { | |
"title": "Descriptor (CSS)", | |
"slug": "Glossary/Descriptor_(CSS)", | |
"tags": ["CSS", "CodingScripting", "Glossary", "NeedsContent"] | |
}, | |
"/files/en-us/glossary/deserialization/index.md": { | |
"title": "Deserialization", | |
"slug": "Glossary/Deserialization", | |
"tags": ["Deserialization", "Deserialize", "Glossary", "JavaScript"] | |
}, | |
"/files/en-us/glossary/developer_tools/index.md": { | |
"title": "Developer Tools", | |
"slug": "Glossary/Developer_Tools", | |
"tags": ["CodingScripting", "Developer Tools", "Glossary"] | |
}, | |
"/files/en-us/glossary/dhtml/index.md": { | |
"title": "DHTML", | |
"slug": "Glossary/DHTML", | |
"tags": ["CodingScripting", "DHTML", "Glossary", "HTML"] | |
}, | |
"/files/en-us/glossary/digest/index.md": { | |
"title": "Digest", | |
"slug": "Glossary/Digest", | |
"tags": ["Cryptography", "Glossary", "Privacy", "Security"] | |
}, | |
"/files/en-us/glossary/digital_certificate/index.md": { | |
"title": "Digital certificate", | |
"slug": "Glossary/Digital_certificate", | |
"tags": ["Cryptography", "Glossary", "Security"] | |
}, | |
"/files/en-us/glossary/distributed_denial_of_service/index.md": { | |
"title": "Distributed Denial of Service", | |
"slug": "Glossary/Distributed_Denial_of_Service", | |
"tags": [ | |
"Attack", | |
"DDoS", | |
"Denial of Service", | |
"Glossary", | |
"Intro", | |
"Security" | |
] | |
}, | |
"/files/en-us/glossary/dmz/index.md": { | |
"title": "DMZ", | |
"slug": "Glossary/DMZ", | |
"tags": ["Glossary", "Networking", "Security"] | |
}, | |
"/files/en-us/glossary/dns/index.md": { | |
"title": "DNS", | |
"slug": "Glossary/DNS", | |
"tags": ["DNS", "Domain Name System", "Glossary", "Infrastructure"] | |
}, | |
"/files/en-us/glossary/doctype/index.md": { | |
"title": "Doctype", | |
"slug": "Glossary/Doctype", | |
"tags": [ | |
"Browser", | |
"CodingScripting", | |
"DOCTYPE", | |
"Glossary", | |
"HTML", | |
"Intro" | |
] | |
}, | |
"/files/en-us/glossary/document_directive/index.md": { | |
"title": "Document directive", | |
"slug": "Glossary/Document_directive", | |
"tags": ["CSP", "Directive", "Document", "Glossary", "HTTP", "Security"] | |
}, | |
"/files/en-us/glossary/document_environment/index.md": { | |
"title": "document environment", | |
"slug": "Glossary/document_environment", | |
"tags": ["CodingScripting", "Glossary", "JavaScript"] | |
}, | |
"/files/en-us/glossary/dom/index.md": { | |
"title": "DOM (Document Object Model)", | |
"slug": "Glossary/DOM", | |
"tags": ["CodingScripting", "DOM", "Glossary"] | |
}, | |
"/files/en-us/glossary/domain/index.md": { | |
"title": "Domain", | |
"slug": "Glossary/Domain", | |
"tags": ["Browser", "Domain", "Glossary", "Infrastructure", "Networking"] | |
}, | |
"/files/en-us/glossary/domain_name/index.md": { | |
"title": "Domain name", | |
"slug": "Glossary/Domain_name", | |
"tags": ["Domain Name", "Glossary", "Protocol", "WebMechanics"] | |
}, | |
"/files/en-us/glossary/domain_sharding/index.md": { | |
"title": "Domain sharding", | |
"slug": "Glossary/Domain_sharding", | |
"tags": [ | |
"DNS", | |
"Glossary", | |
"HTTP", | |
"Reference", | |
"Web Performance", | |
"latency" | |
] | |
}, | |
"/files/en-us/glossary/dominator/index.md": { | |
"title": "Dominator", | |
"slug": "Glossary/Dominator", | |
"tags": ["CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/dos_attack/index.md": { | |
"title": "DoS attack", | |
"slug": "Glossary/DOS_attack", | |
"tags": ["Glossary", "Security"] | |
}, | |
"/files/en-us/glossary/dtls/index.md": { | |
"title": "DTLS (Datagram Transport Layer Security)", | |
"slug": "Glossary/DTLS", | |
"tags": ["DTLS", "Intro"] | |
}, | |
"/files/en-us/glossary/dtmf/index.md": { | |
"title": "DTMF (Dual-Tone Multi-Frequency signaling)", | |
"slug": "Glossary/DTMF", | |
"tags": ["DTMF", "Glossary", "WebRTC"] | |
}, | |
"/files/en-us/glossary/dynamic_typing/index.md": { | |
"title": "Dynamic typing", | |
"slug": "Glossary/Dynamic_typing", | |
"tags": ["CodingScripting", "Glossary", "ProgrammingLanguage"] | |
}, | |
"/files/en-us/glossary/ecma/index.md": { | |
"title": "ECMA", | |
"slug": "Glossary/ECMA", | |
"tags": ["Glossary", "Stub", "WebMechanics"] | |
}, | |
"/files/en-us/glossary/ecmascript/index.md": { | |
"title": "ECMAScript", | |
"slug": "Glossary/ECMAScript", | |
"tags": ["Glossary", "WebMechanics"] | |
}, | |
"/files/en-us/glossary/effective_connection_type/index.md": { | |
"title": "Effective connection type", | |
"slug": "Glossary/Effective_connection_type", | |
"tags": [ | |
"Glossary", | |
"Navigator", | |
"Network Information API", | |
"NetworkInformation", | |
"Performance", | |
"Reference", | |
"Web Performance", | |
"connect", | |
"effective connection type", | |
"effectiveType" | |
] | |
}, | |
"/files/en-us/glossary/element/index.md": { | |
"title": "Element", | |
"slug": "Glossary/Element", | |
"tags": ["CodingScripting", "Glossary", "HTML"] | |
}, | |
"/files/en-us/glossary/empty_element/index.md": { | |
"title": "Empty element", | |
"slug": "Glossary/Empty_element", | |
"tags": ["CodingScripting", "Glossary", "Intermediate"] | |
}, | |
"/files/en-us/glossary/encapsulation/index.md": { | |
"title": "Encapsulation", | |
"slug": "Glossary/Encapsulation", | |
"tags": ["CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/encryption/index.md": { | |
"title": "Encryption", | |
"slug": "Glossary/Encryption", | |
"tags": ["Cryptography", "Glossary", "Privacy", "Security"] | |
}, | |
"/files/en-us/glossary/endianness/index.md": { | |
"title": "Endianness", | |
"slug": "Glossary/Endianness", | |
"tags": ["Coding", "CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/engine/index.md": { | |
"title": "Engine", | |
"slug": "Glossary/Engine", | |
"tags": ["CodingScripting", "Glossary", "NeedsContent"] | |
}, | |
"/files/en-us/glossary/entity/index.md": { | |
"title": "Entity", | |
"slug": "Glossary/Entity", | |
"tags": ["CodingScripting", "Composing", "Glossary", "HTML"] | |
}, | |
"/files/en-us/glossary/entity_header/index.md": { | |
"title": "Entity header", | |
"slug": "Glossary/Entity_header", | |
"tags": ["Glossary", "WebMechanics"] | |
}, | |
"/files/en-us/glossary/event/index.md": { | |
"title": "Event", | |
"slug": "Glossary/event", | |
"tags": ["CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/exception/index.md": { | |
"title": "Exception", | |
"slug": "Glossary/Exception", | |
"tags": ["Beginner", "CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/exif/index.md": { | |
"title": "EXIF", | |
"slug": "Glossary/EXIF", | |
"tags": ["EXIF", "Image"] | |
}, | |
"/files/en-us/glossary/expando/index.md": { | |
"title": "Expando", | |
"slug": "Glossary/Expando", | |
"tags": ["CodingScripting", "JavaScript", "Reference", "expando"] | |
}, | |
"/files/en-us/glossary/fallback_alignment/index.md": { | |
"title": "Fallback alignment", | |
"slug": "Glossary/Fallback_Alignment", | |
"tags": ["CSS", "Glossary", "alignment"] | |
}, | |
"/files/en-us/glossary/falsy/index.md": { | |
"title": "Falsy", | |
"slug": "Glossary/Falsy", | |
"tags": ["CodingScripting", "Glossary", "JavaScript"] | |
}, | |
"/files/en-us/glossary/favicon/index.md": { | |
"title": "Favicon", | |
"slug": "Glossary/Favicon", | |
"tags": ["Glossary", "Intro", "favicon", "user agent"] | |
}, | |
"/files/en-us/glossary/fetch_directive/index.md": { | |
"title": "Fetch directive", | |
"slug": "Glossary/Fetch_directive", | |
"tags": ["CSP", "HTTP", "Security"] | |
}, | |
"/files/en-us/glossary/fetch_metadata_request_header/index.md": { | |
"title": "Fetch metadata request header", | |
"slug": "Glossary/Fetch_metadata_request_header", | |
"tags": ["Fetch Metadata Request Headers", "Glossary"] | |
}, | |
"/files/en-us/glossary/firefox_os/index.md": { | |
"title": "Firefox OS", | |
"slug": "Glossary/Firefox_OS", | |
"tags": [ | |
"B2G", | |
"Boot2Gecko", | |
"Firefox OS", | |
"Glossary", | |
"Infrastructure", | |
"Intro" | |
] | |
}, | |
"/files/en-us/glossary/firewall/index.md": { | |
"title": "firewall", | |
"slug": "Glossary/firewall", | |
"tags": ["DDoS", "Firewall", "Glossary", "Security", "computer network"] | |
}, | |
"/files/en-us/glossary/first-class_function/index.md": { | |
"title": "First-class Function", | |
"slug": "Glossary/First-class_Function", | |
"tags": ["CodingScripting", "Glossary", "JavaScript"] | |
}, | |
"/files/en-us/glossary/first_contentful_paint/index.md": { | |
"title": "First contentful paint", | |
"slug": "Glossary/First_contentful_paint", | |
"tags": ["Glossary", "Performance", "Reference", "Web Performance"] | |
}, | |
"/files/en-us/glossary/first_cpu_idle/index.md": { | |
"title": "First CPU idle", | |
"slug": "Glossary/First_CPU_idle", | |
"tags": ["Glossary", "Lighthouse", "Performance", "Web Performance"] | |
}, | |
"/files/en-us/glossary/first_input_delay/index.md": { | |
"title": "First input delay", | |
"slug": "Glossary/First_input_delay", | |
"tags": ["Glossary", "Reference", "Web Performance"] | |
}, | |
"/files/en-us/glossary/first_interactive/index.md": { | |
"title": "First interactive", | |
"slug": "Glossary/First_interactive", | |
"tags": ["Glossary", "Lighthouse", "Web Performance"] | |
}, | |
"/files/en-us/glossary/first_meaningful_paint/index.md": { | |
"title": "First Meaningful Paint", | |
"slug": "Glossary/first_meaningful_paint", | |
"tags": ["Glossary", "Reference", "Web Performance"] | |
}, | |
"/files/en-us/glossary/first_paint/index.md": { | |
"title": "First paint", | |
"slug": "Glossary/First_paint", | |
"tags": ["Beginner", "Glossary", "Performance", "Web Performance"] | |
}, | |
"/files/en-us/glossary/flex/index.md": { | |
"title": "Flex", | |
"slug": "Glossary/Flex", | |
"tags": ["CSS", "Flex", "Glossary", "flexbox"] | |
}, | |
"/files/en-us/glossary/flex_container/index.md": { | |
"title": "Flex Container", | |
"slug": "Glossary/Flex_Container", | |
"tags": ["CSS", "Glossary", "flex container", "flexbox"] | |
}, | |
"/files/en-us/glossary/flex_item/index.md": { | |
"title": "Flex Item", | |
"slug": "Glossary/Flex_Item", | |
"tags": ["CSS", "Glossary", "flex item", "flexbox"] | |
}, | |
"/files/en-us/glossary/flexbox/index.md": { | |
"title": "Flexbox", | |
"slug": "Glossary/Flexbox", | |
"tags": ["CSS", "Glossary", "Intro", "flexbox"] | |
}, | |
"/files/en-us/glossary/forbidden_header_name/index.md": { | |
"title": "Forbidden header name", | |
"slug": "Glossary/Forbidden_header_name", | |
"tags": ["Fetch", "Glossary", "HTTP", "Headers", "forbidden"] | |
}, | |
"/files/en-us/glossary/forbidden_response_header_name/index.md": { | |
"title": "Forbidden response header name", | |
"slug": "Glossary/Forbidden_response_header_name", | |
"tags": ["Glossary", "HTTP", "Response", "forbidden"] | |
}, | |
"/files/en-us/glossary/fork/index.md": { | |
"title": "Fork", | |
"slug": "Glossary/Fork", | |
"tags": ["Fork", "Glossary", "Tools", "git"] | |
}, | |
"/files/en-us/glossary/fps/index.md": { | |
"title": "frame rate (FPS)", | |
"slug": "Glossary/FPS", | |
"tags": [ | |
"Animation", | |
"Glossary", | |
"Web Performance", | |
"requestAnimationFrame" | |
] | |
}, | |
"/files/en-us/glossary/fragmentainer/index.md": { | |
"title": "Fragmentainer", | |
"slug": "Glossary/Fragmentainer", | |
"tags": [ | |
"CSS", | |
"CSS Fragmentation Specification", | |
"Glossary", | |
"fragmentainer" | |
] | |
}, | |
"/files/en-us/glossary/ftp/index.md": { | |
"title": "FTP", | |
"slug": "Glossary/FTP", | |
"tags": ["CodingScripting", "FTP", "Glossary", "Protocol"] | |
}, | |
"/files/en-us/glossary/ftu/index.md": { | |
"title": "FTU", | |
"slug": "Glossary/FTU", | |
"tags": [ | |
"FTU", | |
"Firefox OS", | |
"First time use", | |
"Gaia", | |
"Glossary", | |
"Infrastructure", | |
"Intro" | |
] | |
}, | |
"/files/en-us/glossary/function/index.md": { | |
"title": "Function", | |
"slug": "Glossary/Function", | |
"tags": [ | |
"CodingScripting", | |
"Glossary", | |
"IIFE", | |
"Immediately Invoked Function Expressions (IIFE)", | |
"Intro", | |
"JavaScript" | |
] | |
}, | |
"/files/en-us/glossary/fuzzing/index.md": { | |
"title": "Fuzz testing", | |
"slug": "Glossary/Fuzzing", | |
"tags": ["Firefox", "Fuzzing", "Mozilla", "QA", "Security", "Testing"] | |
}, | |
"/files/en-us/glossary/garbage_collection/index.md": { | |
"title": "Garbage collection", | |
"slug": "Glossary/Garbage_collection", | |
"tags": ["CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/gecko/index.md": { | |
"title": "Gecko", | |
"slug": "Glossary/Gecko", | |
"tags": [ | |
"Firefox OS", | |
"Gecko", | |
"Glossary", | |
"Infrastructure", | |
"Intro", | |
"Mozilla" | |
] | |
}, | |
"/files/en-us/glossary/general_header/index.md": { | |
"title": "General header", | |
"slug": "Glossary/General_header", | |
"tags": ["Glossary", "WebMechanics"] | |
}, | |
"/files/en-us/glossary/gif/index.md": { | |
"title": "GIF", | |
"slug": "Glossary/gif", | |
"tags": ["Composing", "Glossary"] | |
}, | |
"/files/en-us/glossary/git/index.md": { | |
"title": "Git", | |
"slug": "Glossary/Git", | |
"tags": ["Collaborating", "Glossary"] | |
}, | |
"/files/en-us/glossary/global_object/index.md": { | |
"title": "Global object", | |
"slug": "Glossary/Global_object", | |
"tags": ["CodingScripting", "Glossary", "NeedsContent"] | |
}, | |
"/files/en-us/glossary/global_scope/index.md": { | |
"title": "Global scope", | |
"slug": "Glossary/Global_scope", | |
"tags": ["CodingScripting", "Glossary", "NeedsContent"] | |
}, | |
"/files/en-us/glossary/global_variable/index.md": { | |
"title": "Global variable", | |
"slug": "Glossary/Global_variable", | |
"tags": ["CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/glyph/index.md": { | |
"title": "Glyph", | |
"slug": "Glossary/Glyph", | |
"tags": ["Glossary", "SVG", "typography"] | |
}, | |
"/files/en-us/glossary/google_chrome/index.md": { | |
"title": "Google Chrome", | |
"slug": "Glossary/Google_Chrome", | |
"tags": [ | |
"Browser", | |
"Chrome canary", | |
"Chrome stable", | |
"Chromium", | |
"Glossary", | |
"WebMechanics", | |
"google chrome" | |
] | |
}, | |
"/files/en-us/glossary/gpl/index.md": { | |
"title": "GPL", | |
"slug": "Glossary/GPL", | |
"tags": [ | |
"GPL", | |
"Glossary", | |
"License", | |
"OpenPractices", | |
"Remixing", | |
"Sharing" | |
] | |
}, | |
"/files/en-us/glossary/gpu/index.md": { | |
"title": "GPU", | |
"slug": "Glossary/GPU", | |
"tags": ["Glossary", "Graphics", "Infrastructure"] | |
}, | |
"/files/en-us/glossary/graceful_degradation/index.md": { | |
"title": "Graceful degradation", | |
"slug": "Glossary/Graceful_degradation", | |
"tags": ["Design", "Glossary", "graceful degradation"] | |
}, | |
"/files/en-us/glossary/grid/index.md": { | |
"title": "Grid", | |
"slug": "Glossary/Grid", | |
"tags": ["CSS", "CSS Grid", "Glossary"] | |
}, | |
"/files/en-us/glossary/grid_areas/index.md": { | |
"title": "Grid Areas", | |
"slug": "Glossary/Grid_Areas", | |
"tags": ["CSS", "CSS Grids", "Reference"] | |
}, | |
"/files/en-us/glossary/grid_axis/index.md": { | |
"title": "Grid Axis", | |
"slug": "Glossary/Grid_Axis", | |
"tags": ["CSS", "CSS Grids"] | |
}, | |
"/files/en-us/glossary/grid_cell/index.md": { | |
"title": "Grid Cell", | |
"slug": "Glossary/Grid_Cell", | |
"tags": ["CSS Grids"] | |
}, | |
"/files/en-us/glossary/grid_column/index.md": { | |
"title": "Grid Column", | |
"slug": "Glossary/Grid_Column", | |
"tags": ["CSS", "CodingScripting"] | |
}, | |
"/files/en-us/glossary/grid_container/index.md": { | |
"title": "Grid container", | |
"slug": "Glossary/Grid_Container", | |
"tags": ["CSS", "Glossary", "grid"] | |
}, | |
"/files/en-us/glossary/grid_lines/index.md": { | |
"title": "Grid Lines", | |
"slug": "Glossary/Grid_Lines", | |
"tags": ["CSS Grids"] | |
}, | |
"/files/en-us/glossary/grid_rows/index.md": { | |
"title": "Grid Row", | |
"slug": "Glossary/Grid_Rows", | |
"tags": ["CSS Grids"] | |
}, | |
"/files/en-us/glossary/grid_tracks/index.md": { | |
"title": "Grid Tracks", | |
"slug": "Glossary/Grid_Tracks", | |
"tags": ["CSS Grids"] | |
}, | |
"/files/en-us/glossary/guard/index.md": { | |
"title": "Guard", | |
"slug": "Glossary/Guard", | |
"tags": ["API", "CodingScripting", "Glossary", "guard"] | |
}, | |
"/files/en-us/glossary/gutters/index.md": { | |
"title": "Gutters", | |
"slug": "Glossary/Gutters", | |
"tags": ["CSS Grids"] | |
}, | |
"/files/en-us/glossary/gzip_compression/index.md": { | |
"title": "gzip compression", | |
"slug": "Glossary/GZip_compression", | |
"tags": ["Glossary", "compression", "gzip"] | |
}, | |
"/files/en-us/glossary/hash/index.md": { | |
"title": "Hash", | |
"slug": "Glossary/hash", | |
"tags": ["CodingScripting", "Cryptography", "Glossary", "Hash"] | |
}, | |
"/files/en-us/glossary/head/index.md": { | |
"title": "Head", | |
"slug": "Glossary/Head", | |
"tags": ["CodingScripting", "Glossary", "HTML", "head", "metadata"] | |
}, | |
"/files/en-us/glossary/high-level_programming_language/index.md": { | |
"title": "High-level programming language", | |
"slug": "Glossary/High-level_programming_language", | |
"tags": ["CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/hmac/index.md": { | |
"title": "HMAC", | |
"slug": "Glossary/HMAC", | |
"tags": ["Cryptography", "Glossary", "Hash", "Security"] | |
}, | |
"/files/en-us/glossary/hoisting/index.md": { | |
"title": "Hoisting", | |
"slug": "Glossary/Hoisting", | |
"tags": ["CodingScripting", "Glossary", "JavaScript"] | |
}, | |
"/files/en-us/glossary/host/index.md": { | |
"title": "Host", | |
"slug": "Glossary/Host", | |
"tags": ["Glossary", "Intermediate", "Web", "WebMechanics"] | |
}, | |
"/files/en-us/glossary/hotlink/index.md": { | |
"title": "Hotlink", | |
"slug": "Glossary/Hotlink", | |
"tags": ["Glossary", "WebMechanics"] | |
}, | |
"/files/en-us/glossary/houdini/index.md": { | |
"title": "Houdini", | |
"slug": "Glossary/Houdini", | |
"tags": ["CSS", "CSS API", "Glossary", "Houdini", "Reference"] | |
}, | |
"/files/en-us/glossary/hpkp/index.md": { | |
"title": "HPKP", | |
"slug": "Glossary/HPKP", | |
"tags": ["Glossary", "Security"] | |
}, | |
"/files/en-us/glossary/hsts/index.md": { | |
"title": "HSTS", | |
"slug": "Glossary/HSTS", | |
"tags": ["HTTP", "Security"] | |
}, | |
"/files/en-us/glossary/html/index.md": { | |
"title": "HTML", | |
"slug": "Glossary/HTML", | |
"tags": ["CodingScripting", "Glossary", "HTML", "l10n:priority"] | |
}, | |
"/files/en-us/glossary/html5/index.md": { | |
"title": "HTML5", | |
"slug": "Glossary/HTML5", | |
"tags": ["CodingScripting", "Glossary", "HTML", "HTML5", "Markup"] | |
}, | |
"/files/en-us/glossary/http/index.md": { | |
"title": "HTTP", | |
"slug": "Glossary/HTTP", | |
"tags": [ | |
"Beginner", | |
"Glossary", | |
"HTTP", | |
"Infrastructure", | |
"Web Performance", | |
"l10n:priority" | |
] | |
}, | |
"/files/en-us/glossary/http_2/index.md": { | |
"title": "HTTP/2", | |
"slug": "Glossary/HTTP_2", | |
"tags": [ | |
"Glossary", | |
"HTTP", | |
"Infrastructure", | |
"Reference", | |
"Web Performance", | |
"l10n:priority" | |
] | |
}, | |
"/files/en-us/glossary/http_3/index.md": { | |
"title": "HTTP/3", | |
"slug": "Glossary/HTTP_3", | |
"tags": ["HTTP", "Intro", "NeedsContent"] | |
}, | |
"/files/en-us/glossary/http_header/index.md": { | |
"title": "HTTP header", | |
"slug": "Glossary/HTTP_header", | |
"tags": ["Glossary", "HTTP Header", "WebMechanics"] | |
}, | |
"/files/en-us/glossary/https/index.md": { | |
"title": "HTTPS", | |
"slug": "Glossary/https", | |
"tags": ["Glossary", "HTTPS", "Infrastructure", "Security"] | |
}, | |
"/files/en-us/glossary/https_rr/index.md": { | |
"title": "HTTPS RR", | |
"slug": "Glossary/https_rr", | |
"tags": ["Glossary", "HTTPS", "HTTPS RR", "Infrastructure", "Security"] | |
}, | |
"/files/en-us/glossary/hyperlink/index.md": { | |
"title": "Hyperlink", | |
"slug": "Glossary/Hyperlink", | |
"tags": ["CodingScripting", "Glossary", "HTML", "Navigation"] | |
}, | |
"/files/en-us/glossary/hypertext/index.md": { | |
"title": "Hypertext", | |
"slug": "Glossary/Hypertext", | |
"tags": ["Glossary", "Web", "WebMechanics"] | |
}, | |
"/files/en-us/glossary/i18n/index.md": { | |
"title": "I18N", | |
"slug": "Glossary/I18N", | |
"tags": [ | |
"Beginner", | |
"Credibility", | |
"Glossary", | |
"Internationalization", | |
"OpenPractices", | |
"i18n" | |
] | |
}, | |
"/files/en-us/glossary/iana/index.md": { | |
"title": "IANA", | |
"slug": "Glossary/IANA", | |
"tags": ["Glossary", "Infrastructure"] | |
}, | |
"/files/en-us/glossary/icann/index.md": { | |
"title": "ICANN", | |
"slug": "Glossary/ICANN", | |
"tags": ["Glossary", "Infrastructure"] | |
}, | |
"/files/en-us/glossary/ice/index.md": { | |
"title": "ICE", | |
"slug": "Glossary/ICE", | |
"tags": ["CodingScripting", "Glossary", "Networking", "Protocols", "WebRTC"] | |
}, | |
"/files/en-us/glossary/ide/index.md": { | |
"title": "IDE", | |
"slug": "Glossary/IDE", | |
"tags": ["CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/idempotent/index.md": { | |
"title": "Idempotent", | |
"slug": "Glossary/Idempotent", | |
"tags": ["Glossary", "WebMechanics"] | |
}, | |
"/files/en-us/glossary/identifier/index.md": { | |
"title": "Identifier", | |
"slug": "Glossary/Identifier", | |
"tags": ["Beginner", "CodingScripting", "Glossary", "Sharing"] | |
}, | |
"/files/en-us/glossary/idl/index.md": { | |
"title": "IDL", | |
"slug": "Glossary/IDL", | |
"tags": [ | |
"CodingScripting", | |
"Glossary", | |
"IDL", | |
"Interface description language" | |
] | |
}, | |
"/files/en-us/glossary/ietf/index.md": { | |
"title": "IETF", | |
"slug": "Glossary/IETF", | |
"tags": ["Glossary", "IETF", "Infrastructure", "Internet"] | |
}, | |
"/files/en-us/glossary/iife/index.md": { | |
"title": "IIFE", | |
"slug": "Glossary/IIFE", | |
"tags": [ | |
"CodingScripting", | |
"DesignPattern", | |
"Functions", | |
"Glossary", | |
"JavaScript" | |
] | |
}, | |
"/files/en-us/glossary/imap/index.md": { | |
"title": "IMAP", | |
"slug": "Glossary/IMAP", | |
"tags": ["Beginner", "Glossary", "Infrastructure", "MailNews"] | |
}, | |
"/files/en-us/glossary/immutable/index.md": { | |
"title": "Immutable", | |
"slug": "Glossary/Immutable", | |
"tags": ["CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/index/index.md": { | |
"title": "Index", | |
"slug": "Glossary/Index", | |
"tags": ["Glossary", "Index", "MDN Meta", "Navigation"] | |
}, | |
"/files/en-us/glossary/index.md": { | |
"title": "MDN Web Docs Glossary: Definitions of Web-related terms", | |
"slug": "Glossary", | |
"tags": [ | |
"Beginner", | |
"Definitions", | |
"Dictionary", | |
"Glossary", | |
"Index", | |
"Landing", | |
"Terminology" | |
] | |
}, | |
"/files/en-us/glossary/indexeddb/index.md": { | |
"title": "IndexedDB", | |
"slug": "Glossary/IndexedDB", | |
"tags": ["API", "CodingScripting", "Database", "Glossary", "Sql"] | |
}, | |
"/files/en-us/glossary/information_architecture/index.md": { | |
"title": "Information architecture", | |
"slug": "Glossary/Information_architecture", | |
"tags": ["Design", "Glossary", "information architecture"] | |
}, | |
"/files/en-us/glossary/inheritance/index.md": { | |
"title": "Inheritance", | |
"slug": "Glossary/Inheritance", | |
"tags": [ | |
"CodingScripting", | |
"Glossary", | |
"Inheritance", | |
"Programming Language" | |
] | |
}, | |
"/files/en-us/glossary/input_method_editor/index.md": { | |
"title": "Input method editor", | |
"slug": "Glossary/Input_method_editor", | |
"tags": ["Glossary"] | |
}, | |
"/files/en-us/glossary/instance/index.md": { | |
"title": "Instance", | |
"slug": "Glossary/Instance", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"Glossary", | |
"JavaScript", | |
"NeedsExample", | |
"OOP" | |
] | |
}, | |
"/files/en-us/glossary/internationalization_and_localization/index.md": { | |
"title": "Internationalization", | |
"slug": "Glossary/Internationalization_and_localization", | |
"tags": ["Glossary", "Internationalization", "Reference"] | |
}, | |
"/files/en-us/glossary/internet/index.md": { | |
"title": "Internet", | |
"slug": "Glossary/Internet", | |
"tags": [ | |
"Beginner", | |
"Glossary", | |
"Guide", | |
"Intro", | |
"NeedsContent", | |
"Tutorial", | |
"Web", | |
"WebMechanics" | |
] | |
}, | |
"/files/en-us/glossary/intrinsic_size/index.md": { | |
"title": "Intrinsic size", | |
"slug": "Glossary/Intrinsic_Size", | |
"tags": ["CSS", "Glossary", "Intrinsic size"] | |
}, | |
"/files/en-us/glossary/ip_address/index.md": { | |
"title": "IP Address", | |
"slug": "Glossary/IP_Address", | |
"tags": ["Beginner", "Glossary", "Infrastructure", "Web"] | |
}, | |
"/files/en-us/glossary/ipv4/index.md": { | |
"title": "IPv4", | |
"slug": "Glossary/IPv4", | |
"tags": [ | |
"Glossary", | |
"IPv4", | |
"Infrastructure", | |
"Internet Protocol", | |
"Protocol" | |
] | |
}, | |
"/files/en-us/glossary/ipv6/index.md": { | |
"title": "IPv6", | |
"slug": "Glossary/IPv6", | |
"tags": [ | |
"Glossary", | |
"IPv6", | |
"Infrastructure", | |
"Intermediate", | |
"Web", | |
"WebMechanics" | |
] | |
}, | |
"/files/en-us/glossary/irc/index.md": { | |
"title": "IRC", | |
"slug": "Glossary/IRC", | |
"tags": [ | |
"Glossary", | |
"Infrastructure", | |
"Internet Relay Chat", | |
"Open Protocol", | |
"irc" | |
] | |
}, | |
"/files/en-us/glossary/iso/index.md": { | |
"title": "ISO", | |
"slug": "Glossary/ISO", | |
"tags": [ | |
"Glossary", | |
"ISO", | |
"Infrastructure", | |
"Web Standards", | |
"web specifications" | |
] | |
}, | |
"/files/en-us/glossary/isp/index.md": { | |
"title": "ISP", | |
"slug": "Glossary/ISP", | |
"tags": [ | |
"Glossary", | |
"ISP", | |
"Internet Service Provider", | |
"Web", | |
"WebMechanics" | |
] | |
}, | |
"/files/en-us/glossary/itu/index.md": { | |
"title": "ITU", | |
"slug": "Glossary/ITU", | |
"tags": ["Glossary", "ITU", "Standardization", "organization"] | |
}, | |
"/files/en-us/glossary/jank/index.md": { | |
"title": "Jank", | |
"slug": "Glossary/Jank", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"Glossary", | |
"Performance", | |
"Web Performance" | |
] | |
}, | |
"/files/en-us/glossary/java/index.md": { | |
"title": "Java", | |
"slug": "Glossary/Java", | |
"tags": ["CodingScripting", "Glossary", "Java", "Programming Language"] | |
}, | |
"/files/en-us/glossary/javascript/index.md": { | |
"title": "JavaScript", | |
"slug": "Glossary/JavaScript", | |
"tags": ["CodingScripting", "Glossary", "JavaScript", "l10n:priority"] | |
}, | |
"/files/en-us/glossary/jpeg/index.md": { | |
"title": "JPEG", | |
"slug": "Glossary/jpeg", | |
"tags": ["Beginner", "Composing", "Glossary", "Images", "JPEG"] | |
}, | |
"/files/en-us/glossary/jquery/index.md": { | |
"title": "jQuery", | |
"slug": "Glossary/jQuery", | |
"tags": ["Glossary", "JQuery", "JavaScript"] | |
}, | |
"/files/en-us/glossary/json/index.md": { | |
"title": "JSON", | |
"slug": "Glossary/JSON", | |
"tags": ["CodingScripting", "Glossary", "Intro", "JSON", "l10n:priority"] | |
}, | |
"/files/en-us/glossary/key/index.md": { | |
"title": "Key", | |
"slug": "Glossary/Key", | |
"tags": ["Cryptography", "Glossary", "Security"] | |
}, | |
"/files/en-us/glossary/keyword/index.md": { | |
"title": "Keyword", | |
"slug": "Glossary/Keyword", | |
"tags": ["Glossary", "Keyword", "Search", "keyword search"] | |
}, | |
"/files/en-us/glossary/khronos/index.md": { | |
"title": "The Khronos Group", | |
"slug": "Glossary/Khronos", | |
"tags": ["Glossary", "Khronos"] | |
}, | |
"/files/en-us/glossary/latency/index.md": { | |
"title": "Latency", | |
"slug": "Glossary/Latency", | |
"tags": [ | |
"Audio", | |
"Glossary", | |
"Media", | |
"Networking", | |
"Reference", | |
"Video", | |
"Web Performance", | |
"latency" | |
] | |
}, | |
"/files/en-us/glossary/layout_viewport/index.md": { | |
"title": "Layout viewport", | |
"slug": "Glossary/Layout_viewport", | |
"tags": [ | |
"CodingScripting", | |
"Glossary", | |
"Layout", | |
"layout viewport", | |
"viewport" | |
] | |
}, | |
"/files/en-us/glossary/lazy_load/index.md": { | |
"title": "Lazy load", | |
"slug": "Glossary/Lazy_load", | |
"tags": ["Glossary", "Lazy loading", "Reference", "Web Performance"] | |
}, | |
"/files/en-us/glossary/lgpl/index.md": { | |
"title": "LGPL", | |
"slug": "Glossary/LGPL", | |
"tags": ["Glossary", "License", "OpenPractices", "Remixing", "Sharing"] | |
}, | |
"/files/en-us/glossary/ligature/index.md": { | |
"title": "Ligature", | |
"slug": "Glossary/Ligature", | |
"tags": ["CSS", "Design", "Glossary"] | |
}, | |
"/files/en-us/glossary/literal/index.md": { | |
"title": "Literal", | |
"slug": "Glossary/Literal", | |
"tags": ["Literal", "JavaScript", "Glossary"] | |
}, | |
"/files/en-us/glossary/local_scope/index.md": { | |
"title": "Local scope", | |
"slug": "Glossary/Local_scope", | |
"tags": ["CodingScripting", "Glossary", "NeedsContent"] | |
}, | |
"/files/en-us/glossary/local_variable/index.md": { | |
"title": "Local variable", | |
"slug": "Glossary/Local_variable", | |
"tags": ["CodingScripting", "Glossary", "NeedsContent"] | |
}, | |
"/files/en-us/glossary/locale/index.md": { | |
"title": "Locale", | |
"slug": "Glossary/Locale", | |
"tags": ["Composing", "Glossary", "Locale"] | |
}, | |
"/files/en-us/glossary/localization/index.md": { | |
"title": "Localization", | |
"slug": "Glossary/Localization", | |
"tags": [ | |
"Collaborating", | |
"Glossary", | |
"Intro", | |
"Localization", | |
"WebMechanics" | |
] | |
}, | |
"/files/en-us/glossary/long_task/index.md": { | |
"title": "Long task", | |
"slug": "Glossary/Long_task", | |
"tags": ["Glossary", "Long Tasks API", "Reference", "Web Performance"] | |
}, | |
"/files/en-us/glossary/loop/index.md": { | |
"title": "Loop", | |
"slug": "Glossary/loop", | |
"tags": ["CodingScripting", "Glossary", "control flow", "programming"] | |
}, | |
"/files/en-us/glossary/lossless_compression/index.md": { | |
"title": "Lossless compression", | |
"slug": "Glossary/Lossless_compression", | |
"tags": [ | |
"Beginner", | |
"Composing", | |
"Glossary", | |
"Images", | |
"Web Performance", | |
"compression", | |
"lossless" | |
] | |
}, | |
"/files/en-us/glossary/lossy_compression/index.md": { | |
"title": "lossy compression", | |
"slug": "Glossary/lossy_compression", | |
"tags": [ | |
"Beginner", | |
"Composing", | |
"Glossary", | |
"Images", | |
"JPEG", | |
"Lossy", | |
"Web Performance", | |
"compression" | |
] | |
}, | |
"/files/en-us/glossary/ltr/index.md": { | |
"title": "LTR (Left To Right)", | |
"slug": "Glossary/ltr", | |
"tags": ["Composing", "Glossary", "Localization"] | |
}, | |
"/files/en-us/glossary/main_axis/index.md": { | |
"title": "Main Axis", | |
"slug": "Glossary/Main_Axis", | |
"tags": ["CSS", "Glossary", "Main axis", "flexbox"] | |
}, | |
"/files/en-us/glossary/main_thread/index.md": { | |
"title": "Main thread", | |
"slug": "Glossary/Main_thread", | |
"tags": ["Glossary", "Reference", "Web Performance"] | |
}, | |
"/files/en-us/glossary/markup/index.md": { | |
"title": "markup", | |
"slug": "Glossary/markup", | |
"tags": ["Glossary", "Intro", "Markup", "NeedsContent"] | |
}, | |
"/files/en-us/glossary/mathml/index.md": { | |
"title": "MathML", | |
"slug": "Glossary/MathML", | |
"tags": [ | |
"CodingScripting", | |
"Glossary", | |
"MathML", | |
"Mathematical Markup Language", | |
"XML" | |
] | |
}, | |
"/files/en-us/glossary/media/audio-visual_presentation/index.md": { | |
"title": "Media (Audio-visual presentation)", | |
"slug": "Glossary/Media/Audio-visual_presentation", | |
"tags": ["Audio", "Glossary", "Media", "Multimedia", "Video"] | |
}, | |
"/files/en-us/glossary/media/css/index.md": { | |
"title": "Media (CSS)", | |
"slug": "Glossary/Media/CSS", | |
"tags": ["CSS", "Glossary", "Intro", "Media"] | |
}, | |
"/files/en-us/glossary/media/index.md": { | |
"title": "Media", | |
"slug": "Glossary/Media", | |
"tags": ["Disambiguation", "Glossary"] | |
}, | |
"/files/en-us/glossary/metadata/index.md": { | |
"title": "Metadata", | |
"slug": "Glossary/Metadata", | |
"tags": ["CodingScripting", "Glossary", "HTML", "metadata"] | |
}, | |
"/files/en-us/glossary/method/index.md": { | |
"title": "Method", | |
"slug": "Glossary/Method", | |
"tags": ["CodingScripting", "Glossary", "JavaScript"] | |
}, | |
"/files/en-us/glossary/microsoft_edge/index.md": { | |
"title": "Microsoft Edge", | |
"slug": "Glossary/Microsoft_Edge", | |
"tags": ["Browser", "Glossary", "Infrastructure"] | |
}, | |
"/files/en-us/glossary/microsoft_internet_explorer/index.md": { | |
"title": "Microsoft Internet Explorer", | |
"slug": "Glossary/Microsoft_Internet_Explorer", | |
"tags": [ | |
"Browser", | |
"Glossary", | |
"Internet Explorer", | |
"Microsoft", | |
"Microsoft Internet Explorer", | |
"Navigation", | |
"Web Browser", | |
"Windows", | |
"Windows Operating System" | |
] | |
}, | |
"/files/en-us/glossary/middleware/index.md": { | |
"title": "Middleware", | |
"slug": "Glossary/Middleware", | |
"tags": ["CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/mime/index.md": { | |
"title": "mime", | |
"slug": "Glossary/mime", | |
"tags": ["Beginner", "Glossary", "Infrastructure", "MIME"] | |
}, | |
"/files/en-us/glossary/mime_type/index.md": { | |
"title": "MIME type", | |
"slug": "Glossary/MIME_type", | |
"tags": ["Glossary", "WebMechanics"] | |
}, | |
"/files/en-us/glossary/minification/index.md": { | |
"title": "minification", | |
"slug": "Glossary/minification", | |
"tags": ["Glossary", "Performance", "Reference", "Web Performance"] | |
}, | |
"/files/en-us/glossary/mitm/index.md": { | |
"title": "MitM", | |
"slug": "Glossary/MitM", | |
"tags": ["Glossary", "Security"] | |
}, | |
"/files/en-us/glossary/mixin/index.md": { | |
"title": "Mixin", | |
"slug": "Glossary/Mixin", | |
"tags": ["CodingScripting", "Glossary", "Method", "Mixin", "Property"] | |
}, | |
"/files/en-us/glossary/mobile_first/index.md": { | |
"title": "Mobile First", | |
"slug": "Glossary/Mobile_First", | |
"tags": ["Design", "Glossary", "Layout", "Layout mobile"] | |
}, | |
"/files/en-us/glossary/modem/index.md": { | |
"title": "Modem", | |
"slug": "Glossary/Modem", | |
"tags": ["Infrastructure", "Navigation"] | |
}, | |
"/files/en-us/glossary/modularity/index.md": { | |
"title": "Modularity", | |
"slug": "Glossary/modularity", | |
"tags": ["CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/mozilla_firefox/index.md": { | |
"title": "Mozilla Firefox", | |
"slug": "Glossary/Mozilla_Firefox", | |
"tags": [ | |
"Browser", | |
"Firefox", | |
"Glossary", | |
"Infrastructure", | |
"Mozilla", | |
"Mozilla Firefox" | |
] | |
}, | |
"/files/en-us/glossary/mutable/index.md": { | |
"title": "Mutable", | |
"slug": "Glossary/Mutable", | |
"tags": ["CodingScripting", "Glossary", "NeedsContent"] | |
}, | |
"/files/en-us/glossary/mvc/index.md": { | |
"title": "MVC", | |
"slug": "Glossary/MVC", | |
"tags": [ | |
"Glossary", | |
"Infrastructure", | |
"Intro", | |
"MVC", | |
"Model View Controller" | |
] | |
}, | |
"/files/en-us/glossary/namespace/index.md": { | |
"title": "Namespace", | |
"slug": "Glossary/Namespace", | |
"tags": ["CodingScripting", "Glossary", "Operating System"] | |
}, | |
"/files/en-us/glossary/nan/index.md": { | |
"title": "NaN", | |
"slug": "Glossary/NaN", | |
"tags": ["CodingScripting", "Computing", "Glossary", "NaN"] | |
}, | |
"/files/en-us/glossary/nat/index.md": { | |
"title": "NAT", | |
"slug": "Glossary/NAT", | |
"tags": ["Beginner", "Glossary", "Infrastructure", "WebMechanics", "WebRTC"] | |
}, | |
"/files/en-us/glossary/native/index.md": { | |
"title": "Native", | |
"slug": "Glossary/Native", | |
"tags": ["CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/navigation_directive/index.md": { | |
"title": "Navigation directive", | |
"slug": "Glossary/Navigation_directive", | |
"tags": ["CSP", "HTTP", "Security"] | |
}, | |
"/files/en-us/glossary/netscape_navigator/index.md": { | |
"title": "Netscape Navigator", | |
"slug": "Glossary/Netscape_Navigator", | |
"tags": [ | |
"Browser", | |
"Glossary", | |
"Navigation", | |
"Netscape", | |
"Netscape Navigator" | |
] | |
}, | |
"/files/en-us/glossary/network_throttling/index.md": { | |
"title": "Network throttling", | |
"slug": "Glossary/Network_throttling", | |
"tags": [ | |
"Glossary", | |
"RUM", | |
"Reference", | |
"Synthetic monitoring", | |
"Web Performance" | |
] | |
}, | |
"/files/en-us/glossary/nntp/index.md": { | |
"title": "NNTP", | |
"slug": "Glossary/NNTP", | |
"tags": ["Glossary", "Infrastructure"] | |
}, | |
"/files/en-us/glossary/node/dom/index.md": { | |
"title": "Node (DOM)", | |
"slug": "Glossary/Node/DOM", | |
"tags": ["CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/node/index.md": { | |
"title": "Node", | |
"slug": "Glossary/Node", | |
"tags": ["Disambiguation", "Glossary"] | |
}, | |
"/files/en-us/glossary/node/networking/index.md": { | |
"title": "Node (networking)", | |
"slug": "Glossary/Node/networking", | |
"tags": ["Glossary", "Infrastructure"] | |
}, | |
"/files/en-us/glossary/node.js/index.md": { | |
"title": "Node.js", | |
"slug": "Glossary/Node.js", | |
"tags": ["Glossary", "Infrastructure", "JavaScript", "node.js"] | |
}, | |
"/files/en-us/glossary/non-normative/index.md": { | |
"title": "non-normative", | |
"slug": "Glossary/non-normative", | |
"tags": ["Glossary", "Infrastructure", "Specification", "Standardization"] | |
}, | |
"/files/en-us/glossary/normative/index.md": { | |
"title": "Normative", | |
"slug": "Glossary/Normative", | |
"tags": ["Glossary", "Infrastructure", "Specification", "Standardization"] | |
}, | |
"/files/en-us/glossary/null/index.md": { | |
"title": "Null", | |
"slug": "Glossary/Null", | |
"tags": ["CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/nullish/index.md": { | |
"title": "Nullish value", | |
"slug": "Glossary/Nullish", | |
"tags": ["Glossary", "JavaScript", "Null", "Primitive", "undefined"] | |
}, | |
"/files/en-us/glossary/number/index.md": { | |
"title": "Number", | |
"slug": "Glossary/Number", | |
"tags": ["CodingScripting", "Glossary", "JavaScript"] | |
}, | |
"/files/en-us/glossary/object/index.md": { | |
"title": "Object", | |
"slug": "Glossary/Object", | |
"tags": ["CodingScripting", "Glossary", "Intro", "Object"] | |
}, | |
"/files/en-us/glossary/object_reference/index.md": { | |
"title": "Object reference", | |
"slug": "Glossary/Object_reference", | |
"tags": ["CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/oop/index.md": { | |
"title": "OOP", | |
"slug": "Glossary/OOP", | |
"tags": ["Beginner", "CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/opengl/index.md": { | |
"title": "OpenGL", | |
"slug": "Glossary/OpenGL", | |
"tags": ["CodingScripting", "Glossary", "OpenGL"] | |
}, | |
"/files/en-us/glossary/openssl/index.md": { | |
"title": "OpenSSL", | |
"slug": "Glossary/OpenSSL", | |
"tags": ["Glossary", "Security"] | |
}, | |
"/files/en-us/glossary/opera_browser/index.md": { | |
"title": "Opera Browser", | |
"slug": "Glossary/Opera_Browser", | |
"tags": ["Browser", "Glossary", "Navigation", "Opera", "Opera Browser"] | |
}, | |
"/files/en-us/glossary/operand/index.md": { | |
"title": "Operand", | |
"slug": "Glossary/Operand", | |
"tags": ["CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/operator/index.md": { | |
"title": "Operator", | |
"slug": "Glossary/Operator", | |
"tags": ["CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/origin/index.md": { | |
"title": "Origin", | |
"slug": "Glossary/Origin", | |
"tags": ["Glossary", "Security", "WebMechanics", "origin"] | |
}, | |
"/files/en-us/glossary/ota/index.md": { | |
"title": "OTA", | |
"slug": "Glossary/OTA", | |
"tags": [ | |
"Glossary", | |
"Infrastructure", | |
"Intro", | |
"OTA", | |
"Over the air", | |
"updates" | |
] | |
}, | |
"/files/en-us/glossary/owasp/index.md": { | |
"title": "OWASP", | |
"slug": "Glossary/OWASP", | |
"tags": ["Glossary", "Security"] | |
}, | |
"/files/en-us/glossary/p2p/index.md": { | |
"title": "P2P", | |
"slug": "Glossary/P2P", | |
"tags": ["Glossary", "Infrastructure", "Networking", "P2P"] | |
}, | |
"/files/en-us/glossary/pac/index.md": { | |
"title": "PAC", | |
"slug": "Glossary/PAC", | |
"tags": ["CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/packet/index.md": { | |
"title": "Packet", | |
"slug": "Glossary/Packet", | |
"tags": [ | |
"Glossary", | |
"Network packet", | |
"Packet", | |
"Reference", | |
"TCP", | |
"Web Performance", | |
"payload" | |
] | |
}, | |
"/files/en-us/glossary/page_load_time/index.md": { | |
"title": "Page load time", | |
"slug": "Glossary/Page_load_time", | |
"tags": [ | |
"Glossary", | |
"Timings", | |
"Web Performance", | |
"metrics", | |
"page load time" | |
] | |
}, | |
"/files/en-us/glossary/page_prediction/index.md": { | |
"title": "Page prediction", | |
"slug": "Glossary/Page_prediction", | |
"tags": ["Glossary", "Security", "Web Performance", "page prediction"] | |
}, | |
"/files/en-us/glossary/parameter/index.md": { | |
"title": "Parameter", | |
"slug": "Glossary/Parameter", | |
"tags": ["CodingScripting", "Glossary", "JavaScript"] | |
}, | |
"/files/en-us/glossary/parent_object/index.md": { | |
"title": "Parent object", | |
"slug": "Glossary/Parent_object", | |
"tags": ["CodingScripting", "Glossary", "NeedsContent"] | |
}, | |
"/files/en-us/glossary/parse/index.md": { | |
"title": "Parse", | |
"slug": "Glossary/Parse", | |
"tags": [ | |
"Browser", | |
"CSS", | |
"CodingScripting", | |
"Glossary", | |
"HTML", | |
"JavaScript", | |
"Web Performance" | |
] | |
}, | |
"/files/en-us/glossary/parser/index.md": { | |
"title": "Parser", | |
"slug": "Glossary/Parser", | |
"tags": ["CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/payload_body/index.md": { | |
"title": "Payload body", | |
"slug": "Glossary/Payload_body", | |
"tags": ["HTTP", "HTTP Header"] | |
}, | |
"/files/en-us/glossary/payload_header/index.md": { | |
"title": "Payload header", | |
"slug": "Glossary/Payload_header", | |
"tags": ["Glossary", "Payload header", "Headers", "WebMechanics"] | |
}, | |
"/files/en-us/glossary/pdf/index.md": { | |
"title": "PDF", | |
"slug": "Glossary/PDF", | |
"tags": ["Composing", "Glossary", "PDF", "Portable Document Format"] | |
}, | |
"/files/en-us/glossary/perceived_performance/index.md": { | |
"title": "Perceived performance", | |
"slug": "Glossary/Perceived_performance", | |
"tags": [ | |
"Glossary", | |
"Perceived Performance", | |
"Reference", | |
"Web Performance" | |
] | |
}, | |
"/files/en-us/glossary/percent-encoding/index.md": { | |
"title": "Percent-encoding", | |
"slug": "Glossary/percent-encoding", | |
"tags": ["Glossary", "WebMechanics"] | |
}, | |
"/files/en-us/glossary/php/index.md": { | |
"title": "PHP", | |
"slug": "Glossary/PHP", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"Glossary", | |
"Infrastructure", | |
"Intro", | |
"PHP" | |
] | |
}, | |
"/files/en-us/glossary/pixel/index.md": { | |
"title": "Pixel", | |
"slug": "Glossary/Pixel", | |
"tags": ["Design", "Glossary", "Graphics"] | |
}, | |
"/files/en-us/glossary/placeholder_names/index.md": { | |
"title": "Placeholder names", | |
"slug": "Glossary/Placeholder_names", | |
"tags": ["Cryptography", "Glossary", "Security"] | |
}, | |
"/files/en-us/glossary/plaintext/index.md": { | |
"title": "Plaintext", | |
"slug": "Glossary/Plaintext", | |
"tags": ["Cryptography", "Glossary", "Security"] | |
}, | |
"/files/en-us/glossary/plugin/index.md": { | |
"title": "Plugin", | |
"slug": "Glossary/Plugin" | |
}, | |
"/files/en-us/glossary/png/index.md": { | |
"title": "PNG", | |
"slug": "Glossary/PNG", | |
"tags": ["Beginner", "Composing", "Glossary", "Infrastructure", "PNG"] | |
}, | |
"/files/en-us/glossary/polyfill/index.md": { | |
"title": "Polyfill", | |
"slug": "Glossary/Polyfill", | |
"tags": [ | |
"Browser Support", | |
"CodingScripting", | |
"Glossary", | |
"JavaScript", | |
"polyfill" | |
] | |
}, | |
"/files/en-us/glossary/polymorphism/index.md": { | |
"title": "Polymorphism", | |
"slug": "Glossary/Polymorphism", | |
"tags": ["CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/pop/index.md": { | |
"title": "POP3", | |
"slug": "Glossary/POP", | |
"tags": ["Beginner", "Glossary", "Infrastructure"] | |
}, | |
"/files/en-us/glossary/port/index.md": { | |
"title": "Port", | |
"slug": "Glossary/Port", | |
"tags": ["Glossary", "Intro", "Security", "computer network", "port"] | |
}, | |
"/files/en-us/glossary/prefetch/index.md": { | |
"title": "Prefetch", | |
"slug": "Glossary/Prefetch", | |
"tags": ["Glossary", "Prefetch", "Reference", "Web Performance"] | |
}, | |
"/files/en-us/glossary/preflight_request/index.md": { | |
"title": "Preflight request", | |
"slug": "Glossary/Preflight_request", | |
"tags": ["CORS", "Glossary", "HTTP", "Preflight", "request"] | |
}, | |
"/files/en-us/glossary/prerender/index.md": { | |
"title": "Prerender", | |
"slug": "Glossary/prerender", | |
"tags": ["Glossary", "Prefetch", "Security", "Web Performance", "prerender"] | |
}, | |
"/files/en-us/glossary/presto/index.md": { | |
"title": "Presto", | |
"slug": "Glossary/Presto", | |
"tags": ["Glossary", "Infrastructure"] | |
}, | |
"/files/en-us/glossary/primitive/index.md": { | |
"title": "Primitive", | |
"slug": "Glossary/Primitive", | |
"tags": ["CodingScripting", "Glossary", "JavaScript"] | |
}, | |
"/files/en-us/glossary/privileged/index.md": { | |
"title": "Privileged", | |
"slug": "Glossary/Privileged", | |
"tags": ["Glossary", "Security"] | |
}, | |
"/files/en-us/glossary/privileged_code/index.md": { | |
"title": "privileged code", | |
"slug": "Glossary/privileged_code", | |
"tags": ["privileged"] | |
}, | |
"/files/en-us/glossary/progressive_enhancement/index.md": { | |
"title": "Progressive Enhancement", | |
"slug": "Glossary/Progressive_Enhancement", | |
"tags": ["Accessibility", "Design", "Glossary"] | |
}, | |
"/files/en-us/glossary/progressive_web_apps/index.md": { | |
"title": "Progressive web apps", | |
"slug": "Glossary/Progressive_web_apps", | |
"tags": ["Composing", "Glossary", "Progressive web apps"] | |
}, | |
"/files/en-us/glossary/promise/index.md": { | |
"title": "Promise", | |
"slug": "Glossary/Promise", | |
"tags": ["Glossary", "Promise", "Promises", "asynchronous"] | |
}, | |
"/files/en-us/glossary/property/css/index.md": { | |
"title": "Property (CSS)", | |
"slug": "Glossary/property/CSS", | |
"tags": ["CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/property/index.md": { | |
"title": "Property", | |
"slug": "Glossary/property", | |
"tags": ["Disambiguation", "Glossary"] | |
}, | |
"/files/en-us/glossary/property/javascript/index.md": { | |
"title": "Property (JavaScript)", | |
"slug": "Glossary/property/JavaScript", | |
"tags": ["CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/protocol/index.md": { | |
"title": "Protocol", | |
"slug": "Glossary/Protocol", | |
"tags": ["Glossary", "Infrastructure", "Protocols"] | |
}, | |
"/files/en-us/glossary/prototype/index.md": { | |
"title": "Prototype", | |
"slug": "Glossary/Prototype", | |
"tags": ["Apps", "Composing", "Glossary"] | |
}, | |
"/files/en-us/glossary/prototype-based_programming/index.md": { | |
"title": "Prototype-based programming", | |
"slug": "Glossary/Prototype-based_programming", | |
"tags": ["CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/proxy_server/index.md": { | |
"title": "Proxy server", | |
"slug": "Glossary/Proxy_server", | |
"tags": ["Glossary", "Proxy", "Server"] | |
}, | |
"/files/en-us/glossary/pseudo-class/index.md": { | |
"title": "Pseudo-class", | |
"slug": "Glossary/Pseudo-class", | |
"tags": ["CSS", "CodingScripting", "Glossary", "Selector"] | |
}, | |
"/files/en-us/glossary/pseudo-element/index.md": { | |
"title": "Pseudo-element", | |
"slug": "Glossary/Pseudo-element", | |
"tags": ["CSS", "CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/pseudocode/index.md": { | |
"title": "Pseudocode", | |
"slug": "Glossary/Pseudocode", | |
"tags": ["CodingScripting", "Glossary", "Pseudocode"] | |
}, | |
"/files/en-us/glossary/public-key_cryptography/index.md": { | |
"title": "Public-key cryptography", | |
"slug": "Glossary/Public-key_cryptography", | |
"tags": ["Cryptography", "Glossary", "Public-key cryptography", "Security"] | |
}, | |
"/files/en-us/glossary/python/index.md": { | |
"title": "Python", | |
"slug": "Glossary/Python", | |
"tags": ["CodingScripting", "Glossary", "Language", "Python", "programming"] | |
}, | |
"/files/en-us/glossary/quality_values/index.md": { | |
"title": "Quality values", | |
"slug": "Glossary/Quality_values", | |
"tags": ["Glossary", "WebMechanics"] | |
}, | |
"/files/en-us/glossary/quaternion/index.md": { | |
"title": "Quaternion", | |
"slug": "Glossary/Quaternion", | |
"tags": [ | |
"Definition", | |
"Glossary", | |
"Orientation", | |
"Quaternion", | |
"WebXR", | |
"rotation" | |
] | |
}, | |
"/files/en-us/glossary/quic/index.md": { | |
"title": "QUIC", | |
"slug": "Glossary/QUIC", | |
"tags": ["Glossary", "HTTP", "QUIC", "Reference", "Web Performance"] | |
}, | |
"/files/en-us/glossary/rail/index.md": { | |
"title": "RAIL", | |
"slug": "Glossary/RAIL", | |
"tags": ["Glossary", "RAIL", "Timings", "Web Performance"] | |
}, | |
"/files/en-us/glossary/raster_image/index.md": { | |
"title": "Raster image", | |
"slug": "Glossary/Raster_image", | |
"tags": [ | |
"CUR", | |
"Documents", | |
"Glossary", | |
"ICO", | |
"JPEG", | |
"PNG", | |
"gif", | |
"raster image" | |
] | |
}, | |
"/files/en-us/glossary/rdf/index.md": { | |
"title": "RDF", | |
"slug": "Glossary/RDF", | |
"tags": [ | |
"CodingScripting", | |
"Glossary", | |
"Infrastructure", | |
"OpenPractices", | |
"WebMechanics" | |
] | |
}, | |
"/files/en-us/glossary/real_user_monitoring/index.md": { | |
"title": "Real User Monitoring (RUM)", | |
"slug": "Glossary/Real_User_Monitoring", | |
"tags": ["Glossary", "RUM", "Reference", "Web Performance"] | |
}, | |
"/files/en-us/glossary/recursion/index.md": { | |
"title": "Recursion", | |
"slug": "Glossary/Recursion", | |
"tags": ["CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/reference/index.md": { | |
"title": "Reference", | |
"slug": "Glossary/Reference", | |
"tags": ["CodingScripting", "Glossary", "NeedsContent"] | |
}, | |
"/files/en-us/glossary/reflow/index.md": { | |
"title": "Reflow", | |
"slug": "Glossary/Reflow", | |
"tags": ["Glossary", "WebMechanics"] | |
}, | |
"/files/en-us/glossary/regular_expression/index.md": { | |
"title": "Regular expression", | |
"slug": "Glossary/Regular_expression", | |
"tags": ["CodingScripting", "Glossary", "Regular Expression"] | |
}, | |
"/files/en-us/glossary/rendering_engine/index.md": { | |
"title": "Rendering engine", | |
"slug": "Glossary/Rendering_engine", | |
"tags": [ | |
"Glossary", | |
"Infrastructure", | |
"Rendering engine", | |
"Web browser engine" | |
] | |
}, | |
"/files/en-us/glossary/repo/index.md": { | |
"title": "Repo", | |
"slug": "Glossary/Repo", | |
"tags": ["Glossary", "Infrastructure", "Intro", "Repo", "Repository"] | |
}, | |
"/files/en-us/glossary/reporting_directive/index.md": { | |
"title": "Reporting directive", | |
"slug": "Glossary/Reporting_directive", | |
"tags": ["CSP", "HTTP", "Policy", "Reporting", "Security", "Violation"] | |
}, | |
"/files/en-us/glossary/representation_header/index.md": { | |
"title": "Representation header", | |
"slug": "Glossary/Representation_header", | |
"tags": ["Glossary", "WebMechanics"] | |
}, | |
"/files/en-us/glossary/request_header/index.md": { | |
"title": "Request header", | |
"slug": "Glossary/Request_header", | |
"tags": ["Glossary", "WebMechanics"] | |
}, | |
"/files/en-us/glossary/resource_timing/index.md": { | |
"title": "Resource Timing", | |
"slug": "Glossary/Resource_Timing", | |
"tags": ["Glossary", "Timings", "Web Performance"] | |
}, | |
"/files/en-us/glossary/response_header/index.md": { | |
"title": "Response header", | |
"slug": "Glossary/Response_header", | |
"tags": ["Glossary", "WebMechanics"] | |
}, | |
"/files/en-us/glossary/responsive_web_design/index.md": { | |
"title": "Responsive web design", | |
"slug": "Glossary/Responsive_web_design", | |
"tags": ["Accessibility", "Design", "Glossary", "Responsive web design"] | |
}, | |
"/files/en-us/glossary/rest/index.md": { | |
"title": "REST", | |
"slug": "Glossary/REST", | |
"tags": [ | |
"Architecture", | |
"Beginner", | |
"Glossary", | |
"HTTP", | |
"Rest", | |
"WebMechanics" | |
] | |
}, | |
"/files/en-us/glossary/rgb/index.md": { | |
"title": "RGB", | |
"slug": "Glossary/RGB", | |
"tags": ["Beginner", "CSS", "Design", "Guide"] | |
}, | |
"/files/en-us/glossary/ril/index.md": { | |
"title": "RIL", | |
"slug": "Glossary/RIL", | |
"tags": [ | |
"B2G", | |
"Firefox OS", | |
"Glossary", | |
"Infrastructure", | |
"Intro", | |
"Mobile", | |
"Telephony" | |
] | |
}, | |
"/files/en-us/glossary/rng/index.md": { | |
"title": "Random Number Generator", | |
"slug": "Glossary/RNG", | |
"tags": ["CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/robots.txt/index.md": { | |
"title": "Robots.txt", | |
"slug": "Glossary/Robots.txt", | |
"tags": ["Glossary", "Infrastructure"] | |
}, | |
"/files/en-us/glossary/round_trip_time_(rtt)/index.md": { | |
"title": "Round Trip Time (RTT)", | |
"slug": "Glossary/Round_Trip_Time_(RTT)", | |
"tags": [ | |
"Beginner", | |
"Glossary", | |
"Performance", | |
"Resource", | |
"Round Trip Time", | |
"Web Performance" | |
] | |
}, | |
"/files/en-us/glossary/routers/index.md": { | |
"title": "Routers", | |
"slug": "Glossary/routers", | |
"tags": ["Intro"] | |
}, | |
"/files/en-us/glossary/rss/index.md": { | |
"title": "RSS", | |
"slug": "Glossary/RSS", | |
"tags": ["Glossary", "OpenPractices", "RSS", "Sharing", "WebMechanics"] | |
}, | |
"/files/en-us/glossary/rsync/index.md": { | |
"title": "Rsync", | |
"slug": "Glossary/Rsync" | |
}, | |
"/files/en-us/glossary/rtcp/index.md": { | |
"title": "RTCP (RTP Control Protocol)", | |
"slug": "Glossary/RTCP", | |
"tags": ["Glossary", "Media", "Networking", "Protocol", "RTCP", "control"] | |
}, | |
"/files/en-us/glossary/rtf/index.md": { | |
"title": "RTF", | |
"slug": "Glossary/RTF", | |
"tags": ["Composing", "Format", "Glossary", "RTF", "Rich Text Format"] | |
}, | |
"/files/en-us/glossary/rtl/index.md": { | |
"title": "RTL (Right to Left)", | |
"slug": "Glossary/rtl", | |
"tags": ["Composing", "Glossary", "Localization"] | |
}, | |
"/files/en-us/glossary/rtp/index.md": { | |
"title": "RTP (Real-time Transport Protocol) and SRTP (Secure RTP)", | |
"slug": "Glossary/RTP", | |
"tags": ["Glossary", "Network", "Protocol", "RTP"] | |
}, | |
"/files/en-us/glossary/rtsp/index.md": { | |
"title": "RTSP: Real-time streaming protocol", | |
"slug": "Glossary/RTSP", | |
"tags": ["Glossary", "Real-time streaming protocol", "Reference", "rtsp"] | |
}, | |
"/files/en-us/glossary/ruby/index.md": { | |
"title": "Ruby", | |
"slug": "Glossary/Ruby", | |
"tags": ["CodingScripting", "Glossary", "Ruby"] | |
}, | |
"/files/en-us/glossary/safe/http/index.md": { | |
"title": "Safe (HTTP Methods)", | |
"slug": "Glossary/Safe/HTTP", | |
"tags": ["Glossary", "WebMechanics"] | |
}, | |
"/files/en-us/glossary/safe/index.md": { | |
"title": "Safe", | |
"slug": "Glossary/Safe", | |
"tags": ["Glossary", "Disambiguation"] | |
}, | |
"/files/en-us/glossary/same-origin_policy/index.md": { | |
"title": "Same-origin policy", | |
"slug": "Glossary/Same-origin_policy", | |
"tags": ["Glossary", "Same-origin policy", "origin"] | |
}, | |
"/files/en-us/glossary/scm/index.md": { | |
"title": "SCM", | |
"slug": "Glossary/SCM", | |
"tags": ["CodingScripting", "Glossary", "SCM"] | |
}, | |
"/files/en-us/glossary/scope/index.md": { | |
"title": "Scope", | |
"slug": "Glossary/Scope", | |
"tags": ["CodingScripting", "Glossary", "JavaScript"] | |
}, | |
"/files/en-us/glossary/screen_reader/index.md": { | |
"title": "Screen reader", | |
"slug": "Glossary/Screen_reader", | |
"tags": [ | |
"Accessibility", | |
"Glossary", | |
"Screen reader", | |
"Voice Over", | |
"Voiceover" | |
] | |
}, | |
"/files/en-us/glossary/script-supporting_element/index.md": { | |
"title": "Script-supporting element", | |
"slug": "Glossary/Script-supporting_element", | |
"tags": ["Glossary", "HTML", "HTML Content Categories", "scripts"] | |
}, | |
"/files/en-us/glossary/scroll_container/index.md": { | |
"title": "Scroll container", | |
"slug": "Glossary/Scroll_container", | |
"tags": ["Glossary", "scroll container"] | |
}, | |
"/files/en-us/glossary/scrollport/index.md": { | |
"title": "Scrollport", | |
"slug": "Glossary/Scrollport", | |
"tags": ["Glossary", "scrollport"] | |
}, | |
"/files/en-us/glossary/sctp/index.md": { | |
"title": "SCTP", | |
"slug": "Glossary/SCTP", | |
"tags": ["Glossary", "Infrastructure", "SCTP", "WebRTC"] | |
}, | |
"/files/en-us/glossary/sdp/index.md": { | |
"title": "SDP", | |
"slug": "Glossary/SDP", | |
"tags": [ | |
"Advanced", | |
"Collaborating", | |
"Glossary", | |
"Infrastructure", | |
"Protocol", | |
"WebRTC" | |
] | |
}, | |
"/files/en-us/glossary/search_engine/index.md": { | |
"title": "Search engine", | |
"slug": "Glossary/Search_engine", | |
"tags": [ | |
"Definition", | |
"Glossary", | |
"Indexing", | |
"Search Engine", | |
"Searching", | |
"Web Crawling", | |
"WebMechanics", | |
"World Wide Web", | |
"details", | |
"google" | |
] | |
}, | |
"/files/en-us/glossary/second-level_domain/index.md": { | |
"title": "Second-level Domain", | |
"slug": "Glossary/Second-level_Domain", | |
"tags": ["Glossary", "Infrastructure"] | |
}, | |
"/files/en-us/glossary/secure_context/index.md": { | |
"title": "Secure Context", | |
"slug": "Glossary/Secure_Context", | |
"tags": ["Glossary", "Security", "Secure contexts"] | |
}, | |
"/files/en-us/glossary/self-executing_anonymous_function/index.md": { | |
"title": "Self-Executing Anonymous Function", | |
"slug": "Glossary/Self-Executing_Anonymous_Function", | |
"tags": ["Glossary"] | |
}, | |
"/files/en-us/glossary/semantics/index.md": { | |
"title": "Semantics", | |
"slug": "Glossary/Semantics", | |
"tags": ["CodingScripting", "Glossary", "HTML", "semantics"] | |
}, | |
"/files/en-us/glossary/seo/index.md": { | |
"title": "SEO", | |
"slug": "Glossary/SEO", | |
"tags": ["Glossary", "Intro", "SEO", "Search", "WebMechanic"] | |
}, | |
"/files/en-us/glossary/serialization/index.md": { | |
"title": "Serialization", | |
"slug": "Glossary/Serialization", | |
"tags": ["CodingScripting", "Glossary", "JavaScript", "Serialization"] | |
}, | |
"/files/en-us/glossary/server/index.md": { | |
"title": "Server", | |
"slug": "Glossary/Server", | |
"tags": ["Glossary", "Infrastructure", "Networking", "Protocol", "Server"] | |
}, | |
"/files/en-us/glossary/server_timing/index.md": { | |
"title": "Server Timing", | |
"slug": "Glossary/Server_Timing", | |
"tags": ["Glossary", "Reference", "Server Timing", "Web Performance"] | |
}, | |
"/files/en-us/glossary/session_hijacking/index.md": { | |
"title": "Session Hijacking", | |
"slug": "Glossary/Session_Hijacking", | |
"tags": ["Glossary", "Security", "session hijacking"] | |
}, | |
"/files/en-us/glossary/sgml/index.md": { | |
"title": "SGML", | |
"slug": "Glossary/SGML", | |
"tags": ["CodingScripting", "Composing", "Glossary", "SGML"] | |
}, | |
"/files/en-us/glossary/shadow_tree/index.md": { | |
"title": "Shadow tree", | |
"slug": "Glossary/Shadow_tree", | |
"tags": ["DOM", "Glossary", "Shadow Tree", "shadow dom"] | |
}, | |
"/files/en-us/glossary/shim/index.md": { | |
"title": "Shim", | |
"slug": "Glossary/Shim", | |
"tags": ["CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/signature/function/index.md": { | |
"title": "Signature (functions)", | |
"slug": "Glossary/Signature/Function", | |
"tags": ["CodingScripting", "Glossary", "Java", "JavaScript"] | |
}, | |
"/files/en-us/glossary/signature/index.md": { | |
"title": "Signature", | |
"slug": "Glossary/Signature", | |
"tags": ["Disambiguation", "Glossary"] | |
}, | |
"/files/en-us/glossary/signature/security/index.md": { | |
"title": "Signature (security)", | |
"slug": "Glossary/Signature/Security", | |
"tags": ["Cryptography", "Glossary", "Privacy", "Security"] | |
}, | |
"/files/en-us/glossary/simd/index.md": { | |
"title": "SIMD", | |
"slug": "Glossary/SIMD", | |
"tags": ["CodingScripting", "Glossary", "JavaScript"] | |
}, | |
"/files/en-us/glossary/simple_header/index.md": { | |
"title": "Simple header", | |
"slug": "Glossary/Simple_header", | |
"tags": ["CORS", "Glossary", "HTTP", "Infrastructure"] | |
}, | |
"/files/en-us/glossary/simple_response_header/index.md": { | |
"title": "Simple response header", | |
"slug": "Glossary/Simple_response_header", | |
"tags": ["CORS", "Glossary", "HTTP"] | |
}, | |
"/files/en-us/glossary/sisd/index.md": { | |
"title": "SISD", | |
"slug": "Glossary/SISD", | |
"tags": ["CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/site/index.md": { | |
"title": "Site", | |
"slug": "Glossary/Site", | |
"tags": ["Glossary", "Security", "WebMechanics"] | |
}, | |
"/files/en-us/glossary/site_map/index.md": { | |
"title": "Site map", | |
"slug": "Glossary/Site_map", | |
"tags": ["Accessibility", "Glossary", "Search", "Site map"] | |
}, | |
"/files/en-us/glossary/sld/index.md": { | |
"title": "SLD", | |
"slug": "Glossary/SLD", | |
"tags": ["Glossary", "Infrastructure"] | |
}, | |
"/files/en-us/glossary/sloppy_mode/index.md": { | |
"title": "Sloppy mode", | |
"slug": "Glossary/Sloppy_mode", | |
"tags": ["CodingScripting", "Glossary", "JavaScript", "Sloppy"] | |
}, | |
"/files/en-us/glossary/slug/index.md": { | |
"title": "Slug", | |
"slug": "Glossary/Slug", | |
"tags": ["Community", "Glossary", "Intermediate", "MDN", "URL", "Web"] | |
}, | |
"/files/en-us/glossary/smoke_test/index.md": { | |
"title": "Smoke Test", | |
"slug": "Glossary/Smoke_Test", | |
"tags": ["Composing", "Glossary", "Intro", "QA", "Testing"] | |
}, | |
"/files/en-us/glossary/smpte/index.md": { | |
"title": "SMPTE (Society of Motion Picture and Television Engineers)", | |
"slug": "Glossary/SMPTE", | |
"tags": [ | |
"Engineers", | |
"Glossary", | |
"Motion Picture", | |
"Movies", | |
"SMPTE", | |
"Specifications", | |
"Television", | |
"standards" | |
] | |
}, | |
"/files/en-us/glossary/smtp/index.md": { | |
"title": "SMTP", | |
"slug": "Glossary/SMTP", | |
"tags": [ | |
"Beginner", | |
"Collaboration", | |
"Glossary", | |
"Infrastructure", | |
"Sharing" | |
] | |
}, | |
"/files/en-us/glossary/snap_positions/index.md": { | |
"title": "Snap positions", | |
"slug": "Glossary/Snap_positions", | |
"tags": ["Glossary", "snap positions"] | |
}, | |
"/files/en-us/glossary/soap/index.md": { | |
"title": "SOAP", | |
"slug": "Glossary/SOAP", | |
"tags": ["Glossary", "Infrastructure", "SOAP", "WebMechanics"] | |
}, | |
"/files/en-us/glossary/spa/index.md": { | |
"title": "SPA (Single-page application)", | |
"slug": "Glossary/SPA", | |
"tags": ["Glossary", "SPA", "single-page app"] | |
}, | |
"/files/en-us/glossary/specification/index.md": { | |
"title": "Specification", | |
"slug": "Glossary/Specification", | |
"tags": ["Glossary", "OpenPractices", "Standardization"] | |
}, | |
"/files/en-us/glossary/speculative_parsing/index.md": { | |
"title": "Speculative parsing", | |
"slug": "Glossary/speculative_parsing", | |
"tags": [ | |
"Advanced", | |
"HTML", | |
"HTML5", | |
"NeedsUpdate", | |
"Web Development", | |
"Web Performance" | |
] | |
}, | |
"/files/en-us/glossary/speed_index/index.md": { | |
"title": "Speed index", | |
"slug": "Glossary/Speed_index", | |
"tags": ["Glossary", "Performance", "Reference", "Web Performance"] | |
}, | |
"/files/en-us/glossary/sql/index.md": { | |
"title": "SQL", | |
"slug": "Glossary/SQL", | |
"tags": ["CodingScripting", "Database", "Glossary", "Sql"] | |
}, | |
"/files/en-us/glossary/sql_injection/index.md": { | |
"title": "SQL Injection", | |
"slug": "Glossary/SQL_Injection", | |
"tags": ["Glossary", "Security", "Sql", "Sql Injection", "Webapp"] | |
}, | |
"/files/en-us/glossary/sri/index.md": { | |
"title": "SRI", | |
"slug": "Glossary/SRI", | |
"tags": ["CSP", "Security"] | |
}, | |
"/files/en-us/glossary/ssl/index.md": { | |
"title": "Secure Sockets Layer (SSL)", | |
"slug": "Glossary/SSL", | |
"tags": ["Glossary", "SSL", "Security", "TLS", "Web Performance"] | |
}, | |
"/files/en-us/glossary/stacking_context/index.md": { | |
"title": "Stacking context", | |
"slug": "Glossary/Stacking_context", | |
"tags": ["CSS", "CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/state_machine/index.md": { | |
"title": "State machine", | |
"slug": "Glossary/State_machine", | |
"tags": [ | |
"CodingScripting", | |
"Finite", | |
"Glossary", | |
"Input", | |
"Mealy", | |
"Moore", | |
"State Machine", | |
"Turing Machine" | |
] | |
}, | |
"/files/en-us/glossary/statement/index.md": { | |
"title": "Statement", | |
"slug": "Glossary/Statement", | |
"tags": ["Beginner", "CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/static_method/index.md": { | |
"title": "Static method", | |
"slug": "Glossary/Static_method", | |
"tags": [ | |
"CodingScripting", | |
"Glossary", | |
"JavaScript", | |
"Method", | |
"Static", | |
"Static Method" | |
] | |
}, | |
"/files/en-us/glossary/static_typing/index.md": { | |
"title": "Static typing", | |
"slug": "Glossary/Static_typing", | |
"tags": ["CodingScripting", "Glossary", "Type"] | |
}, | |
"/files/en-us/glossary/strict_mode/index.md": { | |
"title": "Strict mode", | |
"slug": "Glossary/strict_mode", | |
"tags": ["Glossary", "JavaScript", "Reference"] | |
}, | |
"/files/en-us/glossary/string/index.md": { | |
"title": "String", | |
"slug": "Glossary/String", | |
"tags": ["Beginner", "CodingScripting", "Glossary", "String"] | |
}, | |
"/files/en-us/glossary/stun/index.md": { | |
"title": "STUN", | |
"slug": "Glossary/STUN", | |
"tags": ["Glossary", "Infrastructure", "STUN", "WebMechanics", "WebRTC"] | |
}, | |
"/files/en-us/glossary/style_origin/index.md": { | |
"title": "Style origin", | |
"slug": "Glossary/Style_origin", | |
"tags": ["CSS", "Glossary", "Style", "Style Origin", "origin"] | |
}, | |
"/files/en-us/glossary/stylesheet/index.md": { | |
"title": "Stylesheet", | |
"slug": "Glossary/Stylesheet", | |
"tags": ["Glossary", "StyleSheet"] | |
}, | |
"/files/en-us/glossary/svg/index.md": { | |
"title": "SVG", | |
"slug": "Glossary/SVG", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"Glossary", | |
"Graphics", | |
"SVG", | |
"l10n:priority" | |
] | |
}, | |
"/files/en-us/glossary/svn/index.md": { | |
"title": "SVN", | |
"slug": "Glossary/SVN", | |
"tags": ["Collaborating", "Glossary"] | |
}, | |
"/files/en-us/glossary/symbol/index.md": { | |
"title": "Symbol", | |
"slug": "Glossary/Symbol", | |
"tags": [ | |
"Data Type", | |
"ECMAScript 2015", | |
"Glossary", | |
"JavaScript", | |
"Sharing", | |
"Symbol" | |
] | |
}, | |
"/files/en-us/glossary/symmetric-key_cryptography/index.md": { | |
"title": "Symmetric-key cryptography", | |
"slug": "Glossary/Symmetric-key_cryptography", | |
"tags": [ | |
"Cryptography", | |
"Glossary", | |
"Security", | |
"Symmetric-key cryptography" | |
] | |
}, | |
"/files/en-us/glossary/synchronous/index.md": { | |
"title": "Synchronous", | |
"slug": "Glossary/Synchronous", | |
"tags": ["Glossary", "Web", "WebMechanics"] | |
}, | |
"/files/en-us/glossary/syntax/index.md": { | |
"title": "Syntax", | |
"slug": "Glossary/Syntax", | |
"tags": ["CodingScripting", "Glossary", "Syntax"] | |
}, | |
"/files/en-us/glossary/syntax_error/index.md": { | |
"title": "Syntax error", | |
"slug": "Glossary/Syntax_error", | |
"tags": ["CodingScripting", "Glossary", "JavaScript"] | |
}, | |
"/files/en-us/glossary/synthetic_monitoring/index.md": { | |
"title": "Synthetic monitoring", | |
"slug": "Glossary/Synthetic_monitoring", | |
"tags": [ | |
"Glossary", | |
"RUM", | |
"Reference", | |
"Synthetic monitoring", | |
"Web Performance" | |
] | |
}, | |
"/files/en-us/glossary/table_grid_box/index.md": { | |
"title": "Table Grid Box", | |
"slug": "Glossary/Table_Grid_Box", | |
"tags": ["Glossary", "CSS", "Tables"] | |
}, | |
"/files/en-us/glossary/table_wrapper_box/index.md": { | |
"title": "Table Wrapper Box", | |
"slug": "Glossary/Table_Wrapper_Box", | |
"tags": ["Glossary", "CSS", "Tables"] | |
}, | |
"/files/en-us/glossary/tag/index.md": { | |
"title": "Tag", | |
"slug": "Glossary/Tag", | |
"tags": ["CodingScripting", "Glossary", "HTML", "Intro"] | |
}, | |
"/files/en-us/glossary/tcp/index.md": { | |
"title": "TCP", | |
"slug": "Glossary/TCP", | |
"tags": [ | |
"Glossary", | |
"Infrastructure", | |
"Networking", | |
"TCP", | |
"Transmission Control Protocol", | |
"data" | |
] | |
}, | |
"/files/en-us/glossary/tcp_handshake/index.md": { | |
"title": "TCP handshake", | |
"slug": "Glossary/TCP_handshake", | |
"tags": [ | |
"Glossary", | |
"Networking", | |
"SSL", | |
"Security", | |
"TCP", | |
"TCP handshake", | |
"TLS", | |
"Web Performance" | |
] | |
}, | |
"/files/en-us/glossary/tcp_slow_start/index.md": { | |
"title": "TCP slow start", | |
"slug": "Glossary/TCP_slow_start", | |
"tags": [ | |
"Glossary", | |
"Infrastructure", | |
"Networking", | |
"TCP", | |
"Transmission Control Protocol", | |
"Web Performance", | |
"data" | |
] | |
}, | |
"/files/en-us/glossary/telnet/index.md": { | |
"title": "Telnet", | |
"slug": "Glossary/Telnet", | |
"tags": ["Glossary", "Infrastructure"] | |
}, | |
"/files/en-us/glossary/texel/index.md": { | |
"title": "Texel", | |
"slug": "Glossary/Texel", | |
"tags": ["3D", "Drawing", "Glossary", "Graphics", "Texel", "Texture"] | |
}, | |
"/files/en-us/glossary/thread/index.md": { | |
"title": "Thread", | |
"slug": "Glossary/Thread", | |
"tags": ["Glossary", "Thread", "asynchronous"] | |
}, | |
"/files/en-us/glossary/three_js/index.md": { | |
"title": "Three js", | |
"slug": "Glossary/Three_js", | |
"tags": [ | |
"Browser", | |
"CodingScripting", | |
"JavaScript", | |
"Programming Language", | |
"three.js" | |
] | |
}, | |
"/files/en-us/glossary/time_to_first_byte/index.md": { | |
"title": "Time to first byte", | |
"slug": "Glossary/time_to_first_byte", | |
"tags": ["Glossary", "Performance", "Reference", "Web Performance"] | |
}, | |
"/files/en-us/glossary/time_to_interactive/index.md": { | |
"title": "Time to interactive", | |
"slug": "Glossary/Time_to_interactive", | |
"tags": ["Glossary", "Performance", "Reference", "Web Performance"] | |
}, | |
"/files/en-us/glossary/tld/index.md": { | |
"title": "TLD", | |
"slug": "Glossary/TLD", | |
"tags": ["Glossary", "Web", "WebMechanics"] | |
}, | |
"/files/en-us/glossary/tls/index.md": { | |
"title": "Transport Layer Security (TLS)", | |
"slug": "Glossary/TLS", | |
"tags": [ | |
"Cryptography", | |
"Glossary", | |
"Infrastructure", | |
"Security", | |
"Web Performance" | |
] | |
}, | |
"/files/en-us/glossary/tofu/index.md": { | |
"title": "TOFU", | |
"slug": "Glossary/TOFU", | |
"tags": ["HTTP", "SSH", "Security"] | |
}, | |
"/files/en-us/glossary/transferable_objects/index.md": { | |
"title": "Transferable objects", | |
"slug": "Glossary/Transferable_objects", | |
"tags": ["Transferable", "Workers"] | |
}, | |
"/files/en-us/glossary/transient_activation/index.md": { | |
"title": "Transient activation", | |
"slug": "Glossary/Transient_activation", | |
"tags": ["Transient activation", "Glossary", "JavaScript"] | |
}, | |
"/files/en-us/glossary/transmission_control_protocol_(tcp)/index.md": { | |
"title": "Transmission Control Protocol (TCP)", | |
"slug": "Glossary/Transmission_Control_Protocol_(TCP)", | |
"tags": [ | |
"Glossary", | |
"Networking", | |
"SSL", | |
"Security", | |
"TCP", | |
"TLS", | |
"Web Performance" | |
] | |
}, | |
"/files/en-us/glossary/tree_shaking/index.md": { | |
"title": "Tree shaking", | |
"slug": "Glossary/Tree_shaking", | |
"tags": [ | |
"JavaScript", | |
"Modules", | |
"Statement", | |
"Web Performance", | |
"export", | |
"import", | |
"tree shaking" | |
] | |
}, | |
"/files/en-us/glossary/trident/index.md": { | |
"title": "Trident", | |
"slug": "Glossary/Trident", | |
"tags": ["Browser", "Glossary", "Infrastructure", "Trident"] | |
}, | |
"/files/en-us/glossary/truthy/index.md": { | |
"title": "Truthy", | |
"slug": "Glossary/Truthy", | |
"tags": ["CodingScripting", "Glossary", "JavaScript"] | |
}, | |
"/files/en-us/glossary/ttl/index.md": { | |
"title": "TTL", | |
"slug": "Glossary/TTL", | |
"tags": [ | |
"Caching", | |
"Domain Name System", | |
"Glossary", | |
"Infrastructure", | |
"Networking", | |
"Performance" | |
] | |
}, | |
"/files/en-us/glossary/turn/index.md": { | |
"title": "TURN", | |
"slug": "Glossary/TURN", | |
"tags": ["Glossary", "Infrastructure", "TURN", "WebMechanics", "WebRTC"] | |
}, | |
"/files/en-us/glossary/type/index.md": { | |
"title": "Type", | |
"slug": "Glossary/Type", | |
"tags": ["CodingScripting", "Glossary", "JavaScript"] | |
}, | |
"/files/en-us/glossary/type_coercion/index.md": { | |
"title": "Type coercion", | |
"slug": "Glossary/Type_coercion", | |
"tags": ["Coercion", "JavaScript", "Type coercion"] | |
}, | |
"/files/en-us/glossary/type_conversion/index.md": { | |
"title": "Type conversion", | |
"slug": "Glossary/Type_Conversion", | |
"tags": ["CodingScripting", "Glossary", "Type casting", "Type conversion"] | |
}, | |
"/files/en-us/glossary/udp/index.md": { | |
"title": "UDP (User Datagram Protocol)", | |
"slug": "Glossary/UDP", | |
"tags": ["Glossary", "Infrastructure", "Networking", "Protocols", "UDP"] | |
}, | |
"/files/en-us/glossary/ui/index.md": { | |
"title": "UI", | |
"slug": "Glossary/UI", | |
"tags": ["Accessibility", "Design", "Glossary"] | |
}, | |
"/files/en-us/glossary/undefined/index.md": { | |
"title": "undefined", | |
"slug": "Glossary/undefined", | |
"tags": ["CodingScripting", "Glossary", "JavaScript", "NeedsContent"] | |
}, | |
"/files/en-us/glossary/unicode/index.md": { | |
"title": "Unicode", | |
"slug": "Glossary/Unicode", | |
"tags": ["Infrastructure"] | |
}, | |
"/files/en-us/glossary/uri/index.md": { | |
"title": "URI", | |
"slug": "Glossary/URI", | |
"tags": ["Glossary", "HTTP", "Search", "URI", "URL"] | |
}, | |
"/files/en-us/glossary/url/index.md": { | |
"title": "URL", | |
"slug": "Glossary/URL", | |
"tags": ["Glossary", "Infrastructure", "l10n:priority"] | |
}, | |
"/files/en-us/glossary/urn/index.md": { | |
"title": "URN", | |
"slug": "Glossary/URN", | |
"tags": ["Glossary", "Intro", "Navigation", "urn"] | |
}, | |
"/files/en-us/glossary/usenet/index.md": { | |
"title": "Usenet", | |
"slug": "Glossary/Usenet", | |
"tags": ["Glossary", "WebMechanics"] | |
}, | |
"/files/en-us/glossary/user_agent/index.md": { | |
"title": "User agent", | |
"slug": "Glossary/User_agent", | |
"tags": [ | |
"Browser", | |
"Glossary", | |
"UA", | |
"User-agent", | |
"Web Browser", | |
"WebMechanics", | |
"agent", | |
"user agent", | |
"userAgent" | |
] | |
}, | |
"/files/en-us/glossary/utf-8/index.md": { | |
"title": "UTF-8", | |
"slug": "Glossary/UTF-8", | |
"tags": ["CodingScripting", "Glossary", "HTML", "JavaScript", "Utf-8"] | |
}, | |
"/files/en-us/glossary/uuid/index.md": { | |
"title": "UUID", | |
"slug": "Glossary/UUID", | |
"tags": ["Glossary", "Infrastructure"] | |
}, | |
"/files/en-us/glossary/ux/index.md": { | |
"title": "UX", | |
"slug": "Glossary/UX", | |
"tags": ["Accessibility", "Composing", "Design", "Glossary", "Navigation"] | |
}, | |
"/files/en-us/glossary/validator/index.md": { | |
"title": "Validator", | |
"slug": "Glossary/Validator", | |
"tags": ["Beginner", "Glossary", "Security"] | |
}, | |
"/files/en-us/glossary/value/index.md": { | |
"title": "Value", | |
"slug": "Glossary/Value", | |
"tags": ["CodingScripting", "Glossary", "NeedsContent"] | |
}, | |
"/files/en-us/glossary/variable/index.md": { | |
"title": "Variable", | |
"slug": "Glossary/Variable", | |
"tags": ["CodingScripting", "Glossary", "JavaScript"] | |
}, | |
"/files/en-us/glossary/vendor_prefix/index.md": { | |
"title": "Vendor Prefix", | |
"slug": "Glossary/Vendor_Prefix", | |
"tags": ["CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/viewport/index.md": { | |
"title": "Viewport", | |
"slug": "Glossary/Viewport", | |
"tags": ["CodingScripting", "Glossary", "Layout", "viewport"] | |
}, | |
"/files/en-us/glossary/visual_viewport/index.md": { | |
"title": "Visual Viewport", | |
"slug": "Glossary/Visual_Viewport", | |
"tags": ["Glossary", "VisualViewport", "viewport", "visual viewport"] | |
}, | |
"/files/en-us/glossary/voip/index.md": { | |
"title": "VoIP", | |
"slug": "Glossary/VoIP", | |
"tags": ["Glossary", "Infrastructure", "VoIP"] | |
}, | |
"/files/en-us/glossary/w3c/index.md": { | |
"title": "W3C", | |
"slug": "Glossary/W3C", | |
"tags": [ | |
"Community", | |
"Consortium", | |
"Glossary", | |
"Intro", | |
"W3C", | |
"Web consortium" | |
] | |
}, | |
"/files/en-us/glossary/wai/index.md": { | |
"title": "WAI", | |
"slug": "Glossary/WAI", | |
"tags": ["Accessibility", "Glossary"] | |
}, | |
"/files/en-us/glossary/wcag/index.md": { | |
"title": "WCAG", | |
"slug": "Glossary/WCAG", | |
"tags": ["Accessibility", "Glossary", "WCAG", "Web Guidelines"] | |
}, | |
"/files/en-us/glossary/web_performance/index.md": { | |
"title": "Web performance", | |
"slug": "Glossary/Web_performance", | |
"tags": [ | |
"Glossary", | |
"Perceived Performance", | |
"Reference", | |
"Web Performance" | |
] | |
}, | |
"/files/en-us/glossary/web_server/index.md": { | |
"title": "Web server", | |
"slug": "Glossary/Web_server", | |
"tags": ["web server", "web-server"] | |
}, | |
"/files/en-us/glossary/web_standards/index.md": { | |
"title": "Web standards", | |
"slug": "Glossary/Web_standards", | |
"tags": [ | |
"Glossary", | |
"Infrastructure", | |
"Web Standards", | |
"standards", | |
"web specifications" | |
] | |
}, | |
"/files/en-us/glossary/webassembly/index.md": { | |
"title": "WebAssembly", | |
"slug": "Glossary/WebAssembly", | |
"tags": ["Glossary", "Infrastructure"] | |
}, | |
"/files/en-us/glossary/webdav/index.md": { | |
"title": "WebDAV", | |
"slug": "Glossary/WebDAV", | |
"tags": ["Glossary", "Infrastructure"] | |
}, | |
"/files/en-us/glossary/webextensions/index.md": { | |
"title": "WebExtensions", | |
"slug": "Glossary/WebExtensions", | |
"tags": ["CodingScripting", "Glossary", "NeedsContent", "WebExtensions"] | |
}, | |
"/files/en-us/glossary/webgl/index.md": { | |
"title": "WebGL", | |
"slug": "Glossary/WebGL", | |
"tags": ["Advanced", "CodingScripting", "Glossary", "Web Graphics", "WebGL"] | |
}, | |
"/files/en-us/glossary/webidl/index.md": { | |
"title": "WebIDL", | |
"slug": "Glossary/WebIDL", | |
"tags": ["CodingScripting", "Glossary", "WebIDL"] | |
}, | |
"/files/en-us/glossary/webkit/index.md": { | |
"title": "WebKit", | |
"slug": "Glossary/WebKit", | |
"tags": ["Browser", "Glossary", "Intro", "Web", "WebKit", "WebMechanics"] | |
}, | |
"/files/en-us/glossary/webm/index.md": { | |
"title": "WebM", | |
"slug": "Glossary/webm", | |
"tags": ["Composing", "Glossary", "Infrastructure", "WebM"] | |
}, | |
"/files/en-us/glossary/webp/index.md": { | |
"title": "WebP", | |
"slug": "Glossary/webp", | |
"tags": ["Beginner", "Composing", "Glossary", "Infrastructure", "WebP"] | |
}, | |
"/files/en-us/glossary/webrtc/index.md": { | |
"title": "WebRTC", | |
"slug": "Glossary/WebRTC", | |
"tags": [ | |
"CodingScripting", | |
"Glossary", | |
"Infrastructure", | |
"JavaScript", | |
"P2P", | |
"VoIP", | |
"Web", | |
"WebRTC" | |
] | |
}, | |
"/files/en-us/glossary/websockets/index.md": { | |
"title": "WebSockets", | |
"slug": "Glossary/WebSockets", | |
"tags": [ | |
"Connection", | |
"Glossary", | |
"Infrastructure", | |
"Networking", | |
"Protocols", | |
"Web", | |
"WebSocket" | |
] | |
}, | |
"/files/en-us/glossary/webvtt/index.md": { | |
"title": "WebVTT", | |
"slug": "Glossary/WebVTT", | |
"tags": ["Audio", "CodingScripting", "Glossary", "Video", "Web", "WebVTT"] | |
}, | |
"/files/en-us/glossary/whatwg/index.md": { | |
"title": "WHATWG", | |
"slug": "Glossary/WHATWG", | |
"tags": [ | |
"Community", | |
"DOM", | |
"Glossary", | |
"HTML", | |
"HTML5", | |
"WHATWG", | |
"Web", | |
"standards" | |
] | |
}, | |
"/files/en-us/glossary/whitespace/index.md": { | |
"title": "Whitespace", | |
"slug": "Glossary/Whitespace", | |
"tags": ["Glossary", "Lexical Grammar", "whitespace"] | |
}, | |
"/files/en-us/glossary/windowproxy/index.md": { | |
"title": "WindowProxy", | |
"slug": "Glossary/WindowProxy", | |
"tags": ["Glossary", "Window", "WindowProxy"] | |
}, | |
"/files/en-us/glossary/world_wide_web/index.md": { | |
"title": "World Wide Web", | |
"slug": "Glossary/World_Wide_Web", | |
"tags": ["Glossary", "Infrastructure", "WWW", "World Wide Web"] | |
}, | |
"/files/en-us/glossary/wrapper/index.md": { | |
"title": "Wrapper", | |
"slug": "Glossary/Wrapper", | |
"tags": ["CodingScripting", "Glossary", "Wrapper"] | |
}, | |
"/files/en-us/glossary/xforms/index.md": { | |
"title": "XForms", | |
"slug": "Glossary/XForms", | |
"tags": ["CodingScripting", "Glossary", "Deprecated", "XForms"] | |
}, | |
"/files/en-us/glossary/xhr_(xmlhttprequest)/index.md": { | |
"title": "XHR (XMLHttpRequest)", | |
"slug": "Glossary/XHR_(XMLHttpRequest)", | |
"tags": ["API", "Beginner", "CodingScripting", "Glossary", "XMLHttpRequest"] | |
}, | |
"/files/en-us/glossary/xhtml/index.md": { | |
"title": "XHTML", | |
"slug": "Glossary/XHTML", | |
"tags": ["CodingScripting", "Glossary", "XHTML"] | |
}, | |
"/files/en-us/glossary/xinclude/index.md": { | |
"title": "XInclude", | |
"slug": "Glossary/XInclude", | |
"tags": ["CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/xlink/index.md": { | |
"title": "XLink", | |
"slug": "Glossary/XLink", | |
"tags": ["CodingScripting", "Glossary"] | |
}, | |
"/files/en-us/glossary/xml/index.md": { | |
"title": "XML", | |
"slug": "Glossary/XML", | |
"tags": ["CodingScripting", "Glossary", "XML", "l10n:priority"] | |
}, | |
"/files/en-us/glossary/xpath/index.md": { | |
"title": "XPath", | |
"slug": "Glossary/XPath", | |
"tags": ["CodingScripting", "Glossary", "XML", "XPath"] | |
}, | |
"/files/en-us/glossary/xquery/index.md": { | |
"title": "XQuery", | |
"slug": "Glossary/XQuery", | |
"tags": ["CodingScripting", "Glossary", "XML", "XQuery"] | |
}, | |
"/files/en-us/glossary/xslt/index.md": { | |
"title": "XSLT", | |
"slug": "Glossary/XSLT", | |
"tags": ["CodingScripting", "Glossary", "XML", "XSLT"] | |
}, | |
"/files/en-us/learn/accessibility/accessibility_troubleshooting/index.md": { | |
"title": "Assessment: Accessibility troubleshooting", | |
"slug": "Learn/Accessibility/Accessibility_troubleshooting", | |
"tags": [ | |
"Accessibility", | |
"Assessment", | |
"Beginner", | |
"CSS", | |
"CodingScripting", | |
"HTML", | |
"JavaScript", | |
"Learn", | |
"WAI-ARIA" | |
] | |
}, | |
"/files/en-us/learn/accessibility/css_and_javascript/index.md": { | |
"title": "CSS and JavaScript accessibility best practices", | |
"slug": "Learn/Accessibility/CSS_and_JavaScript", | |
"tags": [ | |
"Accessibility", | |
"Article", | |
"CSS", | |
"CodingScripting", | |
"Guide", | |
"JavaScript", | |
"Learn", | |
"color", | |
"contrast", | |
"hiding", | |
"unobtrusive" | |
] | |
}, | |
"/files/en-us/learn/accessibility/css_and_javascript/test_your_skills_colon__css_and_javascript_accessibility/index.md": { | |
"title": "Test your skills: CSS and JavaScript accessibility", | |
"slug": "Learn/Accessibility/CSS_and_JavaScript/Test_your_skills:_CSS_and_JavaScript_accessibility", | |
"tags": [ | |
"Accessibility", | |
"Assessment", | |
"Beginner", | |
"HTML", | |
"JavaScript", | |
"Learn", | |
"test your skills" | |
] | |
}, | |
"/files/en-us/learn/accessibility/html/index.md": { | |
"title": "HTML: A good basis for accessibility", | |
"slug": "Learn/Accessibility/HTML", | |
"tags": [ | |
"AT", | |
"Accessibility", | |
"Article", | |
"Beginner", | |
"Buttons", | |
"CodingScripting", | |
"Forms", | |
"HTML", | |
"Learn", | |
"Links", | |
"a11y", | |
"assistive technology", | |
"keyboard", | |
"screenreader", | |
"semantics" | |
] | |
}, | |
"/files/en-us/learn/accessibility/index.md": { | |
"title": "Accessibility", | |
"slug": "Learn/Accessibility", | |
"tags": [ | |
"ARIA", | |
"Accessibility", | |
"Articles", | |
"Beginner", | |
"CSS", | |
"CodingScripting", | |
"HTML", | |
"JavaScript", | |
"Landing", | |
"Learn", | |
"Module" | |
] | |
}, | |
"/files/en-us/learn/accessibility/mobile/index.md": { | |
"title": "Mobile accessibility", | |
"slug": "Learn/Accessibility/Mobile", | |
"tags": [ | |
"Accessibility", | |
"Article", | |
"Beginner", | |
"CodingScripting", | |
"Learn", | |
"Mobile", | |
"responsive", | |
"screenreader", | |
"touch" | |
] | |
}, | |
"/files/en-us/learn/accessibility/multimedia/index.md": { | |
"title": "Accessible multimedia", | |
"slug": "Learn/Accessibility/Multimedia", | |
"tags": [ | |
"Accessibility", | |
"Article", | |
"Audio", | |
"Beginner", | |
"CodingScripting", | |
"HTML", | |
"Images", | |
"JavaScript", | |
"Learn", | |
"Multimedia", | |
"Video", | |
"captions", | |
"subtitles", | |
"text tracks" | |
] | |
}, | |
"/files/en-us/learn/accessibility/test_your_skills_colon__html_accessibility/index.md": { | |
"title": "Test your skills: HTML accessibility", | |
"slug": "Learn/Accessibility/Test_your_skills:_HTML_accessibility", | |
"tags": ["Accessibility", "Beginner", "HTML", "Learn", "test your skills"] | |
}, | |
"/files/en-us/learn/accessibility/wai-aria_basics/index.md": { | |
"title": "WAI-ARIA basics", | |
"slug": "Learn/Accessibility/WAI-ARIA_basics", | |
"tags": [ | |
"ARIA", | |
"Accessibility", | |
"Article", | |
"Beginner", | |
"CodingScripting", | |
"Guide", | |
"HTML", | |
"JavaScript", | |
"Learn", | |
"WAI-ARIA", | |
"semantics" | |
] | |
}, | |
"/files/en-us/learn/accessibility/wai-aria_basics/test_your_skills_colon__wai-aria/index.md": { | |
"title": "Test your skills: WAI-ARIA", | |
"slug": "Learn/Accessibility/WAI-ARIA_basics/Test_your_skills:_WAI-ARIA", | |
"tags": [ | |
"Accessibility", | |
"Assessment", | |
"Beginner", | |
"Learn", | |
"WAI-ARIA", | |
"test your skills" | |
] | |
}, | |
"/files/en-us/learn/accessibility/what_is_accessibility/index.md": { | |
"title": "What is accessibility?", | |
"slug": "Learn/Accessibility/What_is_accessibility", | |
"tags": [ | |
"AT", | |
"Accessibility", | |
"Article", | |
"Beginner", | |
"CSS", | |
"CodingScripting", | |
"HTML", | |
"JavaScript", | |
"Learn", | |
"Tools", | |
"Users", | |
"assistive technology", | |
"keyboard", | |
"screen reader", | |
"screenreader" | |
] | |
}, | |
"/files/en-us/learn/common_questions/available_text_editors/index.md": { | |
"title": "What text editors are available?", | |
"slug": "Learn/Common_questions/Available_text_editors", | |
"tags": ["Beginner", "Composing", "Guide", "Tools", "text editor"] | |
}, | |
"/files/en-us/learn/common_questions/checking_that_your_web_site_is_working_properly/index.md": { | |
"title": "How do you make sure your website works properly?", | |
"slug": "Learn/Common_questions/Checking_that_your_web_site_is_working_properly", | |
"tags": [ | |
"Beginner", | |
"Document", | |
"Guide", | |
"NeedsActiveLearning", | |
"Web", | |
"Web Development", | |
"WebMechanics", | |
"troubleshooting" | |
] | |
}, | |
"/files/en-us/learn/common_questions/common_web_layouts/index.md": { | |
"title": "What do common web layouts contain?", | |
"slug": "Learn/Common_questions/Common_web_layouts", | |
"tags": ["Beginner", "CSS", "Design", "HTML", "NeedsActiveLearning"] | |
}, | |
"/files/en-us/learn/common_questions/design_for_all_types_of_users/index.md": { | |
"title": "How can we design for all types of users?", | |
"slug": "Learn/Common_questions/Design_for_all_types_of_users", | |
"tags": [ | |
"Accessibility", | |
"Beginner", | |
"Design", | |
"Example", | |
"Intro", | |
"Mobile", | |
"NeedsActiveLearning" | |
] | |
}, | |
"/files/en-us/learn/common_questions/how_do_you_host_your_website_on_google_app_engine/index.md": { | |
"title": "How do you host your website on Google App Engine?", | |
"slug": "Learn/Common_questions/How_do_you_host_your_website_on_Google_App_Engine", | |
"tags": [ | |
"Beginner", | |
"Google App Engine", | |
"Google Cloud Platform", | |
"Guide", | |
"Host", | |
"Learn", | |
"Web", | |
"publish", | |
"website" | |
] | |
}, | |
"/files/en-us/learn/common_questions/how_does_the_internet_work/index.md": { | |
"title": "How does the Internet work?", | |
"slug": "Learn/Common_questions/How_does_the_Internet_work", | |
"tags": ["Beginner", "Tutorial", "WebMechanics"] | |
}, | |
"/files/en-us/learn/common_questions/how_much_does_it_cost/index.md": { | |
"title": "How much does it cost to do something on the Web?", | |
"slug": "Learn/Common_questions/How_much_does_it_cost", | |
"tags": [ | |
"Beginner", | |
"WebMechanics", | |
"cost", | |
"hosting", | |
"web development tools" | |
] | |
}, | |
"/files/en-us/learn/common_questions/html_features_for_accessibility/index.md": { | |
"title": "What HTML features promote accessibility?", | |
"slug": "Learn/Common_questions/HTML_features_for_accessibility", | |
"tags": ["Accessibility", "Beginner", "HTML", "Learn", "NeedsContent"] | |
}, | |
"/files/en-us/learn/common_questions/index.md": { | |
"title": "Common questions", | |
"slug": "Learn/Common_questions", | |
"tags": [ | |
"CodingScripting", | |
"Infrastructure", | |
"Learn", | |
"Web", | |
"WebMechanics" | |
] | |
}, | |
"/files/en-us/learn/common_questions/pages_sites_servers_and_search_engines/index.md": { | |
"title": "What is the difference between webpage, website, web server, and search engine?", | |
"slug": "Learn/Common_questions/Pages_sites_servers_and_search_engines", | |
"tags": ["Beginner", "NeedsActiveLearning", "WebMechanics"] | |
}, | |
"/files/en-us/learn/common_questions/set_up_a_local_testing_server/index.md": { | |
"title": "How do you set up a local testing server?", | |
"slug": "Learn/Common_questions/set_up_a_local_testing_server", | |
"tags": [ | |
"Beginner", | |
"Express", | |
"Flask", | |
"Learn", | |
"Node", | |
"PHP", | |
"Python", | |
"django", | |
"lamp", | |
"server-side", | |
"servers" | |
] | |
}, | |
"/files/en-us/learn/common_questions/thinking_before_coding/index.md": { | |
"title": "How do I start to design my website?", | |
"slug": "Learn/Common_questions/Thinking_before_coding", | |
"tags": ["Beginner", "Composing", "NeedsActiveLearning", "needsSchema"] | |
}, | |
"/files/en-us/learn/common_questions/upload_files_to_a_web_server/index.md": { | |
"title": "How do you upload your files to a web server?", | |
"slug": "Learn/Common_questions/Upload_files_to_a_web_server", | |
"tags": [ | |
"Beginner", | |
"FTP", | |
"GitHub", | |
"Uploading", | |
"WebMechanics", | |
"hosting", | |
"rsync", | |
"SFTP" | |
] | |
}, | |
"/files/en-us/learn/common_questions/using_github_pages/index.md": { | |
"title": "How do I use GitHub Pages?", | |
"slug": "Learn/Common_questions/Using_Github_pages", | |
"tags": ["Beginner", "GitHub", "Guide", "Web", "gh-pages", "git", "publish"] | |
}, | |
"/files/en-us/learn/common_questions/what_are_browser_developer_tools/index.md": { | |
"title": "What are browser developer tools?", | |
"slug": "Learn/Common_questions/What_are_browser_developer_tools", | |
"tags": [ | |
"Beginner", | |
"Browser", | |
"CSS", | |
"CodingScripting", | |
"Dev Tools", | |
"HTML", | |
"JavaScript", | |
"Learn" | |
] | |
}, | |
"/files/en-us/learn/common_questions/what_are_hyperlinks/index.md": { | |
"title": "What are hyperlinks?", | |
"slug": "Learn/Common_questions/What_are_hyperlinks", | |
"tags": ["Beginner", "Infrastructure", "Navigation", "NeedsActiveLearning"] | |
}, | |
"/files/en-us/learn/common_questions/what_is_a_domain_name/index.md": { | |
"title": "What is a Domain Name?", | |
"slug": "Learn/Common_questions/What_is_a_domain_name", | |
"tags": [ | |
"Beginner", | |
"Domain names", | |
"Infrastructure", | |
"Intro", | |
"NeedsActiveLearning", | |
"Web" | |
] | |
}, | |
"/files/en-us/learn/common_questions/what_is_a_url/index.md": { | |
"title": "What is a URL?", | |
"slug": "Learn/Common_questions/What_is_a_URL", | |
"tags": ["Beginner", "Infrastructure", "URL", "resources", "urls"] | |
}, | |
"/files/en-us/learn/common_questions/what_is_a_web_server/index.md": { | |
"title": "What is a web server?", | |
"slug": "Learn/Common_questions/What_is_a_web_server", | |
"tags": ["Beginner", "Infrastructure", "needsSchema"] | |
}, | |
"/files/en-us/learn/common_questions/what_is_accessibility/index.md": { | |
"title": "What is accessibility?", | |
"slug": "Learn/Common_questions/What_is_accessibility", | |
"tags": ["Accessibility", "Beginner", "Intro", "NeedsActiveLearning", "Web"] | |
}, | |
"/files/en-us/learn/common_questions/what_software_do_i_need/index.md": { | |
"title": "What software do I need to build a website?", | |
"slug": "Learn/Common_questions/What_software_do_I_need", | |
"tags": ["Beginner", "NeedsActiveLearning", "WebMechanics"] | |
}, | |
"/files/en-us/learn/css/building_blocks/a_cool_looking_box/index.md": { | |
"title": "A cool-looking box", | |
"slug": "Learn/CSS/Building_blocks/A_cool_looking_box", | |
"tags": [ | |
"Assessment", | |
"Beginner", | |
"CSS", | |
"Learn", | |
"backgrounds", | |
"borders", | |
"box", | |
"box model", | |
"effects" | |
] | |
}, | |
"/files/en-us/learn/css/building_blocks/advanced_styling_effects/index.md": { | |
"title": "Advanced styling effects", | |
"slug": "Learn/CSS/Building_blocks/Advanced_styling_effects", | |
"tags": [ | |
"Article", | |
"Beginner", | |
"Blend modes", | |
"Boxes", | |
"CSS", | |
"CodingScripting", | |
"Filters", | |
"Styling", | |
"box shadows", | |
"effects", | |
"shapes" | |
] | |
}, | |
"/files/en-us/learn/css/building_blocks/backgrounds_and_borders/index.md": { | |
"title": "Backgrounds and borders", | |
"slug": "Learn/CSS/Building_blocks/Backgrounds_and_borders", | |
"tags": [ | |
"Background", | |
"Beginner", | |
"CSS", | |
"Image", | |
"Learn", | |
"Position", | |
"borders", | |
"color" | |
] | |
}, | |
"/files/en-us/learn/css/building_blocks/box_model_tasks/index.md": { | |
"title": "Test your skills: The Box Model", | |
"slug": "Learn/CSS/Building_blocks/Box_Model_Tasks", | |
"tags": ["Beginner", "CSS"] | |
}, | |
"/files/en-us/learn/css/building_blocks/cascade_and_inheritance/index.md": { | |
"title": "Cascade and inheritance", | |
"slug": "Learn/CSS/Building_blocks/Cascade_and_inheritance", | |
"tags": [ | |
"Beginner", | |
"CSS", | |
"Cascade", | |
"Inheritance", | |
"Learn", | |
"rules", | |
"source order", | |
"specificity" | |
] | |
}, | |
"/files/en-us/learn/css/building_blocks/cascade_tasks/index.md": { | |
"title": "Test your skills: The Cascade", | |
"slug": "Learn/CSS/Building_blocks/Cascade_tasks", | |
"tags": ["Beginner", "CSS"] | |
}, | |
"/files/en-us/learn/css/building_blocks/creating_fancy_letterheaded_paper/index.md": { | |
"title": "Creating fancy letterheaded paper", | |
"slug": "Learn/CSS/Building_blocks/Creating_fancy_letterheaded_paper", | |
"tags": [ | |
"Assessment", | |
"Background", | |
"Beginner", | |
"Boxes", | |
"CSS", | |
"CodingScripting", | |
"border", | |
"box", | |
"letter", | |
"letterhead", | |
"letterheaded", | |
"paper" | |
] | |
}, | |
"/files/en-us/learn/css/building_blocks/debugging_css/index.md": { | |
"title": "Debugging CSS", | |
"slug": "Learn/CSS/Building_blocks/Debugging_CSS", | |
"tags": [ | |
"Beginner", | |
"CSS", | |
"DOM", | |
"Debugging", | |
"DevTools", | |
"Learn", | |
"source" | |
] | |
}, | |
"/files/en-us/learn/css/building_blocks/fundamental_css_comprehension/index.md": { | |
"title": "Fundamental CSS comprehension", | |
"slug": "Learn/CSS/Building_blocks/Fundamental_CSS_comprehension", | |
"tags": [ | |
"Assessment", | |
"Beginner", | |
"CSS", | |
"CodingScripting", | |
"Selectors", | |
"Style", | |
"Syntax", | |
"box model", | |
"comments", | |
"rules" | |
] | |
}, | |
"/files/en-us/learn/css/building_blocks/handling_different_text_directions/index.md": { | |
"title": "Handling different text directions", | |
"slug": "Learn/CSS/Building_blocks/Handling_different_text_directions", | |
"tags": ["Beginner", "CSS", "Learn", "logical properties", "writing modes"] | |
}, | |
"/files/en-us/learn/css/building_blocks/images_media_form_elements/index.md": { | |
"title": "Images, media, and form elements", | |
"slug": "Learn/CSS/Building_blocks/Images_media_form_elements", | |
"tags": [ | |
"Beginner", | |
"CSS", | |
"Forms", | |
"Images", | |
"Learn", | |
"Media", | |
"replaced content" | |
] | |
}, | |
"/files/en-us/learn/css/building_blocks/images_tasks/index.md": { | |
"title": "Test your skills: Images and Form elements", | |
"slug": "Learn/CSS/Building_blocks/Images_tasks", | |
"tags": ["Beginner", "CSS"] | |
}, | |
"/files/en-us/learn/css/building_blocks/index.md": { | |
"title": "CSS building blocks", | |
"slug": "Learn/CSS/Building_blocks", | |
"tags": ["Beginner", "CSS", "Learn", "building blocks"] | |
}, | |
"/files/en-us/learn/css/building_blocks/organizing/index.md": { | |
"title": "Organizing your CSS", | |
"slug": "Learn/CSS/Building_blocks/Organizing", | |
"tags": [ | |
"Beginner", | |
"CSS", | |
"CodingScripting", | |
"Learn", | |
"comments", | |
"formatting", | |
"methodologies", | |
"organizing", | |
"post-processor", | |
"pre-processor", | |
"styleguide" | |
] | |
}, | |
"/files/en-us/learn/css/building_blocks/overflow_tasks/index.md": { | |
"title": "Test your skills: Overflow", | |
"slug": "Learn/CSS/Building_blocks/Overflow_Tasks", | |
"tags": ["Beginner", "CSS"] | |
}, | |
"/files/en-us/learn/css/building_blocks/overflowing_content/index.md": { | |
"title": "Overflowing content", | |
"slug": "Learn/CSS/Building_blocks/Overflowing_content", | |
"tags": [ | |
"Beginner", | |
"Block Formatting Context", | |
"CSS", | |
"Data Loss", | |
"Learn", | |
"overflow" | |
] | |
}, | |
"/files/en-us/learn/css/building_blocks/selectors/attribute_selectors/index.md": { | |
"title": "Attribute selectors", | |
"slug": "Learn/CSS/Building_blocks/Selectors/Attribute_selectors", | |
"tags": ["Attribute", "Beginner", "CSS", "Learn", "Selectors"] | |
}, | |
"/files/en-us/learn/css/building_blocks/selectors/combinators/index.md": { | |
"title": "Combinators", | |
"slug": "Learn/CSS/Building_blocks/Selectors/Combinators", | |
"tags": ["CSS", "Selectors", "combinators"] | |
}, | |
"/files/en-us/learn/css/building_blocks/selectors/index.md": { | |
"title": "CSS selectors", | |
"slug": "Learn/CSS/Building_blocks/Selectors", | |
"tags": [ | |
"Attribute", | |
"Beginner", | |
"CSS", | |
"Class", | |
"Learn", | |
"Pseudo", | |
"Selectors", | |
"id" | |
] | |
}, | |
"/files/en-us/learn/css/building_blocks/selectors/pseudo-classes_and_pseudo-elements/index.md": { | |
"title": "Pseudo-classes and pseudo-elements", | |
"slug": "Learn/CSS/Building_blocks/Selectors/Pseudo-classes_and_pseudo-elements", | |
"tags": [ | |
"Beginner", | |
"CSS", | |
"Learn", | |
"Pseudo", | |
"Pseudo-class", | |
"Pseudo-element", | |
"Selectors" | |
] | |
}, | |
"/files/en-us/learn/css/building_blocks/selectors/selectors_tasks/index.md": { | |
"title": "Test your skills: Selectors", | |
"slug": "Learn/CSS/Building_blocks/Selectors/Selectors_Tasks", | |
"tags": ["Beginner", "CSS"] | |
}, | |
"/files/en-us/learn/css/building_blocks/selectors/type_class_and_id_selectors/index.md": { | |
"title": "Type, class, and ID selectors", | |
"slug": "Learn/CSS/Building_blocks/Selectors/Type_Class_and_ID_Selectors", | |
"tags": ["Beginner", "CSS", "Class", "Learn", "Selectors", "id"] | |
}, | |
"/files/en-us/learn/css/building_blocks/sizing_items_in_css/index.md": { | |
"title": "Sizing items in CSS", | |
"slug": "Learn/CSS/Building_blocks/Sizing_items_in_CSS", | |
"tags": [ | |
"Beginner", | |
"CSS", | |
"Intrinsic size", | |
"Learn", | |
"max size", | |
"min size", | |
"percentage", | |
"sizing", | |
"viewport units" | |
] | |
}, | |
"/files/en-us/learn/css/building_blocks/sizing_tasks/index.md": { | |
"title": "Test your skills: sizing", | |
"slug": "Learn/CSS/Building_blocks/Sizing_tasks", | |
"tags": ["Beginner", "CSS", "Example"] | |
}, | |
"/files/en-us/learn/css/building_blocks/styling_tables/index.md": { | |
"title": "Styling tables", | |
"slug": "Learn/CSS/Building_blocks/Styling_tables", | |
"tags": [ | |
"Article", | |
"Beginner", | |
"CSS", | |
"CodingScripting", | |
"Guide", | |
"NeedsUpdate", | |
"Styling", | |
"Tables" | |
] | |
}, | |
"/files/en-us/learn/css/building_blocks/tables_tasks/index.md": { | |
"title": "Test your skills: tables", | |
"slug": "Learn/CSS/Building_blocks/Tables_tasks", | |
"tags": ["Beginner", "CSS", "Example"] | |
}, | |
"/files/en-us/learn/css/building_blocks/test_your_skills_backgrounds_and_borders/index.md": { | |
"title": "Test your skills: backgrounds and borders", | |
"slug": "Learn/CSS/Building_blocks/Test_your_skills_backgrounds_and_borders", | |
"tags": [ | |
"Assessment", | |
"Beginner", | |
"Learn", | |
"Skill test", | |
"backgrounds", | |
"borders" | |
] | |
}, | |
"/files/en-us/learn/css/building_blocks/the_box_model/index.md": { | |
"title": "The box model", | |
"slug": "Learn/CSS/Building_blocks/The_box_model", | |
"tags": [ | |
"Beginner", | |
"CSS", | |
"Learn", | |
"border", | |
"box model", | |
"display", | |
"margin", | |
"padding" | |
] | |
}, | |
"/files/en-us/learn/css/building_blocks/values_and_units/index.md": { | |
"title": "CSS values and units", | |
"slug": "Learn/CSS/Building_blocks/Values_and_units", | |
"tags": [ | |
"Beginner", | |
"CSS", | |
"Function", | |
"Image", | |
"Learn", | |
"Number", | |
"Position", | |
"color", | |
"length", | |
"percentage", | |
"units", | |
"values" | |
] | |
}, | |
"/files/en-us/learn/css/building_blocks/values_tasks/index.md": { | |
"title": "Test your skills: values and units", | |
"slug": "Learn/CSS/Building_blocks/Values_tasks", | |
"tags": ["Beginner", "CSS", "Example"] | |
}, | |
"/files/en-us/learn/css/building_blocks/writing_modes_tasks/index.md": { | |
"title": "Test your skills: Writing Modes and Logical Properties", | |
"slug": "Learn/CSS/Building_blocks/Writing_Modes_Tasks", | |
"tags": ["Beginner", "CSS"] | |
}, | |
"/files/en-us/learn/css/css_layout/flexbox/index.md": { | |
"title": "Flexbox", | |
"slug": "Learn/CSS/CSS_layout/Flexbox", | |
"tags": [ | |
"Article", | |
"Beginner", | |
"CSS", | |
"CSS layouts", | |
"CodingScripting", | |
"Flexible Boxes", | |
"Guide", | |
"Layout", | |
"Layouts", | |
"Learn", | |
"flexbox" | |
] | |
}, | |
"/files/en-us/learn/css/css_layout/flexbox_skills/index.md": { | |
"title": "Test your skills: Flexbox", | |
"slug": "Learn/CSS/CSS_layout/Flexbox_skills", | |
"tags": ["Assessment", "Beginner", "Learn", "Skill test", "flexbox"] | |
}, | |
"/files/en-us/learn/css/css_layout/floats/index.md": { | |
"title": "Floats", | |
"slug": "Learn/CSS/CSS_layout/Floats", | |
"tags": [ | |
"Article", | |
"Beginner", | |
"CSS", | |
"Clearing", | |
"CodingScripting", | |
"Floats", | |
"Guide", | |
"Layout", | |
"columns", | |
"multi-column" | |
] | |
}, | |
"/files/en-us/learn/css/css_layout/floats_skills/index.md": { | |
"title": "Test your skills: floats", | |
"slug": "Learn/CSS/CSS_layout/Floats_skills", | |
"tags": ["Beginner", "CSS", "Example", "Floats", "Guide", "Layout"] | |
}, | |
"/files/en-us/learn/css/css_layout/fundamental_layout_comprehension/index.md": { | |
"title": "Test Your Skills: Fundamental layout comprehension", | |
"slug": "Learn/CSS/CSS_layout/Fundamental_Layout_Comprehension", | |
"tags": ["Assessment", "Beginner", "CSS", "Layout", "Learn"] | |
}, | |
"/files/en-us/learn/css/css_layout/grid_skills/index.md": { | |
"title": "Test your skills: Grid Layout", | |
"slug": "Learn/CSS/CSS_layout/Grid_skills", | |
"tags": ["Beginner", "CSS", "Guide", "Learn"] | |
}, | |
"/files/en-us/learn/css/css_layout/grids/index.md": { | |
"title": "Grids", | |
"slug": "Learn/CSS/CSS_layout/Grids", | |
"tags": [ | |
"Article", | |
"Beginner", | |
"CSS", | |
"CSS Grids", | |
"CodingScripting", | |
"Grids", | |
"Guide", | |
"Layout", | |
"Learn", | |
"Tutorial", | |
"grid design", | |
"grid framework", | |
"grid system" | |
] | |
}, | |
"/files/en-us/learn/css/css_layout/index.md": { | |
"title": "CSS layout", | |
"slug": "Learn/CSS/CSS_layout", | |
"tags": [ | |
"Beginner", | |
"CSS", | |
"Floating", | |
"Grids", | |
"Guide", | |
"Landing", | |
"Layout", | |
"Learn", | |
"Module", | |
"Multiple column", | |
"Positioning", | |
"alignment", | |
"flexbox", | |
"float", | |
"table" | |
] | |
}, | |
"/files/en-us/learn/css/css_layout/introduction/index.md": { | |
"title": "Introduction to CSS layout", | |
"slug": "Learn/CSS/CSS_layout/Introduction", | |
"tags": [ | |
"Article", | |
"Beginner", | |
"CSS", | |
"Floats", | |
"Grids", | |
"Introduction", | |
"Layout", | |
"Learn", | |
"Positioning", | |
"Tables", | |
"flexbox", | |
"flow" | |
] | |
}, | |
"/files/en-us/learn/css/css_layout/legacy_layout_methods/index.md": { | |
"title": "Legacy layout methods", | |
"slug": "Learn/CSS/CSS_layout/Legacy_Layout_Methods", | |
"tags": [ | |
"Beginner", | |
"CSS", | |
"Floats", | |
"Guide", | |
"Layout", | |
"Learn", | |
"grid system", | |
"legacy" | |
] | |
}, | |
"/files/en-us/learn/css/css_layout/media_queries/index.md": { | |
"title": "Beginner's guide to media queries", | |
"slug": "Learn/CSS/CSS_layout/Media_queries", | |
"tags": ["Beginner", "CSS", "Layout", "Learn", "media query"] | |
}, | |
"/files/en-us/learn/css/css_layout/multicol_skills/index.md": { | |
"title": "Test your skills: Multicol", | |
"slug": "Learn/CSS/CSS_layout/Multicol_skills", | |
"tags": ["CSS", "Example", "Guide"] | |
}, | |
"/files/en-us/learn/css/css_layout/multiple-column_layout/index.md": { | |
"title": "Multiple-column layout", | |
"slug": "Learn/CSS/CSS_layout/Multiple-column_Layout", | |
"tags": [ | |
"Beginner", | |
"CSS", | |
"Guide", | |
"Layout", | |
"Learn", | |
"Learning", | |
"Multi-col", | |
"Multiple columns" | |
] | |
}, | |
"/files/en-us/learn/css/css_layout/normal_flow/index.md": { | |
"title": "Normal Flow", | |
"slug": "Learn/CSS/CSS_layout/Normal_Flow", | |
"tags": [ | |
"Beginner", | |
"CSS", | |
"Layout", | |
"Learn", | |
"float", | |
"grid", | |
"normal flow" | |
] | |
}, | |
"/files/en-us/learn/css/css_layout/position_skills/index.md": { | |
"title": "Test your skills: position", | |
"slug": "Learn/CSS/CSS_layout/Position_skills", | |
"tags": ["CSS", "Example", "Guide"] | |
}, | |
"/files/en-us/learn/css/css_layout/positioning/index.md": { | |
"title": "Positioning", | |
"slug": "Learn/CSS/CSS_layout/Positioning", | |
"tags": [ | |
"Article", | |
"Beginner", | |
"CSS", | |
"CodingScripting", | |
"Guide", | |
"Layout", | |
"Positioning", | |
"absolute", | |
"fixed", | |
"relative" | |
] | |
}, | |
"/files/en-us/learn/css/css_layout/practical_positioning_examples/index.md": { | |
"title": "Practical positioning examples", | |
"slug": "Learn/CSS/CSS_layout/Practical_positioning_examples", | |
"tags": [ | |
"Article", | |
"Beginner", | |
"CSS", | |
"CodingScripting", | |
"Guide", | |
"Layout", | |
"Learn", | |
"absolute", | |
"fixed", | |
"relative" | |
] | |
}, | |
"/files/en-us/learn/css/css_layout/responsive_design/index.md": { | |
"title": "Responsive design", | |
"slug": "Learn/CSS/CSS_layout/Responsive_Design", | |
"tags": [ | |
"Images", | |
"Media Queries", | |
"RWD", | |
"Responsive web design", | |
"flexbox", | |
"fluid grids", | |
"grid", | |
"multicol", | |
"typography" | |
] | |
}, | |
"/files/en-us/learn/css/css_layout/rwd_skills/index.md": { | |
"title": "Test your skills: Media Queries and Responsive Design", | |
"slug": "Learn/CSS/CSS_layout/rwd_skills", | |
"tags": ["Beginner", "CSS", "Guide"] | |
}, | |
"/files/en-us/learn/css/css_layout/supporting_older_browsers/index.md": { | |
"title": "Supporting older browsers", | |
"slug": "Learn/CSS/CSS_layout/Supporting_Older_Browsers", | |
"tags": [ | |
"Beginner", | |
"CSS", | |
"Guide", | |
"Layout", | |
"Learn", | |
"feature queries", | |
"flexbox", | |
"float", | |
"grid", | |
"legacy" | |
] | |
}, | |
"/files/en-us/learn/css/first_steps/getting_started/index.md": { | |
"title": "Getting started with CSS", | |
"slug": "Learn/CSS/First_steps/Getting_started", | |
"tags": [ | |
"Beginner", | |
"CSS", | |
"Classes", | |
"Elements", | |
"Example", | |
"Learn", | |
"Selectors", | |
"Syntax", | |
"state" | |
] | |
}, | |
"/files/en-us/learn/css/first_steps/how_css_is_structured/index.md": { | |
"title": "How CSS is structured", | |
"slug": "Learn/CSS/First_steps/How_CSS_is_structured", | |
"tags": [ | |
"Beginner", | |
"CSS", | |
"HTML", | |
"Learn", | |
"Selectors", | |
"Structure", | |
"comments", | |
"properties", | |
"shorthand", | |
"values", | |
"whitespace" | |
] | |
}, | |
"/files/en-us/learn/css/first_steps/how_css_works/index.md": { | |
"title": "How CSS works", | |
"slug": "Learn/CSS/First_steps/How_CSS_works", | |
"tags": ["Beginner", "CSS", "DOM", "Learn"] | |
}, | |
"/files/en-us/learn/css/first_steps/index.md": { | |
"title": "CSS first steps", | |
"slug": "Learn/CSS/First_steps", | |
"tags": ["Beginner", "CSS", "Landing", "Learn", "Module", "first steps"] | |
}, | |
"/files/en-us/learn/css/first_steps/using_your_new_knowledge/index.md": { | |
"title": "Using your new knowledge", | |
"slug": "Learn/CSS/First_steps/Using_your_new_knowledge", | |
"tags": ["Beginner", "CSS", "Learn", "Playground"] | |
}, | |
"/files/en-us/learn/css/first_steps/what_is_css/index.md": { | |
"title": "What is CSS?", | |
"slug": "Learn/CSS/First_steps/What_is_CSS", | |
"tags": [ | |
"Beginner", | |
"CSS", | |
"Introduction to CSS", | |
"Learn", | |
"Modules", | |
"Specifications", | |
"Syntax" | |
] | |
}, | |
"/files/en-us/learn/css/howto/add_a_shadow/index.md": { | |
"title": "How to add a shadow to an element", | |
"slug": "Learn/CSS/Howto/Add_a_shadow", | |
"tags": ["Basic", "Beginner", "CSS", "CSS:Getting_Started", "Guide", "Web"] | |
}, | |
"/files/en-us/learn/css/howto/add_a_text_shadow/index.md": { | |
"title": "How to add a shadow to text", | |
"slug": "Learn/CSS/Howto/Add_a_text_shadow", | |
"tags": ["Basic", "Beginner", "CSS", "CSS:Getting_Started", "Guide", "Web"] | |
}, | |
"/files/en-us/learn/css/howto/center_an_item/index.md": { | |
"title": "How to center an item", | |
"slug": "Learn/CSS/Howto/Center_an_item", | |
"tags": ["Basic", "Beginner", "CSS", "CSS:Getting_Started", "Guide", "Web"] | |
}, | |
"/files/en-us/learn/css/howto/create_fancy_boxes/index.md": { | |
"title": "create fancy boxes", | |
"slug": "Learn/CSS/Howto/create_fancy_boxes", | |
"tags": ["Beginner", "CSS", "CodingScripting", "Learn"] | |
}, | |
"/files/en-us/learn/css/howto/css_faq/index.md": { | |
"title": "CSS FAQ", | |
"slug": "Learn/CSS/Howto/CSS_FAQ", | |
"tags": ["CSS", "Example", "FAQ", "Guide", "Web", "questions"] | |
}, | |
"/files/en-us/learn/css/howto/fill_a_box_with_an_image/index.md": { | |
"title": "How to fill a box with an image without distorting it", | |
"slug": "Learn/CSS/Howto/Fill_a_box_with_an_image", | |
"tags": ["Basic", "Beginner", "CSS", "CSS:Getting_Started", "Guide", "Web"] | |
}, | |
"/files/en-us/learn/css/howto/generated_content/index.md": { | |
"title": "Using CSS generated content", | |
"slug": "Learn/CSS/Howto/Generated_content", | |
"tags": [ | |
"Basic", | |
"Beginner", | |
"CSS", | |
"CSS:Getting_Started", | |
"Graphics", | |
"Guide", | |
"NeedsUpdate", | |
"Web" | |
] | |
}, | |
"/files/en-us/learn/css/howto/highlight_first_line/index.md": { | |
"title": "How to highlight the first line of a paragraph", | |
"slug": "Learn/CSS/Howto/Highlight_first_line", | |
"tags": ["Basic", "Beginner", "CSS", "CSS:Getting_Started", "Guide", "Web"] | |
}, | |
"/files/en-us/learn/css/howto/highlight_first_para/index.md": { | |
"title": "How to highlight the first paragraph", | |
"slug": "Learn/CSS/Howto/Highlight_first_para", | |
"tags": ["Basic", "Beginner", "CSS", "CSS:Getting_Started", "Guide", "Web"] | |
}, | |
"/files/en-us/learn/css/howto/highlight_para_after_h1/index.md": { | |
"title": "How to highlight a paragraph that comes after a heading", | |
"slug": "Learn/CSS/Howto/Highlight_para_after_h1", | |
"tags": ["Basic", "Beginner", "CSS", "CSS:Getting_Started", "Guide", "Web"] | |
}, | |
"/files/en-us/learn/css/howto/index.md": { | |
"title": "Use CSS to solve common problems", | |
"slug": "Learn/CSS/Howto", | |
"tags": ["Beginner", "CSS", "Learn"] | |
}, | |
"/files/en-us/learn/css/howto/make_box_transparent/index.md": { | |
"title": "How to make a box semi-transparent", | |
"slug": "Learn/CSS/Howto/Make_box_transparent", | |
"tags": ["Basic", "Beginner", "CSS", "CSS:Getting_Started", "Guide", "Web"] | |
}, | |
"/files/en-us/learn/css/howto/transition_button/index.md": { | |
"title": "How to fade a button on hover", | |
"slug": "Learn/CSS/Howto/Transition_button", | |
"tags": ["Basic", "Beginner", "CSS", "CSS:Getting_Started", "Guide", "Web"] | |
}, | |
"/files/en-us/learn/css/index.md": { | |
"title": "Learn to style HTML using CSS", | |
"slug": "Learn/CSS", | |
"tags": [ | |
"Beginner", | |
"CSS", | |
"CodingScripting", | |
"Debugging", | |
"Landing", | |
"Style", | |
"Topic", | |
"length", | |
"specificity" | |
] | |
}, | |
"/files/en-us/learn/css/styling_text/fundamentals/index.md": { | |
"title": "Fundamental text and font styling", | |
"slug": "Learn/CSS/Styling_text/Fundamentals", | |
"tags": [ | |
"Article", | |
"Beginner", | |
"CSS", | |
"Guide", | |
"Style", | |
"Text", | |
"alignment", | |
"family", | |
"font", | |
"shorthand", | |
"spacing", | |
"weight" | |
] | |
}, | |
"/files/en-us/learn/css/styling_text/index.md": { | |
"title": "Styling text", | |
"slug": "Learn/CSS/Styling_text", | |
"tags": [ | |
"Beginner", | |
"CSS", | |
"CodingScripting", | |
"Fonts", | |
"Landing", | |
"Links", | |
"Module", | |
"Text", | |
"font", | |
"letter", | |
"line", | |
"lists", | |
"shadow", | |
"web fonts" | |
] | |
}, | |
"/files/en-us/learn/css/styling_text/styling_links/index.md": { | |
"title": "Styling links", | |
"slug": "Learn/CSS/Styling_text/Styling_links", | |
"tags": [ | |
"Article", | |
"Beginner", | |
"CSS", | |
"Focus", | |
"Guide", | |
"Learn", | |
"Links", | |
"Pseudo-class", | |
"hover", | |
"hyperlinks", | |
"menus", | |
"tabs" | |
] | |
}, | |
"/files/en-us/learn/css/styling_text/styling_lists/index.md": { | |
"title": "Styling lists", | |
"slug": "Learn/CSS/Styling_text/Styling_lists", | |
"tags": [ | |
"Article", | |
"Beginner", | |
"CSS", | |
"Guide", | |
"Styling", | |
"Text", | |
"bullets", | |
"lists" | |
] | |
}, | |
"/files/en-us/learn/css/styling_text/typesetting_a_homepage/index.md": { | |
"title": "Typesetting a community school homepage", | |
"slug": "Learn/CSS/Styling_text/Typesetting_a_homepage", | |
"tags": [ | |
"Assessment", | |
"Beginner", | |
"CSS", | |
"CodingScripting", | |
"Link", | |
"Styling text", | |
"font", | |
"list", | |
"web font" | |
] | |
}, | |
"/files/en-us/learn/css/styling_text/web_fonts/index.md": { | |
"title": "Web fonts", | |
"slug": "Learn/CSS/Styling_text/Web_fonts", | |
"tags": [ | |
"@font-face", | |
"Article", | |
"Beginner", | |
"CSS", | |
"CSS Fonts", | |
"Fonts", | |
"Guide", | |
"Learn", | |
"Web Development", | |
"Web Fonts Article", | |
"Web fonts documentation", | |
"font-family", | |
"web fonts" | |
] | |
}, | |
"/files/en-us/learn/forms/advanced_form_styling/index.md": { | |
"title": "Advanced form styling", | |
"slug": "Learn/Forms/Advanced_form_styling", | |
"tags": ["Advanced", "CSS", "Example", "Forms", "Guide", "HTML", "Web"] | |
}, | |
"/files/en-us/learn/forms/basic_native_form_controls/index.md": { | |
"title": "Basic native form controls", | |
"slug": "Learn/Forms/Basic_native_form_controls", | |
"tags": [ | |
"Beginner", | |
"Controls", | |
"Example", | |
"Forms", | |
"Guide", | |
"HTML", | |
"Input", | |
"Web", | |
"Widgets" | |
] | |
}, | |
"/files/en-us/learn/forms/form_validation/index.md": { | |
"title": "Client-side form validation", | |
"slug": "Learn/Forms/Form_validation", | |
"tags": [ | |
"Beginner", | |
"Example", | |
"Forms", | |
"Guide", | |
"HTML", | |
"JavaScript", | |
"Learn", | |
"Web", | |
"regex" | |
] | |
}, | |
"/files/en-us/learn/forms/how_to_build_custom_form_controls/example_1/index.md": { | |
"title": "Example 1", | |
"slug": "Learn/Forms/How_to_build_custom_form_controls/Example_1", | |
"tags": ["Forms", "Guide", "HTML"] | |
}, | |
"/files/en-us/learn/forms/how_to_build_custom_form_controls/example_2/index.md": { | |
"title": "Example 2", | |
"slug": "Learn/Forms/How_to_build_custom_form_controls/Example_2", | |
"tags": ["Forms", "HTML"] | |
}, | |
"/files/en-us/learn/forms/how_to_build_custom_form_controls/example_3/index.md": { | |
"title": "Example 3", | |
"slug": "Learn/Forms/How_to_build_custom_form_controls/Example_3", | |
"tags": ["Forms", "HTML"] | |
}, | |
"/files/en-us/learn/forms/how_to_build_custom_form_controls/example_4/index.md": { | |
"title": "Example 4", | |
"slug": "Learn/Forms/How_to_build_custom_form_controls/Example_4", | |
"tags": ["Advanced", "Example", "Forms", "Guide", "HTML", "Web"] | |
}, | |
"/files/en-us/learn/forms/how_to_build_custom_form_controls/example_5/index.md": { | |
"title": "Example 5", | |
"slug": "Learn/Forms/How_to_build_custom_form_controls/Example_5", | |
"tags": ["Forms", "HTML"] | |
}, | |
"/files/en-us/learn/forms/how_to_build_custom_form_controls/index.md": { | |
"title": "How to build custom form controls", | |
"slug": "Learn/Forms/How_to_build_custom_form_controls", | |
"tags": ["Advanced", "Example", "Forms", "Guide", "HTML", "Web"] | |
}, | |
"/files/en-us/learn/forms/how_to_structure_a_web_form/example/index.md": { | |
"title": "Example", | |
"slug": "Learn/Forms/How_to_structure_a_web_form/Example", | |
"tags": [ | |
"Beginner", | |
"CSS", | |
"Example", | |
"Guide", | |
"HTML", | |
"Intro", | |
"Reference" | |
] | |
}, | |
"/files/en-us/learn/forms/how_to_structure_a_web_form/index.md": { | |
"title": "How to structure a web form", | |
"slug": "Learn/Forms/How_to_structure_a_web_form", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"Example", | |
"Forms", | |
"Guide", | |
"HTML", | |
"Learn", | |
"Structure", | |
"Web" | |
] | |
}, | |
"/files/en-us/learn/forms/html5_input_types/index.md": { | |
"title": "The HTML5 input types", | |
"slug": "Learn/Forms/HTML5_input_types", | |
"tags": [ | |
"Beginner", | |
"Controls", | |
"Example", | |
"Forms", | |
"Guide", | |
"HTML", | |
"Web", | |
"Widgets" | |
] | |
}, | |
"/files/en-us/learn/forms/html_forms_in_legacy_browsers/index.md": { | |
"title": "HTML forms in legacy browsers", | |
"slug": "Learn/Forms/HTML_forms_in_legacy_browsers", | |
"tags": ["Example", "Forms", "Guide", "HTML", "Intermediate", "Web"] | |
}, | |
"/files/en-us/learn/forms/index.md": { | |
"title": "Web forms — Working with user data", | |
"slug": "Learn/Forms", | |
"tags": [ | |
"Beginner", | |
"Featured", | |
"Forms", | |
"Guide", | |
"HTML", | |
"Landing", | |
"Learn", | |
"Web" | |
] | |
}, | |
"/files/en-us/learn/forms/other_form_controls/index.md": { | |
"title": "Other form controls", | |
"slug": "Learn/Forms/Other_form_controls", | |
"tags": [ | |
"Beginner", | |
"Controls", | |
"Example", | |
"Forms", | |
"Guide", | |
"HTML", | |
"Web", | |
"Widgets" | |
] | |
}, | |
"/files/en-us/learn/forms/property_compatibility_table_for_form_controls/index.md": { | |
"title": "CSS property compatibility table for form controls", | |
"slug": "Learn/Forms/Property_compatibility_table_for_form_controls", | |
"tags": [ | |
"Advanced", | |
"CSS", | |
"Forms", | |
"Guide", | |
"HTML", | |
"Junk", | |
"NeedsUpdate", | |
"Web" | |
] | |
}, | |
"/files/en-us/learn/forms/sending_and_retrieving_form_data/index.md": { | |
"title": "Sending form data", | |
"slug": "Learn/Forms/Sending_and_retrieving_form_data", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"Files", | |
"Forms", | |
"Guide", | |
"HTML", | |
"HTTP", | |
"Headers", | |
"Security", | |
"Web" | |
] | |
}, | |
"/files/en-us/learn/forms/sending_forms_through_javascript/index.md": { | |
"title": "Sending forms through JavaScript", | |
"slug": "Learn/Forms/Sending_forms_through_JavaScript", | |
"tags": [ | |
"Advanced", | |
"Example", | |
"Forms", | |
"Forms Guide", | |
"Guide", | |
"HTML", | |
"HTML forms", | |
"JavaScript", | |
"Learn", | |
"Security", | |
"Web", | |
"Web Forms" | |
] | |
}, | |
"/files/en-us/learn/forms/styling_web_forms/index.md": { | |
"title": "Styling web forms", | |
"slug": "Learn/Forms/Styling_web_forms", | |
"tags": [ | |
"Beginner", | |
"CSS", | |
"Example", | |
"Forms", | |
"Guide", | |
"HTML", | |
"Learn", | |
"Web" | |
] | |
}, | |
"/files/en-us/learn/forms/test_your_skills_colon__advanced_styling/index.md": { | |
"title": "Test your skills: Advanced styling", | |
"slug": "Learn/Forms/Test_your_skills:_Advanced_styling", | |
"tags": [ | |
"Assessment", | |
"Beginner", | |
"Forms", | |
"Learn", | |
"Pseudo-classes", | |
"Styling", | |
"test your skills" | |
] | |
}, | |
"/files/en-us/learn/forms/test_your_skills_colon__basic_controls/index.md": { | |
"title": "Test your skills: Basic controls", | |
"slug": "Learn/Forms/Test_your_skills:_Basic_controls", | |
"tags": [ | |
"Assessment", | |
"Beginner", | |
"Forms", | |
"Learn", | |
"basic controls", | |
"test your skills" | |
] | |
}, | |
"/files/en-us/learn/forms/test_your_skills_colon__form_structure/index.md": { | |
"title": "Test your skills: Form structure", | |
"slug": "Learn/Forms/Test_your_skills:_Form_structure", | |
"tags": ["Beginner", "Forms", "HTML", "Learn", "Structure"] | |
}, | |
"/files/en-us/learn/forms/test_your_skills_colon__form_validation/index.md": { | |
"title": "Test your skills: Form validation", | |
"slug": "Learn/Forms/Test_your_skills:_Form_validation", | |
"tags": [ | |
"Assessment", | |
"Beginner", | |
"Forms", | |
"Learn", | |
"Validation", | |
"test your skills" | |
] | |
}, | |
"/files/en-us/learn/forms/test_your_skills_colon__html5_controls/index.md": { | |
"title": "Test your skills: HTML5 controls", | |
"slug": "Learn/Forms/Test_your_skills:_HTML5_controls", | |
"tags": [ | |
"Assessment", | |
"Beginner", | |
"Forms", | |
"HTML5", | |
"Learn", | |
"test your skills" | |
] | |
}, | |
"/files/en-us/learn/forms/test_your_skills_colon__other_controls/index.md": { | |
"title": "Test your skills: Other controls", | |
"slug": "Learn/Forms/Test_your_skills:_Other_controls", | |
"tags": [ | |
"Assessment", | |
"Beginner", | |
"Forms", | |
"Learn", | |
"Select", | |
"datalist", | |
"test your skills", | |
"textarea" | |
] | |
}, | |
"/files/en-us/learn/forms/test_your_skills_colon__styling_basics/index.md": { | |
"title": "Test your skills: Styling basics", | |
"slug": "Learn/Forms/Test_your_skills:_Styling_basics", | |
"tags": [ | |
"Assessment", | |
"Beginner", | |
"CSS", | |
"Forms", | |
"Learn", | |
"Styling", | |
"test your skills" | |
] | |
}, | |
"/files/en-us/learn/forms/ui_pseudo-classes/index.md": { | |
"title": "UI pseudo-classes", | |
"slug": "Learn/Forms/UI_pseudo-classes", | |
"tags": [ | |
"Beginner", | |
"CSS", | |
"Example", | |
"Forms", | |
"Guide", | |
"HTML", | |
"Pseudo-classes", | |
"Styling", | |
"Web" | |
] | |
}, | |
"/files/en-us/learn/forms/your_first_form/example/index.md": { | |
"title": "Example", | |
"slug": "Learn/Forms/Your_first_form/Example", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"Example", | |
"Forms", | |
"Guide", | |
"HTML", | |
"Learn", | |
"Web" | |
] | |
}, | |
"/files/en-us/learn/forms/your_first_form/index.md": { | |
"title": "Your first form", | |
"slug": "Learn/Forms/Your_first_form", | |
"tags": [ | |
"Beginner", | |
"CSS", | |
"CodingScripting", | |
"Example", | |
"Forms", | |
"Guide", | |
"HTML", | |
"Learn", | |
"Web" | |
] | |
}, | |
"/files/en-us/learn/front-end_web_developer/index.md": { | |
"title": "Front-end web developer", | |
"slug": "Learn/Front-end_web_developer", | |
"tags": [ | |
"Beginner", | |
"CSS", | |
"Front-end", | |
"HTML", | |
"JavaScript", | |
"Learn", | |
"Tools", | |
"Web Standards" | |
] | |
}, | |
"/files/en-us/learn/getting_started_with_the_web/css_basics/index.md": { | |
"title": "CSS basics", | |
"slug": "Learn/Getting_started_with_the_web/CSS_basics", | |
"tags": [ | |
"Beginner", | |
"CSS", | |
"CodingScripting", | |
"Learn", | |
"Styling", | |
"Web", | |
"l10n:priority" | |
] | |
}, | |
"/files/en-us/learn/getting_started_with_the_web/dealing_with_files/index.md": { | |
"title": "Dealing with files", | |
"slug": "Learn/Getting_started_with_the_web/Dealing_with_files", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"Files", | |
"Guide", | |
"HTML", | |
"l10n:priority", | |
"theory", | |
"website" | |
] | |
}, | |
"/files/en-us/learn/getting_started_with_the_web/how_the_web_works/index.md": { | |
"title": "How the Web works", | |
"slug": "Learn/Getting_started_with_the_web/How_the_Web_works", | |
"tags": [ | |
"Beginner", | |
"Client", | |
"DNS", | |
"HTTP", | |
"IP", | |
"Infrastructure", | |
"Learn", | |
"Server", | |
"TCP", | |
"l10n:priority" | |
] | |
}, | |
"/files/en-us/learn/getting_started_with_the_web/html_basics/index.md": { | |
"title": "HTML basics", | |
"slug": "Learn/Getting_started_with_the_web/HTML_basics", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"Doctype html", | |
"HTML", | |
"Learn", | |
"Web", | |
"l10n:priority" | |
] | |
}, | |
"/files/en-us/learn/getting_started_with_the_web/index.md": { | |
"title": "Getting started with the Web", | |
"slug": "Learn/Getting_started_with_the_web", | |
"tags": [ | |
"Beginner", | |
"CSS", | |
"Design", | |
"Guide", | |
"HTML", | |
"Index", | |
"l10n:priority", | |
"publishing", | |
"theory" | |
] | |
}, | |
"/files/en-us/learn/getting_started_with_the_web/installing_basic_software/index.md": { | |
"title": "Installing basic software", | |
"slug": "Learn/Getting_started_with_the_web/Installing_basic_software", | |
"tags": [ | |
"Beginner", | |
"Browser", | |
"Learn", | |
"Setup", | |
"Tools", | |
"WebMechanics", | |
"l10n:priority", | |
"text editor" | |
] | |
}, | |
"/files/en-us/learn/getting_started_with_the_web/javascript_basics/index.md": { | |
"title": "JavaScript basics", | |
"slug": "Learn/Getting_started_with_the_web/JavaScript_basics", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"JavaScript", | |
"Learn", | |
"Web", | |
"l10n:priority" | |
] | |
}, | |
"/files/en-us/learn/getting_started_with_the_web/publishing_your_website/index.md": { | |
"title": "Publishing your website", | |
"slug": "Learn/Getting_started_with_the_web/Publishing_your_website", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"FTP", | |
"GitHub", | |
"Google App Engine", | |
"Learn", | |
"Web", | |
"l10n:priority", | |
"publishing", | |
"web server" | |
] | |
}, | |
"/files/en-us/learn/getting_started_with_the_web/the_web_and_web_standards/index.md": { | |
"title": "The web and web standards", | |
"slug": "Learn/Getting_started_with_the_web/The_web_and_web_standards", | |
"tags": ["Beginner", "Front-end", "Learn", "Web", "Web Standards"] | |
}, | |
"/files/en-us/learn/getting_started_with_the_web/what_will_your_website_look_like/index.md": { | |
"title": "What will your website look like?", | |
"slug": "Learn/Getting_started_with_the_web/What_will_your_website_look_like", | |
"tags": [ | |
"Assets", | |
"Beginner", | |
"Composing", | |
"Content", | |
"Deprecated", | |
"Design", | |
"Fonts", | |
"Learn", | |
"Simple", | |
"l10n:priority", | |
"step by step" | |
] | |
}, | |
"/files/en-us/learn/html/cheatsheet/index.md": { | |
"title": "HTML Cheatsheet", | |
"slug": "Learn/HTML/Cheatsheet", | |
"tags": ["Beginner", "Draft", "Guide", "HTML"] | |
}, | |
"/files/en-us/learn/html/howto/add_a_hit_map_on_top_of_an_image/index.md": { | |
"title": "Add a hitmap on top of an image", | |
"slug": "Learn/HTML/Howto/Add_a_hit_map_on_top_of_an_image", | |
"tags": ["Graphics", "Guide", "HTML", "Intermediate", "Navigation"] | |
}, | |
"/files/en-us/learn/html/howto/author_fast-loading_html_pages/index.md": { | |
"title": "Tips for authoring fast-loading HTML pages", | |
"slug": "Learn/HTML/Howto/Author_fast-loading_HTML_pages", | |
"tags": [ | |
"Advanced", | |
"Guide", | |
"HTML", | |
"NeedsUpdate", | |
"Performance", | |
"Web", | |
"Web Performance" | |
] | |
}, | |
"/files/en-us/learn/html/howto/define_terms_with_html/index.md": { | |
"title": "Define terms with HTML", | |
"slug": "Learn/HTML/Howto/Define_terms_with_HTML", | |
"tags": ["Beginner", "Guide", "HTML", "Learn"] | |
}, | |
"/files/en-us/learn/html/howto/index.md": { | |
"title": "Use HTML to solve common problems", | |
"slug": "Learn/HTML/Howto", | |
"tags": ["CodingScripting", "HTML"] | |
}, | |
"/files/en-us/learn/html/howto/use_data_attributes/index.md": { | |
"title": "Using data attributes", | |
"slug": "Learn/HTML/Howto/Use_data_attributes", | |
"tags": [ | |
"Custom Data Attributes", | |
"Example", | |
"Guide", | |
"HTML", | |
"HTML5", | |
"Web" | |
] | |
}, | |
"/files/en-us/learn/html/howto/use_javascript_within_a_webpage/index.md": { | |
"title": "Use JavaScript within a webpage", | |
"slug": "Learn/HTML/Howto/Use_JavaScript_within_a_webpage", | |
"tags": ["Beginner", "HTML", "JavaScript", "OpenPractices"] | |
}, | |
"/files/en-us/learn/html/index.md": { | |
"title": "Structuring the web with HTML", | |
"slug": "Learn/HTML", | |
"tags": ["Beginner", "Guide", "HTML", "Intro", "Learn", "Topic"] | |
}, | |
"/files/en-us/learn/html/introduction_to_html/advanced_text_formatting/index.md": { | |
"title": "Advanced text formatting", | |
"slug": "Learn/HTML/Introduction_to_HTML/Advanced_text_formatting", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"Guide", | |
"HTML", | |
"Learn", | |
"Text", | |
"abbreviation", | |
"description list", | |
"quote", | |
"semantic" | |
] | |
}, | |
"/files/en-us/learn/html/introduction_to_html/creating_hyperlinks/index.md": { | |
"title": "Creating hyperlinks", | |
"slug": "Learn/HTML/Introduction_to_HTML/Creating_hyperlinks", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"Guide", | |
"HTML", | |
"HTTP", | |
"Learn", | |
"Links", | |
"Title", | |
"absolute", | |
"href", | |
"hyperlinks", | |
"relative", | |
"urls" | |
] | |
}, | |
"/files/en-us/learn/html/introduction_to_html/debugging_html/index.md": { | |
"title": "Debugging HTML", | |
"slug": "Learn/HTML/Introduction_to_HTML/Debugging_HTML", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"Debugging", | |
"Error", | |
"Guide", | |
"HTML", | |
"Validation", | |
"validator" | |
] | |
}, | |
"/files/en-us/learn/html/introduction_to_html/document_and_website_structure/index.md": { | |
"title": "Document and website structure", | |
"slug": "Learn/HTML/Introduction_to_HTML/Document_and_website_structure", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"Guide", | |
"HTML", | |
"Layout", | |
"Page", | |
"Site", | |
"blocks", | |
"semantics" | |
] | |
}, | |
"/files/en-us/learn/html/introduction_to_html/getting_started/index.md": { | |
"title": "Getting started with HTML", | |
"slug": "Learn/HTML/Introduction_to_HTML/Getting_started", | |
"tags": [ | |
"Attribute", | |
"Beginner", | |
"CodingScripting", | |
"Comment", | |
"Element", | |
"Guide", | |
"HTML", | |
"entity reference", | |
"whitespace" | |
] | |
}, | |
"/files/en-us/learn/html/introduction_to_html/html_text_fundamentals/index.md": { | |
"title": "HTML text fundamentals", | |
"slug": "Learn/HTML/Introduction_to_HTML/HTML_text_fundamentals", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"Guide", | |
"HTML", | |
"Introduction to HTML", | |
"Learn", | |
"Text", | |
"headings", | |
"paragraphs", | |
"semantics" | |
] | |
}, | |
"/files/en-us/learn/html/introduction_to_html/index.md": { | |
"title": "Introduction to HTML", | |
"slug": "Learn/HTML/Introduction_to_HTML", | |
"tags": [ | |
"CodingScripting", | |
"HTML", | |
"Introduction to HTML", | |
"Landing", | |
"Links", | |
"Structure", | |
"Text", | |
"head", | |
"semantics" | |
] | |
}, | |
"/files/en-us/learn/html/introduction_to_html/marking_up_a_letter/index.md": { | |
"title": "Marking up a letter", | |
"slug": "Learn/HTML/Introduction_to_HTML/Marking_up_a_letter", | |
"tags": [ | |
"Assessment", | |
"Beginner", | |
"CodingScripting", | |
"HTML", | |
"Links", | |
"Text", | |
"head" | |
] | |
}, | |
"/files/en-us/learn/html/introduction_to_html/structuring_a_page_of_content/index.md": { | |
"title": "Structuring a page of content", | |
"slug": "Learn/HTML/Introduction_to_HTML/Structuring_a_page_of_content", | |
"tags": [ | |
"Assessment", | |
"Beginner", | |
"CodingScripting", | |
"Design", | |
"HTML", | |
"Layout", | |
"Learn", | |
"Structure", | |
"semantics" | |
] | |
}, | |
"/files/en-us/learn/html/introduction_to_html/test_your_skills_colon__advanced_html_text/index.md": { | |
"title": "Test your skills: Advanced HTML text", | |
"slug": "Learn/HTML/Introduction_to_HTML/Test_your_skills:_Advanced_HTML_text", | |
"tags": ["Beginner", "HTML", "Learn", "advanced text", "test your skills"] | |
}, | |
"/files/en-us/learn/html/introduction_to_html/test_your_skills_colon__html_text_basics/index.md": { | |
"title": "Test your skills: HTML text basics", | |
"slug": "Learn/HTML/Introduction_to_HTML/Test_your_skills:_HTML_text_basics", | |
"tags": ["Beginner", "HTML", "Learn", "Text", "test your skills"] | |
}, | |
"/files/en-us/learn/html/introduction_to_html/test_your_skills_colon__links/index.md": { | |
"title": "Test your skills: Links", | |
"slug": "Learn/HTML/Introduction_to_HTML/Test_your_skills:_Links", | |
"tags": ["Beginner", "HTML", "Learn", "Links", "test your skills"] | |
}, | |
"/files/en-us/learn/html/introduction_to_html/the_head_metadata_in_html/index.md": { | |
"title": "What’s in the head? Metadata in HTML", | |
"slug": "Learn/HTML/Introduction_to_HTML/The_head_metadata_in_HTML", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"Guide", | |
"HTML", | |
"Meta", | |
"favicon", | |
"head", | |
"lang", | |
"metadata" | |
] | |
}, | |
"/files/en-us/learn/html/multimedia_and_embedding/adding_vector_graphics_to_the_web/index.md": { | |
"title": "Adding vector graphics to the Web", | |
"slug": "Learn/HTML/Multimedia_and_embedding/Adding_vector_graphics_to_the_Web", | |
"tags": [ | |
"Beginner", | |
"Graphics", | |
"Guide", | |
"HTML", | |
"Images", | |
"Learn", | |
"Raster", | |
"SVG", | |
"Vector", | |
"iframe", | |
"img" | |
] | |
}, | |
"/files/en-us/learn/html/multimedia_and_embedding/images_in_html/index.md": { | |
"title": "Images in HTML", | |
"slug": "Learn/HTML/Multimedia_and_embedding/Images_in_HTML", | |
"tags": [ | |
"Article", | |
"Beginner", | |
"Guide", | |
"HTML", | |
"Image", | |
"JPEG", | |
"PNG", | |
"alt text", | |
"captions", | |
"figcaption", | |
"figure", | |
"img", | |
"scr" | |
] | |
}, | |
"/files/en-us/learn/html/multimedia_and_embedding/images_in_html/test_your_skills_colon__html_images/index.md": { | |
"title": "Test your skills: HTML images", | |
"slug": "Learn/HTML/Multimedia_and_embedding/Images_in_HTML/Test_your_skills:_HTML_images", | |
"tags": ["Beginner", "HTML", "Images", "Learn", "test your skills"] | |
}, | |
"/files/en-us/learn/html/multimedia_and_embedding/index.md": { | |
"title": "Multimedia and Embedding", | |
"slug": "Learn/HTML/Multimedia_and_embedding", | |
"tags": [ | |
"Assessment", | |
"Audio", | |
"Beginner", | |
"CodingScripting", | |
"Embedding", | |
"Flash", | |
"Guide", | |
"HTML", | |
"Images", | |
"Landing", | |
"Learn", | |
"Multimedia", | |
"SVG", | |
"Vector Graphics", | |
"Video", | |
"Web", | |
"iframes", | |
"imagemaps", | |
"img", | |
"responsive" | |
] | |
}, | |
"/files/en-us/learn/html/multimedia_and_embedding/mozilla_splash_page/index.md": { | |
"title": "Mozilla splash page", | |
"slug": "Learn/HTML/Multimedia_and_embedding/Mozilla_splash_page", | |
"tags": [ | |
"Assessment", | |
"Beginner", | |
"CodingScripting", | |
"Embedding", | |
"HTML", | |
"Images", | |
"JPEG", | |
"Multimedia", | |
"PNG", | |
"Video", | |
"iframe", | |
"img", | |
"picture", | |
"responsive", | |
"sizes", | |
"src", | |
"srcset" | |
] | |
}, | |
"/files/en-us/learn/html/multimedia_and_embedding/other_embedding_technologies/index.md": { | |
"title": "From object to iframe — other embedding technologies", | |
"slug": "Learn/HTML/Multimedia_and_embedding/Other_embedding_technologies", | |
"tags": [ | |
"Article", | |
"Beginner", | |
"CodingScripting", | |
"Embedding", | |
"Flash", | |
"Guide", | |
"HTML", | |
"Learn", | |
"Multimedia and embedding", | |
"Object", | |
"embed", | |
"iframe" | |
] | |
}, | |
"/files/en-us/learn/html/multimedia_and_embedding/responsive_images/index.md": { | |
"title": "Responsive images", | |
"slug": "Learn/HTML/Multimedia_and_embedding/Responsive_images", | |
"tags": [ | |
"Article", | |
"Beginner", | |
"CodingScripting", | |
"Design", | |
"Graphics", | |
"Guide", | |
"HTML", | |
"Image", | |
"Intermediate", | |
"JPEG", | |
"PNG", | |
"Pictures", | |
"captions", | |
"hyperlinks", | |
"img", | |
"picture", | |
"sizes", | |
"src", | |
"srcset" | |
] | |
}, | |
"/files/en-us/learn/html/multimedia_and_embedding/video_and_audio_content/index.md": { | |
"title": "Video and audio content", | |
"slug": "Learn/HTML/Multimedia_and_embedding/Video_and_audio_content", | |
"tags": [ | |
"Article", | |
"Audio", | |
"Beginner", | |
"Guide", | |
"HTML", | |
"Video", | |
"captions", | |
"subtitles", | |
"track" | |
] | |
}, | |
"/files/en-us/learn/html/multimedia_and_embedding/video_and_audio_content/test_your_skills_colon__multimedia_and_embedding/index.md": { | |
"title": "Test your skills: Multimedia and embedding", | |
"slug": "Learn/HTML/Multimedia_and_embedding/Video_and_audio_content/Test_your_skills:_Multimedia_and_embedding", | |
"tags": [ | |
"Beginner", | |
"Embedding", | |
"HTML", | |
"Learn", | |
"Multimedia", | |
"test your skills" | |
] | |
}, | |
"/files/en-us/learn/html/tables/advanced/index.md": { | |
"title": "HTML table advanced features and accessibility", | |
"slug": "Learn/HTML/Tables/Advanced", | |
"tags": [ | |
"Accessibility", | |
"Advanced", | |
"Article", | |
"Beginner", | |
"CodingScripting", | |
"HTML", | |
"Headers", | |
"Learn", | |
"caption", | |
"nesting", | |
"scope", | |
"summary", | |
"table", | |
"tbody", | |
"tfoot", | |
"thead" | |
] | |
}, | |
"/files/en-us/learn/html/tables/basics/index.md": { | |
"title": "HTML table basics", | |
"slug": "Learn/HTML/Tables/Basics", | |
"tags": [ | |
"Article", | |
"Beginner", | |
"CodingScripting", | |
"HTML", | |
"Learn", | |
"Tables", | |
"basics", | |
"cell", | |
"col", | |
"colgroup", | |
"colspan", | |
"header", | |
"row", | |
"rowspan" | |
] | |
}, | |
"/files/en-us/learn/html/tables/index.md": { | |
"title": "HTML Tables", | |
"slug": "Learn/HTML/Tables", | |
"tags": [ | |
"<td>", | |
"<th>", | |
"<tr>", | |
"Article", | |
"Beginner", | |
"CodingScripting", | |
"Guide", | |
"HTML", | |
"Landing", | |
"Module", | |
"Tables" | |
] | |
}, | |
"/files/en-us/learn/html/tables/structuring_planet_data/index.md": { | |
"title": "Assessment: Structuring planet data", | |
"slug": "Learn/HTML/Tables/Structuring_planet_data", | |
"tags": [ | |
"Assessment", | |
"Beginner", | |
"CodingScripting", | |
"HTML", | |
"Learn", | |
"Tables" | |
] | |
}, | |
"/files/en-us/learn/index/index.md": { | |
"title": "Index", | |
"slug": "Learn/Index", | |
"tags": ["Index", "Learn", "MDN Meta"] | |
}, | |
"/files/en-us/learn/index.md": { | |
"title": "Learn web development", | |
"slug": "Learn", | |
"tags": [ | |
"Beginner", | |
"CSS", | |
"HTML", | |
"Index", | |
"Intro", | |
"Landing", | |
"Learn", | |
"Web" | |
] | |
}, | |
"/files/en-us/learn/javascript/asynchronous/async_await/index.md": { | |
"title": "Making asynchronous programming easier with async and await", | |
"slug": "Learn/JavaScript/Asynchronous/Async_await", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"Guide", | |
"JavaScript", | |
"Learn", | |
"Promises", | |
"async", | |
"asynchronous", | |
"await" | |
] | |
}, | |
"/files/en-us/learn/javascript/asynchronous/choosing_the_right_approach/index.md": { | |
"title": "Choosing the right approach", | |
"slug": "Learn/JavaScript/Asynchronous/Choosing_the_right_approach", | |
"tags": [ | |
"Beginner", | |
"Intervals", | |
"JavaScript", | |
"Learn", | |
"Optimize", | |
"Promises", | |
"async", | |
"asynchronous", | |
"await", | |
"requestAnimationFrame", | |
"setInterval", | |
"setTimeout", | |
"timeouts" | |
] | |
}, | |
"/files/en-us/learn/javascript/asynchronous/concepts/index.md": { | |
"title": "General asynchronous programming concepts", | |
"slug": "Learn/JavaScript/Asynchronous/Concepts", | |
"tags": [ | |
"JavaScript", | |
"Learn", | |
"Promises", | |
"Threads", | |
"asynchronous", | |
"blocking" | |
] | |
}, | |
"/files/en-us/learn/javascript/asynchronous/index.md": { | |
"title": "Asynchronous JavaScript", | |
"slug": "Learn/JavaScript/Asynchronous", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"Guide", | |
"JavaScript", | |
"Landing", | |
"Promises", | |
"async", | |
"asynchronous", | |
"await", | |
"callbacks", | |
"requestAnimationFrame", | |
"setInterval", | |
"setTimeout" | |
] | |
}, | |
"/files/en-us/learn/javascript/asynchronous/introducing/index.md": { | |
"title": "Introducing asynchronous JavaScript", | |
"slug": "Learn/JavaScript/Asynchronous/Introducing", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"Guide", | |
"Introducing", | |
"JavaScript", | |
"Learn", | |
"Promises", | |
"async", | |
"asynchronous", | |
"await", | |
"callbacks" | |
] | |
}, | |
"/files/en-us/learn/javascript/asynchronous/promises/index.md": { | |
"title": "Graceful asynchronous programming with Promises", | |
"slug": "Learn/JavaScript/Asynchronous/Promises", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"Guide", | |
"JavaScript", | |
"Learn", | |
"Promises", | |
"async", | |
"asynchronous", | |
"catch", | |
"finally", | |
"then" | |
] | |
}, | |
"/files/en-us/learn/javascript/asynchronous/timeouts_and_intervals/index.md": { | |
"title": "Cooperative asynchronous JavaScript: Timeouts and intervals", | |
"slug": "Learn/JavaScript/Asynchronous/Timeouts_and_intervals", | |
"tags": [ | |
"Animation", | |
"Beginner", | |
"CodingScripting", | |
"Guide", | |
"Intervals", | |
"JavaScript", | |
"Loops", | |
"asynchronous", | |
"requestAnimationFrame", | |
"setInterval", | |
"setTimeout", | |
"timeouts" | |
] | |
}, | |
"/files/en-us/learn/javascript/building_blocks/build_your_own_function/index.md": { | |
"title": "Build your own function", | |
"slug": "Learn/JavaScript/Building_blocks/Build_your_own_function", | |
"tags": [ | |
"Article", | |
"Beginner", | |
"CodingScripting", | |
"Functions", | |
"Guide", | |
"JavaScript", | |
"Learn", | |
"Tutorial", | |
"build", | |
"invoke", | |
"l10n:priority", | |
"parameters" | |
] | |
}, | |
"/files/en-us/learn/javascript/building_blocks/conditionals/index.md": { | |
"title": "Making decisions in your code — conditionals", | |
"slug": "Learn/JavaScript/Building_blocks/conditionals", | |
"tags": [ | |
"Article", | |
"Beginner", | |
"CodingScripting", | |
"Conditionals", | |
"JavaScript", | |
"Learn", | |
"Switch", | |
"conditions", | |
"else", | |
"if", | |
"l10n:priority", | |
"ternary" | |
] | |
}, | |
"/files/en-us/learn/javascript/building_blocks/events/index.md": { | |
"title": "Introduction to events", | |
"slug": "Learn/JavaScript/Building_blocks/Events", | |
"tags": [ | |
"Article", | |
"Beginner", | |
"CodingScripting", | |
"Event Handler", | |
"Guide", | |
"JavaScript", | |
"Learn", | |
"events", | |
"l10n:priority" | |
] | |
}, | |
"/files/en-us/learn/javascript/building_blocks/functions/index.md": { | |
"title": "Functions — reusable blocks of code", | |
"slug": "Learn/JavaScript/Building_blocks/Functions", | |
"tags": [ | |
"API", | |
"Article", | |
"Beginner", | |
"Browser", | |
"CodingScripting", | |
"Custom", | |
"Functions", | |
"Guide", | |
"JavaScript", | |
"Learn", | |
"Method", | |
"anonymous", | |
"invoke", | |
"l10n:priority", | |
"parameters" | |
] | |
}, | |
"/files/en-us/learn/javascript/building_blocks/image_gallery/index.md": { | |
"title": "Image gallery", | |
"slug": "Learn/JavaScript/Building_blocks/Image_gallery", | |
"tags": [ | |
"Assessment", | |
"Beginner", | |
"CodingScripting", | |
"Conditionals", | |
"Event Handler", | |
"JavaScript", | |
"Learn", | |
"Loops", | |
"events", | |
"l10n:priority" | |
] | |
}, | |
"/files/en-us/learn/javascript/building_blocks/index.md": { | |
"title": "JavaScript building blocks", | |
"slug": "Learn/JavaScript/Building_blocks", | |
"tags": [ | |
"Article", | |
"Assessment", | |
"Beginner", | |
"CodingScripting", | |
"Conditionals", | |
"Functions", | |
"Guide", | |
"Introduction", | |
"JavaScript", | |
"Landing", | |
"Loops", | |
"Module", | |
"events", | |
"l10n:priority" | |
] | |
}, | |
"/files/en-us/learn/javascript/building_blocks/looping_code/index.md": { | |
"title": "Looping code", | |
"slug": "Learn/JavaScript/Building_blocks/Looping_code", | |
"tags": [ | |
"Article", | |
"Beginner", | |
"CodingScripting", | |
"DO", | |
"Guide", | |
"JavaScript", | |
"Learn", | |
"Loop", | |
"break", | |
"continue", | |
"for", | |
"l10n:priority", | |
"while" | |
] | |
}, | |
"/files/en-us/learn/javascript/building_blocks/return_values/index.md": { | |
"title": "Function return values", | |
"slug": "Learn/JavaScript/Building_blocks/Return_values", | |
"tags": [ | |
"Article", | |
"Beginner", | |
"CodingScripting", | |
"Functions", | |
"Guide", | |
"JavaScript", | |
"Learn", | |
"Return", | |
"Return values", | |
"l10n:priority" | |
] | |
}, | |
"/files/en-us/learn/javascript/building_blocks/test_your_skills_colon__conditionals/index.md": { | |
"title": "Test your skills: Conditionals", | |
"slug": "Learn/JavaScript/Building_blocks/Test_your_skills:_Conditionals", | |
"tags": ["Beginner", "Conditionals", "JavaScript", "Learn"] | |
}, | |
"/files/en-us/learn/javascript/building_blocks/test_your_skills_colon__events/index.md": { | |
"title": "Test your skills: Events", | |
"slug": "Learn/JavaScript/Building_blocks/Test_your_skills:_Events", | |
"tags": ["Beginner", "JavaScript", "Learn", "events", "test your skills"] | |
}, | |
"/files/en-us/learn/javascript/building_blocks/test_your_skills_colon__functions/index.md": { | |
"title": "Test your skills: Functions", | |
"slug": "Learn/JavaScript/Building_blocks/Test_your_skills:_Functions", | |
"tags": ["Beginner", "Functions", "JavaScript", "Learn", "test your skills"] | |
}, | |
"/files/en-us/learn/javascript/building_blocks/test_your_skills_colon__loops/index.md": { | |
"title": "Test your skills: Loops", | |
"slug": "Learn/JavaScript/Building_blocks/Test_your_skills:_Loops", | |
"tags": ["Beginner", "JavaScript", "Learn", "Loops"] | |
}, | |
"/files/en-us/learn/javascript/client-side_web_apis/client-side_storage/index.md": { | |
"title": "Client-side storage", | |
"slug": "Learn/JavaScript/Client-side_web_APIs/Client-side_storage", | |
"tags": [ | |
"API", | |
"Article", | |
"Beginner", | |
"CodingScripting", | |
"Guide", | |
"IndexedDB", | |
"JavaScript", | |
"Learn", | |
"Storage" | |
] | |
}, | |
"/files/en-us/learn/javascript/client-side_web_apis/drawing_graphics/index.md": { | |
"title": "Drawing graphics", | |
"slug": "Learn/JavaScript/Client-side_web_APIs/Drawing_graphics", | |
"tags": [ | |
"API", | |
"Article", | |
"Beginner", | |
"Canvas", | |
"CodingScripting", | |
"Graphics", | |
"JavaScript", | |
"Learn", | |
"WebGL" | |
] | |
}, | |
"/files/en-us/learn/javascript/client-side_web_apis/fetching_data/index.md": { | |
"title": "Fetching data from the server", | |
"slug": "Learn/JavaScript/Client-side_web_APIs/Fetching_data", | |
"tags": [ | |
"API", | |
"Article", | |
"Beginner", | |
"CodingScripting", | |
"Fetch", | |
"JSON", | |
"JavaScript", | |
"Learn", | |
"Promises", | |
"Server", | |
"XHR", | |
"XML", | |
"XMLHttpRequest", | |
"data", | |
"request" | |
] | |
}, | |
"/files/en-us/learn/javascript/client-side_web_apis/index.md": { | |
"title": "Client-side web APIs", | |
"slug": "Learn/JavaScript/Client-side_web_APIs", | |
"tags": [ | |
"API", | |
"Articles", | |
"Beginner", | |
"CodingScripting", | |
"DOM", | |
"Graphics", | |
"JavaScript", | |
"Landing", | |
"Learn", | |
"Media", | |
"Module", | |
"WebAPI", | |
"data" | |
] | |
}, | |
"/files/en-us/learn/javascript/client-side_web_apis/introduction/index.md": { | |
"title": "Introduction to web APIs", | |
"slug": "Learn/JavaScript/Client-side_web_APIs/Introduction", | |
"tags": [ | |
"3rd party", | |
"API", | |
"Article", | |
"Beginner", | |
"Browser", | |
"CodingScripting", | |
"Learn", | |
"Object", | |
"WebAPI", | |
"client-side" | |
] | |
}, | |
"/files/en-us/learn/javascript/client-side_web_apis/manipulating_documents/index.md": { | |
"title": "Manipulating documents", | |
"slug": "Learn/JavaScript/Client-side_web_APIs/Manipulating_documents", | |
"tags": [ | |
"API", | |
"Article", | |
"Beginner", | |
"CodingScripting", | |
"DOM", | |
"Document", | |
"Document Object Model", | |
"JavaScript", | |
"Learn", | |
"Navigator", | |
"WebAPI", | |
"Window" | |
] | |
}, | |
"/files/en-us/learn/javascript/client-side_web_apis/third_party_apis/index.md": { | |
"title": "Third-party APIs", | |
"slug": "Learn/JavaScript/Client-side_web_APIs/Third_party_APIs", | |
"tags": [ | |
"3rd party", | |
"API", | |
"Beginner", | |
"CodingScripting", | |
"Google Maps", | |
"Learn", | |
"NYTimes", | |
"Third party", | |
"youtube" | |
] | |
}, | |
"/files/en-us/learn/javascript/client-side_web_apis/video_and_audio_apis/index.md": { | |
"title": "Video and Audio APIs", | |
"slug": "Learn/JavaScript/Client-side_web_APIs/Video_and_audio_APIs", | |
"tags": [ | |
"API", | |
"Article", | |
"Audio", | |
"Beginner", | |
"CodingScripting", | |
"Guide", | |
"JavaScript", | |
"Learn", | |
"Video" | |
] | |
}, | |
"/files/en-us/learn/javascript/first_steps/a_first_splash/index.md": { | |
"title": "A first splash into JavaScript", | |
"slug": "Learn/JavaScript/First_steps/A_first_splash", | |
"tags": [ | |
"Article", | |
"Beginner", | |
"CodingScripting", | |
"Conditionals", | |
"Functions", | |
"JavaScript", | |
"Learn", | |
"Objects", | |
"Operators", | |
"Variables", | |
"events", | |
"l10n:priority" | |
] | |
}, | |
"/files/en-us/learn/javascript/first_steps/arrays/index.md": { | |
"title": "Arrays", | |
"slug": "Learn/JavaScript/First_steps/Arrays", | |
"tags": [ | |
"Arrays", | |
"Article", | |
"Beginner", | |
"CodingScripting", | |
"JavaScript", | |
"Join", | |
"Learn", | |
"Pop", | |
"Push", | |
"l10n:priority", | |
"shift", | |
"split", | |
"unshift" | |
] | |
}, | |
"/files/en-us/learn/javascript/first_steps/index.md": { | |
"title": "JavaScript First Steps", | |
"slug": "Learn/JavaScript/First_steps", | |
"tags": [ | |
"Arrays", | |
"Article", | |
"Assessment", | |
"Beginner", | |
"CodingScripting", | |
"Guide", | |
"JavaScript", | |
"Landing", | |
"Module", | |
"Numbers", | |
"Operators", | |
"Variables", | |
"l10n:priority", | |
"maths", | |
"strings" | |
] | |
}, | |
"/files/en-us/learn/javascript/first_steps/math/index.md": { | |
"title": "Basic math in JavaScript — numbers and operators", | |
"slug": "Learn/JavaScript/First_steps/Math", | |
"tags": [ | |
"Article", | |
"Beginner", | |
"CodingScripting", | |
"Guide", | |
"JavaScript", | |
"Learn", | |
"Math", | |
"Operators", | |
"augmented", | |
"increment", | |
"l10n:priority", | |
"maths", | |
"modulo" | |
] | |
}, | |
"/files/en-us/learn/javascript/first_steps/silly_story_generator/index.md": { | |
"title": "Silly story generator", | |
"slug": "Learn/JavaScript/First_steps/Silly_story_generator", | |
"tags": [ | |
"Arrays", | |
"Assessment", | |
"Beginner", | |
"CodingScripting", | |
"JavaScript", | |
"Learn", | |
"Numbers", | |
"Operators", | |
"Variables", | |
"l10n:priority", | |
"strings" | |
] | |
}, | |
"/files/en-us/learn/javascript/first_steps/strings/index.md": { | |
"title": "Handling text — strings in JavaScript", | |
"slug": "Learn/JavaScript/First_steps/Strings", | |
"tags": [ | |
"Article", | |
"Beginner", | |
"CodingScripting", | |
"Guide", | |
"JavaScript", | |
"Join", | |
"Quotes", | |
"concatenation", | |
"l10n:priority", | |
"strings" | |
] | |
}, | |
"/files/en-us/learn/javascript/first_steps/test_your_skills_colon__arrays/index.md": { | |
"title": "Test your skills: Arrays", | |
"slug": "Learn/JavaScript/First_steps/Test_your_skills:_Arrays", | |
"tags": ["Arrays", "Beginner", "JavaScript", "Learn", "test your skills"] | |
}, | |
"/files/en-us/learn/javascript/first_steps/test_your_skills_colon__math/index.md": { | |
"title": "Test your skills: Math", | |
"slug": "Learn/JavaScript/First_steps/Test_your_skills:_Math", | |
"tags": ["Beginner", "JavaScript", "Learn", "Math", "test your skills"] | |
}, | |
"/files/en-us/learn/javascript/first_steps/test_your_skills_colon__strings/index.md": { | |
"title": "Test your skills: Strings", | |
"slug": "Learn/JavaScript/First_steps/Test_your_skills:_Strings", | |
"tags": ["Beginner", "JavaScript", "Learn", "strings", "test your skills"] | |
}, | |
"/files/en-us/learn/javascript/first_steps/test_your_skills_colon__variables/index.md": { | |
"title": "Test your skills: variables", | |
"slug": "Learn/JavaScript/First_steps/Test_your_skills:_variables", | |
"tags": ["Beginner", "JavaScript", "Learn", "Text your skills", "Variables"] | |
}, | |
"/files/en-us/learn/javascript/first_steps/useful_string_methods/index.md": { | |
"title": "Useful string methods", | |
"slug": "Learn/JavaScript/First_steps/Useful_string_methods", | |
"tags": [ | |
"Article", | |
"Beginner", | |
"CodingScripting", | |
"JavaScript", | |
"Learn", | |
"case", | |
"indexof", | |
"l10n:priority", | |
"length", | |
"lower", | |
"replace", | |
"split", | |
"upper" | |
] | |
}, | |
"/files/en-us/learn/javascript/first_steps/variables/index.md": { | |
"title": "Storing the information you need — Variables", | |
"slug": "Learn/JavaScript/First_steps/Variables", | |
"tags": [ | |
"Arrays", | |
"Booleans", | |
"JavaScript", | |
"Numbers", | |
"Objects", | |
"Updating", | |
"Variables", | |
"declaring", | |
"initializing", | |
"l10n:priority", | |
"loose typing", | |
"strings" | |
] | |
}, | |
"/files/en-us/learn/javascript/first_steps/what_is_javascript/index.md": { | |
"title": "What is JavaScript?", | |
"slug": "Learn/JavaScript/First_steps/What_is_JavaScript", | |
"tags": [ | |
"3rd party", | |
"API", | |
"Article", | |
"Beginner", | |
"Browser", | |
"CodingScripting", | |
"Core", | |
"JavaScript", | |
"Learn", | |
"Script", | |
"comments", | |
"external", | |
"inline", | |
"l10n:priority", | |
"what" | |
] | |
}, | |
"/files/en-us/learn/javascript/first_steps/what_went_wrong/index.md": { | |
"title": "What went wrong? Troubleshooting JavaScript", | |
"slug": "Learn/JavaScript/First_steps/What_went_wrong", | |
"tags": [ | |
"Article", | |
"Beginner", | |
"CodingScripting", | |
"Debugging", | |
"Developer Tools", | |
"Error", | |
"JavaScript", | |
"Learn", | |
"Tutorial", | |
"console.log", | |
"l10n:priority" | |
] | |
}, | |
"/files/en-us/learn/javascript/howto/index.md": { | |
"title": "Solve common problems in your JavaScript code", | |
"slug": "Learn/JavaScript/Howto", | |
"tags": ["Beginner", "JavaScript", "Learn"] | |
}, | |
"/files/en-us/learn/javascript/index.md": { | |
"title": "JavaScript — Dynamic client-side scripting", | |
"slug": "Learn/JavaScript", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"JavaScript", | |
"JavaScripting beginner", | |
"Landing", | |
"Module", | |
"Topic", | |
"l10n:priority" | |
] | |
}, | |
"/files/en-us/learn/javascript/objects/adding_bouncing_balls_features/index.md": { | |
"title": "Adding features to our bouncing balls demo", | |
"slug": "Learn/JavaScript/Objects/Adding_bouncing_balls_features", | |
"tags": [ | |
"Assessment", | |
"Beginner", | |
"CodingScripting", | |
"JavaScript", | |
"Learn", | |
"OOJS", | |
"Object-Oriented", | |
"Objects", | |
"l10n:priority" | |
] | |
}, | |
"/files/en-us/learn/javascript/objects/basics/index.md": { | |
"title": "JavaScript object basics", | |
"slug": "Learn/JavaScript/Objects/Basics", | |
"tags": [ | |
"API", | |
"Article", | |
"Beginner", | |
"CodingScripting", | |
"JavaScript", | |
"Learn", | |
"Object", | |
"Syntax", | |
"bracket notation", | |
"dot notation", | |
"instance", | |
"l10n:priority", | |
"object literal", | |
"theory", | |
"this" | |
] | |
}, | |
"/files/en-us/learn/javascript/objects/index.md": { | |
"title": "Introducing JavaScript objects", | |
"slug": "Learn/JavaScript/Objects", | |
"tags": [ | |
"Article", | |
"Assessment", | |
"Beginner", | |
"CodingScripting", | |
"Guide", | |
"JavaScript", | |
"Learn", | |
"Objects", | |
"Tutorial" | |
] | |
}, | |
"/files/en-us/learn/javascript/objects/inheritance/index.md": { | |
"title": "Inheritance in JavaScript", | |
"slug": "Learn/JavaScript/Objects/Inheritance", | |
"tags": [ | |
"Article", | |
"Beginner", | |
"CodingScripting", | |
"Constructor", | |
"Function", | |
"Getter", | |
"Inheritance", | |
"JavaScript", | |
"Learn", | |
"OOJS", | |
"OOP", | |
"Object", | |
"Object member", | |
"Prototype", | |
"extends", | |
"l10n:priority", | |
"setter" | |
] | |
}, | |
"/files/en-us/learn/javascript/objects/json/index.md": { | |
"title": "Working with JSON", | |
"slug": "Learn/JavaScript/Objects/JSON", | |
"tags": [ | |
"Article", | |
"Beginner", | |
"CodingScripting", | |
"Guide", | |
"JSON", | |
"JSON API", | |
"JSON Arrays", | |
"JSON parsing", | |
"JSON structure", | |
"JavaScript", | |
"Learn", | |
"Objects", | |
"Tutorial", | |
"l10n:priority" | |
] | |
}, | |
"/files/en-us/learn/javascript/objects/object-oriented_js/index.md": { | |
"title": "Object-oriented JavaScript for beginners", | |
"slug": "Learn/JavaScript/Objects/Object-oriented_JS", | |
"tags": [ | |
"Article", | |
"Beginner", | |
"CodingScripting", | |
"Constructor", | |
"Create", | |
"JavaScript", | |
"Learn", | |
"OOJS", | |
"OOP", | |
"Object", | |
"Object-Oriented", | |
"instance", | |
"l10n:priority" | |
] | |
}, | |
"/files/en-us/learn/javascript/objects/object_building_practice/index.md": { | |
"title": "Object building practice", | |
"slug": "Learn/JavaScript/Objects/Object_building_practice", | |
"tags": [ | |
"Article", | |
"Beginner", | |
"Canvas", | |
"CodingScripting", | |
"Guide", | |
"JavaScript", | |
"Learn", | |
"Objects", | |
"Tutorial", | |
"l10n:priority" | |
] | |
}, | |
"/files/en-us/learn/javascript/objects/object_prototypes/index.md": { | |
"title": "Object prototypes", | |
"slug": "Learn/JavaScript/Objects/Object_prototypes", | |
"tags": [ | |
"Article", | |
"Beginner", | |
"CodingScripting", | |
"Constructor", | |
"JavaScript", | |
"Learn", | |
"OOJS", | |
"OOP", | |
"Object", | |
"Prototype", | |
"Prototype Chaining", | |
"create()", | |
"l10n:priority" | |
] | |
}, | |
"/files/en-us/learn/javascript/objects/test_your_skills_colon__json/index.md": { | |
"title": "Test your skills: JSON", | |
"slug": "Learn/JavaScript/Objects/Test_your_skills:_JSON", | |
"tags": ["Beginner", "Example", "JSON", "JavaScript"] | |
}, | |
"/files/en-us/learn/javascript/objects/test_your_skills_colon__object-oriented_javascript/index.md": { | |
"title": "Test your skills: Object-oriented JavaScript", | |
"slug": "Learn/JavaScript/Objects/Test_your_skills:_Object-oriented_JavaScript", | |
"tags": [ | |
"Beginner", | |
"JavaScript", | |
"Learn", | |
"OOJS", | |
"Objects", | |
"test your skills" | |
] | |
}, | |
"/files/en-us/learn/javascript/objects/test_your_skills_colon__object_basics/index.md": { | |
"title": "Test your skills: Object basics", | |
"slug": "Learn/JavaScript/Objects/Test_your_skills:_Object_basics", | |
"tags": ["Beginner", "JavaScript", "Learn", "Objects", "test your skills"] | |
}, | |
"/files/en-us/learn/learning_and_getting_help/index.md": { | |
"title": "Learning and getting help", | |
"slug": "Learn/Learning_and_getting_help", | |
"tags": ["Beginner", "Learn", "Learning", "Web Development", "getting help"] | |
}, | |
"/files/en-us/learn/performance/business_case_for_performance/index.md": { | |
"title": "The business case for web performance", | |
"slug": "Learn/Performance/business_case_for_performance", | |
"tags": ["Web Development", "Web Performance"] | |
}, | |
"/files/en-us/learn/performance/css/index.md": { | |
"title": "CSS performance optimization", | |
"slug": "Learn/Performance/CSS", | |
"tags": ["CSS", "Performance", "Reference", "Tutorial"] | |
}, | |
"/files/en-us/learn/performance/html/index.md": { | |
"title": "HTML performance features", | |
"slug": "Learn/Performance/HTML", | |
"tags": ["HTML", "Learning", "Web Performance"] | |
}, | |
"/files/en-us/learn/performance/index.md": { | |
"title": "Web performance", | |
"slug": "Learn/Performance", | |
"tags": [ | |
"CSS", | |
"HTML", | |
"HTTP", | |
"JavaScript", | |
"Learn", | |
"Performance", | |
"Web Performance" | |
] | |
}, | |
"/files/en-us/learn/performance/javascript_performance/index.md": { | |
"title": "JavaScript performance", | |
"slug": "Learn/Performance/javascript_performance", | |
"tags": ["Images", "Media", "Performance", "Video", "Web Performance"] | |
}, | |
"/files/en-us/learn/performance/measuring_performance/index.md": { | |
"title": "Measuring performance", | |
"slug": "Learn/Performance/Measuring_performance", | |
"tags": ["API", "Beginner", "Guide", "Tools", "Web"] | |
}, | |
"/files/en-us/learn/performance/multimedia/index.md": { | |
"title": "Multimedia: Images", | |
"slug": "Learn/Performance/Multimedia", | |
"tags": ["Images", "Media", "Performance", "Video", "Web Performance"] | |
}, | |
"/files/en-us/learn/performance/perceived_performance/index.md": { | |
"title": "Perceived performance", | |
"slug": "Learn/Performance/Perceived_performance", | |
"tags": ["Perceived Performance", "Web Performance"] | |
}, | |
"/files/en-us/learn/performance/video/index.md": { | |
"title": "Multimedia: video", | |
"slug": "Learn/Performance/video", | |
"tags": ["Images", "Media", "Performance", "Video", "Web Performance"] | |
}, | |
"/files/en-us/learn/performance/web_performance_basics/index.md": { | |
"title": "Web performance resources", | |
"slug": "Learn/Performance/Web_Performance_Basics", | |
"tags": ["Best practices", "Website performance"] | |
}, | |
"/files/en-us/learn/performance/what_is_web_performance/index.md": { | |
"title": "What is web performance?", | |
"slug": "Learn/Performance/What_is_web_performance", | |
"tags": [ | |
"Beginner", | |
"Introduction", | |
"Learn", | |
"Performance", | |
"Reference", | |
"Tutorial", | |
"Web Performance" | |
] | |
}, | |
"/files/en-us/learn/performance/why_web_performance/index.md": { | |
"title": "The \"why\" of web performance", | |
"slug": "Learn/Performance/why_web_performance", | |
"tags": [ | |
"Beginner", | |
"Introduction", | |
"Learn", | |
"Performance", | |
"Reference", | |
"Tutorial", | |
"Web Performance" | |
] | |
}, | |
"/files/en-us/learn/release_notes/index.md": { | |
"title": "Learning area release notes", | |
"slug": "Learn/Release_notes", | |
"tags": ["Learn", "Release Notes"] | |
}, | |
"/files/en-us/learn/server-side/apache_configuration_htaccess/index.md": { | |
"title": "Apache Configuration: .htaccess", | |
"slug": "Learn/Server-side/Apache_Configuration_htaccess", | |
"tags": [ | |
"301 redirect", | |
"Cache control", | |
"Custom Error pages", | |
"HTACCESS", | |
"Permanent Redirect", | |
"Redirect" | |
] | |
}, | |
"/files/en-us/learn/server-side/configuring_server_mime_types/index.md": { | |
"title": "Properly configuring server MIME types", | |
"slug": "Learn/Server-side/Configuring_server_MIME_types", | |
"tags": ["Apache", "HTTP", "MIME Types", "nginx", "server-side"] | |
}, | |
"/files/en-us/learn/server-side/django/admin_site/index.md": { | |
"title": "Django Tutorial Part 4: Django admin site", | |
"slug": "Learn/Server-side/Django/Admin_site", | |
"tags": [ | |
"Article", | |
"Beginner", | |
"CodingScripting", | |
"Learn", | |
"Python", | |
"Tutorial", | |
"django", | |
"django_admin", | |
"server-side" | |
] | |
}, | |
"/files/en-us/learn/server-side/django/authentication/index.md": { | |
"title": "Django Tutorial Part 8: User authentication and permissions", | |
"slug": "Learn/Server-side/Django/Authentication", | |
"tags": [ | |
"Article", | |
"Authentication", | |
"Beginner", | |
"Forms", | |
"Learn", | |
"Permissions", | |
"Python", | |
"Server", | |
"Tutorial", | |
"django", | |
"django authentication", | |
"server-side", | |
"sessions" | |
] | |
}, | |
"/files/en-us/learn/server-side/django/deployment/index.md": { | |
"title": "Django Tutorial Part 11: Deploying Django to production", | |
"slug": "Learn/Server-side/Django/Deployment", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"Deployment", | |
"Django deployment", | |
"django", | |
"web server" | |
] | |
}, | |
"/files/en-us/learn/server-side/django/development_environment/index.md": { | |
"title": "Setting up a Django development environment", | |
"slug": "Learn/Server-side/Django/development_environment", | |
"tags": [ | |
"Beginner", | |
"Development environment", | |
"Installing", | |
"Intro", | |
"Learn", | |
"Python", | |
"django" | |
] | |
}, | |
"/files/en-us/learn/server-side/django/django_assessment_blog/index.md": { | |
"title": "Assessment: DIY Django mini blog", | |
"slug": "Learn/Server-side/Django/django_assessment_blog", | |
"tags": [ | |
"Assessment", | |
"Beginner", | |
"CodingScripting", | |
"Learn", | |
"Server-side programming", | |
"blog", | |
"django", | |
"server-side" | |
] | |
}, | |
"/files/en-us/learn/server-side/django/forms/index.md": { | |
"title": "Django Tutorial Part 9: Working with forms", | |
"slug": "Learn/Server-side/Django/Forms", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"Django Forms", | |
"Forms", | |
"HTML forms", | |
"Learn", | |
"Tutorial", | |
"django", | |
"server side" | |
] | |
}, | |
"/files/en-us/learn/server-side/django/generic_views/index.md": { | |
"title": "Django Tutorial Part 6: Generic list and detail views", | |
"slug": "Learn/Server-side/Django/Generic_views", | |
"tags": [ | |
"Beginner", | |
"Learn", | |
"Tutorial", | |
"django", | |
"django templates", | |
"django views" | |
] | |
}, | |
"/files/en-us/learn/server-side/django/home_page/index.md": { | |
"title": "Django Tutorial Part 5: Creating our home page", | |
"slug": "Learn/Server-side/Django/Home_page", | |
"tags": [ | |
"Article", | |
"Beginner", | |
"CodingScripting", | |
"Learn", | |
"Tutorial", | |
"django", | |
"django templates", | |
"django views", | |
"server-side" | |
] | |
}, | |
"/files/en-us/learn/server-side/django/index.md": { | |
"title": "Django Web Framework (Python)", | |
"slug": "Learn/Server-side/Django", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"Intro", | |
"Learn", | |
"Python", | |
"Server-side programming", | |
"django" | |
] | |
}, | |
"/files/en-us/learn/server-side/django/introduction/index.md": { | |
"title": "Django introduction", | |
"slug": "Learn/Server-side/Django/Introduction", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"Intro", | |
"Learn", | |
"Python", | |
"Server-side programming", | |
"django" | |
] | |
}, | |
"/files/en-us/learn/server-side/django/models/index.md": { | |
"title": "Django Tutorial Part 3: Using models", | |
"slug": "Learn/Server-side/Django/Models", | |
"tags": [ | |
"Article", | |
"Beginner", | |
"CodingScripting", | |
"Learn", | |
"Model", | |
"Tutorial", | |
"data", | |
"django", | |
"server-side" | |
] | |
}, | |
"/files/en-us/learn/server-side/django/sessions/index.md": { | |
"title": "Django Tutorial Part 7: Sessions framework", | |
"slug": "Learn/Server-side/Django/Sessions", | |
"tags": [ | |
"Article", | |
"Beginner", | |
"CodingScripting", | |
"Learn", | |
"Python", | |
"Server", | |
"Tutorial", | |
"django", | |
"django sessions", | |
"server-side", | |
"sessions" | |
] | |
}, | |
"/files/en-us/learn/server-side/django/skeleton_website/index.md": { | |
"title": "Django Tutorial Part 2: Creating a skeleton website", | |
"slug": "Learn/Server-side/Django/skeleton_website", | |
"tags": [ | |
"Article", | |
"Beginner", | |
"CodingScripting", | |
"Guide", | |
"Intro", | |
"Learn", | |
"Tutorial", | |
"django", | |
"server-side" | |
] | |
}, | |
"/files/en-us/learn/server-side/django/testing/index.md": { | |
"title": "Django Tutorial Part 10: Testing a Django web application", | |
"slug": "Learn/Server-side/Django/Testing", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"Django Testing", | |
"Testing", | |
"Tutorial", | |
"django", | |
"server-side", | |
"tests", | |
"unit tests" | |
] | |
}, | |
"/files/en-us/learn/server-side/django/tutorial_local_library_website/index.md": { | |
"title": "Django Tutorial: The Local Library website", | |
"slug": "Learn/Server-side/Django/Tutorial_local_library_website", | |
"tags": [ | |
"Article", | |
"Beginner", | |
"CodingScripting", | |
"Guide", | |
"Learn", | |
"Tutorial", | |
"django", | |
"server-side" | |
] | |
}, | |
"/files/en-us/learn/server-side/django/web_application_security/index.md": { | |
"title": "Django web application security", | |
"slug": "Learn/Server-side/Django/web_application_security", | |
"tags": [ | |
"Article", | |
"Beginner", | |
"CodingScripting", | |
"Learn", | |
"Python", | |
"Security", | |
"Server-side programming", | |
"Web security", | |
"django", | |
"server-side" | |
] | |
}, | |
"/files/en-us/learn/server-side/express_nodejs/deployment/index.md": { | |
"title": "Express Tutorial Part 7: Deploying to production", | |
"slug": "Learn/Server-side/Express_Nodejs/deployment", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"Deployment", | |
"Express", | |
"Learn", | |
"Node", | |
"heroku", | |
"server-side" | |
] | |
}, | |
"/files/en-us/learn/server-side/express_nodejs/development_environment/index.md": { | |
"title": "Setting up a Node development environment", | |
"slug": "Learn/Server-side/Express_Nodejs/development_environment", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"Development environment", | |
"Express", | |
"Intro", | |
"Learn", | |
"Node", | |
"nodejs", | |
"npm", | |
"server-side" | |
] | |
}, | |
"/files/en-us/learn/server-side/express_nodejs/displaying_data/author_detail_page/index.md": { | |
"title": "Author detail page", | |
"slug": "Learn/Server-side/Express_Nodejs/Displaying_data/Author_detail_page", | |
"tags": ["Express", "Node", "displaying data", "part 5", "server-side"] | |
}, | |
"/files/en-us/learn/server-side/express_nodejs/displaying_data/author_list_page/index.md": { | |
"title": "Author list page and Genre list page challenge", | |
"slug": "Learn/Server-side/Express_Nodejs/Displaying_data/Author_list_page", | |
"tags": ["Express", "Node", "displaying data", "server-side"] | |
}, | |
"/files/en-us/learn/server-side/express_nodejs/displaying_data/book_detail_page/index.md": { | |
"title": "Book detail page", | |
"slug": "Learn/Server-side/Express_Nodejs/Displaying_data/Book_detail_page", | |
"tags": ["Express", "Node", "displaying data", "part 5", "server-side"] | |
}, | |
"/files/en-us/learn/server-side/express_nodejs/displaying_data/book_list_page/index.md": { | |
"title": "Book list page", | |
"slug": "Learn/Server-side/Express_Nodejs/Displaying_data/Book_list_page", | |
"tags": ["Express", "Node", "displaying data", "part 5", "server-side"] | |
}, | |
"/files/en-us/learn/server-side/express_nodejs/displaying_data/bookinstance_detail_page_and_challenge/index.md": { | |
"title": "BookInstance detail page and challenge", | |
"slug": "Learn/Server-side/Express_Nodejs/Displaying_data/BookInstance_detail_page_and_challenge", | |
"tags": ["Express", "Node", "displaying data", "part 5", "server-side"] | |
}, | |
"/files/en-us/learn/server-side/express_nodejs/displaying_data/bookinstance_list_page/index.md": { | |
"title": "BookInstance list page", | |
"slug": "Learn/Server-side/Express_Nodejs/Displaying_data/BookInstance_list_page", | |
"tags": ["Express", "Node", "displaying data", "part 5", "server-side"] | |
}, | |
"/files/en-us/learn/server-side/express_nodejs/displaying_data/date_formatting_using_moment/index.md": { | |
"title": "Date formatting using luxon", | |
"slug": "Learn/Server-side/Express_Nodejs/Displaying_data/Date_formatting_using_moment", | |
"tags": ["Express", "Node", "displaying data", "part 5", "server-side"] | |
}, | |
"/files/en-us/learn/server-side/express_nodejs/displaying_data/flow_control_using_async/index.md": { | |
"title": "Asynchronous flow control using async", | |
"slug": "Learn/Server-side/Express_Nodejs/Displaying_data/flow_control_using_async", | |
"tags": ["Express", "Node", "displaying data", "part 5", "server-side"] | |
}, | |
"/files/en-us/learn/server-side/express_nodejs/displaying_data/genre_detail_page/index.md": { | |
"title": "Genre detail page", | |
"slug": "Learn/Server-side/Express_Nodejs/Displaying_data/Genre_detail_page", | |
"tags": ["Express", "Node", "displaying data", "part 5", "server-side"] | |
}, | |
"/files/en-us/learn/server-side/express_nodejs/displaying_data/home_page/index.md": { | |
"title": "Home page", | |
"slug": "Learn/Server-side/Express_Nodejs/Displaying_data/Home_page", | |
"tags": [ | |
"Development", | |
"Express", | |
"Express Server", | |
"Node", | |
"displaying data", | |
"nodejs", | |
"part 5", | |
"server-side" | |
] | |
}, | |
"/files/en-us/learn/server-side/express_nodejs/displaying_data/index.md": { | |
"title": "Express Tutorial Part 5: Displaying library data", | |
"slug": "Learn/Server-side/Express_Nodejs/Displaying_data", | |
"tags": [ | |
"Beginner", | |
"Controller", | |
"Express", | |
"Learn", | |
"Template", | |
"View", | |
"nodejs", | |
"pug" | |
] | |
}, | |
"/files/en-us/learn/server-side/express_nodejs/displaying_data/locallibrary_base_template/index.md": { | |
"title": "LocalLibrary base template", | |
"slug": "Learn/Server-side/Express_Nodejs/Displaying_data/LocalLibrary_base_template", | |
"tags": ["Express", "Node", "displaying data", "part 5", "server-side"] | |
}, | |
"/files/en-us/learn/server-side/express_nodejs/displaying_data/template_primer/index.md": { | |
"title": "Template primer", | |
"slug": "Learn/Server-side/Express_Nodejs/Displaying_data/Template_primer", | |
"tags": ["Express", "Node", "displaying data", "part 5", "server-side"] | |
}, | |
"/files/en-us/learn/server-side/express_nodejs/forms/create_author_form/index.md": { | |
"title": "Create Author form", | |
"slug": "Learn/Server-side/Express_Nodejs/forms/Create_author_form", | |
"tags": ["Express", "Forms", "Node", "part 6", "server-side"] | |
}, | |
"/files/en-us/learn/server-side/express_nodejs/forms/create_book_form/index.md": { | |
"title": "Create Book form", | |
"slug": "Learn/Server-side/Express_Nodejs/forms/Create_book_form", | |
"tags": ["Express", "Forms", "Node", "part 6", "server-side"] | |
}, | |
"/files/en-us/learn/server-side/express_nodejs/forms/create_bookinstance_form/index.md": { | |
"title": "Create BookInstance form", | |
"slug": "Learn/Server-side/Express_Nodejs/forms/Create_BookInstance_form", | |
"tags": ["Express", "Forms", "Node", "part 6", "server-side"] | |
}, | |
"/files/en-us/learn/server-side/express_nodejs/forms/create_genre_form/index.md": { | |
"title": "Create genre form", | |
"slug": "Learn/Server-side/Express_Nodejs/forms/Create_genre_form", | |
"tags": ["Express", "Forms", "Node", "part 6", "server-side"] | |
}, | |
"/files/en-us/learn/server-side/express_nodejs/forms/delete_author_form/index.md": { | |
"title": "Delete Author form", | |
"slug": "Learn/Server-side/Express_Nodejs/forms/Delete_author_form", | |
"tags": ["Express", "Forms", "Node", "server-side"] | |
}, | |
"/files/en-us/learn/server-side/express_nodejs/forms/index.md": { | |
"title": "Express Tutorial Part 6: Working with forms", | |
"slug": "Learn/Server-side/Express_Nodejs/forms", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"Express", | |
"Forms", | |
"HTML forms", | |
"Learn", | |
"Node", | |
"server-side" | |
] | |
}, | |
"/files/en-us/learn/server-side/express_nodejs/forms/update_book_form/index.md": { | |
"title": "Update Book form", | |
"slug": "Learn/Server-side/Express_Nodejs/forms/Update_Book_form", | |
"tags": ["Express", "Forms", "Node", "part 6", "server-side"] | |
}, | |
"/files/en-us/learn/server-side/express_nodejs/index.md": { | |
"title": "Express web framework (Node.js/JavaScript)", | |
"slug": "Learn/Server-side/Express_Nodejs", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"Express", | |
"Express.js", | |
"Intro", | |
"JavaScript", | |
"Learn", | |
"Node", | |
"Server-side programming", | |
"node.js" | |
] | |
}, | |
"/files/en-us/learn/server-side/express_nodejs/introduction/index.md": { | |
"title": "Express/Node introduction", | |
"slug": "Learn/Server-side/Express_Nodejs/Introduction", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"Express", | |
"Learn", | |
"Node", | |
"nodejs", | |
"server-side" | |
] | |
}, | |
"/files/en-us/learn/server-side/express_nodejs/mongoose/index.md": { | |
"title": "Express Tutorial Part 3: Using a Database (with Mongoose)", | |
"slug": "Learn/Server-side/Express_Nodejs/mongoose", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"Database", | |
"Express", | |
"Learn", | |
"Node", | |
"ODM", | |
"mongoose", | |
"nodejs", | |
"orm", | |
"server-side" | |
] | |
}, | |
"/files/en-us/learn/server-side/express_nodejs/routes/index.md": { | |
"title": "Express Tutorial Part 4: Routes and controllers", | |
"slug": "Learn/Server-side/Express_Nodejs/routes", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"Express", | |
"Express routes", | |
"Learn", | |
"Routes", | |
"nodejs", | |
"server-side" | |
] | |
}, | |
"/files/en-us/learn/server-side/express_nodejs/skeleton_website/index.md": { | |
"title": "Express Tutorial Part 2: Creating a skeleton website", | |
"slug": "Learn/Server-side/Express_Nodejs/skeleton_website", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"Development environment", | |
"Express", | |
"Intro", | |
"Learn", | |
"Node", | |
"npm", | |
"server-side" | |
] | |
}, | |
"/files/en-us/learn/server-side/express_nodejs/tutorial_local_library_website/index.md": { | |
"title": "Express Tutorial: The Local Library website", | |
"slug": "Learn/Server-side/Express_Nodejs/Tutorial_local_library_website", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"Express", | |
"Intro", | |
"Learn", | |
"Node", | |
"Tutorial", | |
"nodejs", | |
"server-side" | |
] | |
}, | |
"/files/en-us/learn/server-side/first_steps/client-server_overview/index.md": { | |
"title": "Client-Server Overview", | |
"slug": "Learn/Server-side/First_steps/Client-Server_overview", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"Guide", | |
"Intro", | |
"Learn", | |
"Server", | |
"Server-side programming" | |
] | |
}, | |
"/files/en-us/learn/server-side/first_steps/index.md": { | |
"title": "Server-side website programming first steps", | |
"slug": "Learn/Server-side/First_steps", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"Guide", | |
"Intro", | |
"Landing", | |
"Learn", | |
"Server-side programming" | |
] | |
}, | |
"/files/en-us/learn/server-side/first_steps/introduction/index.md": { | |
"title": "Introduction to the server side", | |
"slug": "Learn/Server-side/First_steps/Introduction", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"Guide", | |
"Intro", | |
"Learn", | |
"Server", | |
"Server-side programming" | |
] | |
}, | |
"/files/en-us/learn/server-side/first_steps/web_frameworks/index.md": { | |
"title": "Server-side web frameworks", | |
"slug": "Learn/Server-side/First_steps/Web_frameworks", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"Guide", | |
"Intro", | |
"Learn", | |
"Server", | |
"Server-side programming", | |
"Web frameworks" | |
] | |
}, | |
"/files/en-us/learn/server-side/first_steps/website_security/index.md": { | |
"title": "Website security", | |
"slug": "Learn/Server-side/First_steps/Website_security", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"Guide", | |
"Intro", | |
"Learn", | |
"Security", | |
"Server-side programming", | |
"Web security", | |
"Website Security" | |
] | |
}, | |
"/files/en-us/learn/server-side/index.md": { | |
"title": "Server-side website programming", | |
"slug": "Learn/Server-side", | |
"tags": [ | |
"Beginner", | |
"CodingScripting", | |
"Intro", | |
"Landing", | |
"Learn", | |
"Server", | |
"Server-side programming", | |
"Topic" | |
] | |
}, | |
"/files/en-us/learn/server-side/node_server_without_framework/index.md": { | |
"title": "Node.js server without a framework", | |
"slug": "Learn/Server-side/Node_server_without_framework", | |
"tags": ["JavaScript", "NeedsContent", "Node", "Server", "no framework"] | |
}, | |
"/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/angular_building/index.md": { | |
"title": "Building Angular applications and further resources", | |
"slug": "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Angular_building", | |
"tags": [ | |
"Beginner", | |
"Frameworks", | |
"JavaScript", | |
"Learn", | |
"client-side", | |
"Angular", | |
"Building", | |
"Resources" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/angular_filtering/index.md": { | |
"title": "Filtering our to-do items", | |
"slug": "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Angular_filtering", | |
"tags": [ | |
"Beginner", | |
"Frameworks", | |
"JavaScript", | |
"Learn", | |
"client-side", | |
"Angular", | |
"Filtering" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/angular_getting_started/index.md": { | |
"title": "Getting started with Angular", | |
"slug": "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Angular_getting_started", | |
"tags": [ | |
"Beginner", | |
"Frameworks", | |
"Installation", | |
"JavaScript", | |
"Learn", | |
"client-side", | |
"Angular" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md": { | |
"title": "Creating an item component", | |
"slug": "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Angular_item_component", | |
"tags": [ | |
"Beginner", | |
"Frameworks", | |
"JavaScript", | |
"Learn", | |
"client-side", | |
"Angular", | |
"Components", | |
"Events", | |
"Data" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/angular_styling/index.md": { | |
"title": "Styling our Angular app", | |
"slug": "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Angular_styling", | |
"tags": [ | |
"Beginner", | |
"Frameworks", | |
"JavaScript", | |
"Learn", | |
"client-side", | |
"Angular", | |
"Styling" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/angular_todo_list_beginning/index.md": { | |
"title": "Beginning our Angular todo list app", | |
"slug": "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Angular_todo_list_beginning", | |
"tags": [ | |
"Beginner", | |
"Frameworks", | |
"JavaScript", | |
"Learn", | |
"client-side", | |
"Angular", | |
"Components", | |
"Structure" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/ember_conditional_footer/index.md": { | |
"title": "Ember Interactivity: Footer functionality, conditional rendering", | |
"slug": "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Ember_conditional_footer", | |
"tags": [ | |
"Beginner", | |
"Ember", | |
"Frameworks", | |
"JavaScript", | |
"Learn", | |
"client-side", | |
"conditional rendering" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/ember_getting_started/index.md": { | |
"title": "Getting started with Ember", | |
"slug": "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Ember_getting_started", | |
"tags": [ | |
"Beginner", | |
"Ember", | |
"Frameworks", | |
"JavaScript", | |
"Learn", | |
"client-side" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/ember_interactivity_events_state/index.md": { | |
"title": "Ember interactivity: Events, classes and state", | |
"slug": "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Ember_interactivity_events_state", | |
"tags": [ | |
"Beginner", | |
"Classes", | |
"Ember", | |
"Frameworks", | |
"JavaScript", | |
"Learn", | |
"Services", | |
"client-side", | |
"decorators", | |
"events" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/ember_resources/index.md": { | |
"title": "Ember resources and troubleshooting", | |
"slug": "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Ember_resources", | |
"tags": [ | |
"Beginner", | |
"Ember", | |
"Frameworks", | |
"JavaScript", | |
"Learn", | |
"client-side", | |
"resources" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/ember_routing/index.md": { | |
"title": "Routing in Ember", | |
"slug": "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Ember_routing", | |
"tags": [ | |
"Beginner", | |
"Ember", | |
"Frameworks", | |
"JavaScript", | |
"Learn", | |
"Routing", | |
"client-side" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/ember_structure_componentization/index.md": { | |
"title": "Ember app structure and componentization", | |
"slug": "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Ember_structure_componentization", | |
"tags": [ | |
"Beginner", | |
"Components", | |
"Ember", | |
"Frameworks", | |
"JavaScript", | |
"Learn", | |
"client-side" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/index.md": { | |
"title": "Understanding client-side JavaScript frameworks", | |
"slug": "Learn/Tools_and_testing/Client-side_JavaScript_frameworks", | |
"tags": ["Beginner", "Frameworks", "JavaScript", "Learn", "client-side"] | |
}, | |
"/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/introduction/index.md": { | |
"title": "Introduction to client-side frameworks", | |
"slug": "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Introduction", | |
"tags": ["Beginner", "Frameworks", "JavaScript", "Learn", "client-side"] | |
}, | |
"/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/main_features/index.md": { | |
"title": "Framework main features", | |
"slug": "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Main_features", | |
"tags": [ | |
"Beginner", | |
"Frameworks", | |
"JavaScript", | |
"Learn", | |
"client-side", | |
"features" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/react_accessibility/index.md": { | |
"title": "Accessibility in React", | |
"slug": "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_accessibility", | |
"tags": [ | |
"Accessibility", | |
"Beginner", | |
"Frameworks", | |
"JavaScript", | |
"Learn", | |
"React", | |
"client-side", | |
"focus management", | |
"keyboard" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/react_components/index.md": { | |
"title": "Componentizing our React app", | |
"slug": "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_components", | |
"tags": [ | |
"Beginner", | |
"Frameworks", | |
"JavaScript", | |
"Learn", | |
"React", | |
"client-side", | |
"events", | |
"interactivity", | |
"state" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/react_getting_started/index.md": { | |
"title": "Getting started with React", | |
"slug": "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_getting_started", | |
"tags": [ | |
"Beginner", | |
"Frameworks", | |
"JavaScript", | |
"Learn", | |
"React", | |
"client-side", | |
"jsx", | |
"props" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/react_interactivity_events_state/index.md": { | |
"title": "React interactivity: Events and state", | |
"slug": "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_interactivity_events_state", | |
"tags": [ | |
"Beginner", | |
"Frameworks", | |
"JavaScript", | |
"Learn", | |
"React", | |
"client-side", | |
"events", | |
"interactivity", | |
"state" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/react_interactivity_filtering_conditional_rendering/index.md": { | |
"title": "React interactivity: Editing, filtering, conditional rendering", | |
"slug": "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_interactivity_filtering_conditional_rendering", | |
"tags": [ | |
"Beginner", | |
"Frameworks", | |
"JavaScript", | |
"Learn", | |
"React", | |
"client-side", | |
"conditional rendering", | |
"filtering" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/react_resources/index.md": { | |
"title": "React resources", | |
"slug": "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_resources", | |
"tags": [ | |
"Beginner", | |
"JavaScript", | |
"Learn", | |
"React", | |
"client-side", | |
"framework", | |
"resources" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/react_todo_list_beginning/index.md": { | |
"title": "Beginning our React todo list", | |
"slug": "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_todo_list_beginning", | |
"tags": [ | |
"App", | |
"Beginner", | |
"Frameworks", | |
"JavaScript", | |
"Learn", | |
"React", | |
"Style", | |
"client-side" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/svelte_components/index.md": { | |
"title": "Componentizing our Svelte app", | |
"slug": "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Svelte_components", | |
"tags": [ | |
"Beginner", | |
"Components", | |
"Frameworks", | |
"JavaScript", | |
"Learn", | |
"Svelte", | |
"client-side", | |
"conditional rendering", | |
"passing data" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/svelte_deployment_next/index.md": { | |
"title": "Deployment and next steps", | |
"slug": "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Svelte_deployment_next", | |
"tags": [ | |
"Beginner", | |
"Deployment", | |
"Frameworks", | |
"JavaScript", | |
"Learn", | |
"Svelte", | |
"client-side", | |
"resources" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/svelte_getting_started/index.md": { | |
"title": "Getting started with Svelte", | |
"slug": "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Svelte_getting_started", | |
"tags": [ | |
"Beginner", | |
"Frameworks", | |
"JavaScript", | |
"Learn", | |
"Svelte", | |
"client-side" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/svelte_reactivity_lifecycle_accessibility/index.md": { | |
"title": "Advanced Svelte: Reactivity, lifecycle, accessibility", | |
"slug": "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Svelte_reactivity_lifecycle_accessibility", | |
"tags": [ | |
"Accessibility", | |
"Beginner", | |
"Components", | |
"Frameworks", | |
"JavaScript", | |
"Learn", | |
"Lifecycle", | |
"Svelte", | |
"client-side", | |
"reactivity" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/svelte_stores/index.md": { | |
"title": "Working with Svelte stores", | |
"slug": "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Svelte_stores", | |
"tags": [ | |
"Beginner", | |
"Frameworks", | |
"JavaScript", | |
"Learn", | |
"Stores", | |
"Svelte", | |
"client-side" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/svelte_todo_list_beginning/index.md": { | |
"title": "Starting our Svelte Todo list app", | |
"slug": "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Svelte_Todo_list_beginning", | |
"tags": [ | |
"Beginner", | |
"Components", | |
"Frameworks", | |
"JavaScript", | |
"Learn", | |
"Svelte", | |
"client-side", | |
"state" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/svelte_typescript/index.md": { | |
"title": "TypeScript support in Svelte", | |
"slug": "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Svelte_TypeScript", | |
"tags": [ | |
"Beginner", | |
"Frameworks", | |
"JavaScript", | |
"Learn", | |
"Svelte", | |
"Typescript", | |
"client-side" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/svelte_variables_props/index.md": { | |
"title": "Dynamic behavior in Svelte: working with variables and props", | |
"slug": "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Svelte_variables_props", | |
"tags": [ | |
"Beginner", | |
"Frameworks", | |
"JavaScript", | |
"Learn", | |
"Svelte", | |
"Variables", | |
"client-side", | |
"props" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/vue_computed_properties/index.md": { | |
"title": "Using Vue computed properties", | |
"slug": "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Vue_computed_properties", | |
"tags": [ | |
"Beginner", | |
"Frameworks", | |
"JavaScript", | |
"Learn", | |
"client-side", | |
"computed properties", | |
"vue" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/vue_conditional_rendering/index.md": { | |
"title": "Vue conditional rendering: editing existing todos", | |
"slug": "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Vue_conditional_rendering", | |
"tags": [ | |
"Beginner", | |
"Frameworks", | |
"JavaScript", | |
"Learn", | |
"client-side", | |
"conditional rendering", | |
"v-else", | |
"v-if", | |
"vue" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/vue_first_component/index.md": { | |
"title": "Creating our first Vue component", | |
"slug": "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Vue_first_component", | |
"tags": [ | |
"Beginner", | |
"Components", | |
"Frameworks", | |
"JavaScript", | |
"Learn", | |
"client-side", | |
"props", | |
"state", | |
"vue" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/vue_getting_started/index.md": { | |
"title": "Getting started with Vue", | |
"slug": "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Vue_getting_started", | |
"tags": [ | |
"Beginner", | |
"Frameworks", | |
"Installation", | |
"JavaScript", | |
"Learn", | |
"client-side", | |
"vue" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/vue_methods_events_models/index.md": { | |
"title": "Adding a new todo form: Vue events, methods, and models", | |
"slug": "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Vue_methods_events_models", | |
"tags": [ | |
"Beginner", | |
"Forms", | |
"Frameworks", | |
"JavaScript", | |
"Learn", | |
"Methods", | |
"client-side", | |
"events", | |
"models", | |
"vue" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/vue_refs_focus_management/index.md": { | |
"title": "Focus management with Vue refs", | |
"slug": "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Vue_refs_focus_management", | |
"tags": [ | |
"Beginner", | |
"Frameworks", | |
"JavaScript", | |
"Learn", | |
"client-side", | |
"focus management", | |
"refs", | |
"vue" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/vue_rendering_lists/index.md": { | |
"title": "Rendering a list of Vue components", | |
"slug": "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Vue_rendering_lists", | |
"tags": [ | |
"Beginner", | |
"Frameworks", | |
"JavaScript", | |
"Learn", | |
"client-side", | |
"lists", | |
"v-for", | |
"vue" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/vue_resources/index.md": { | |
"title": "Vue resources", | |
"slug": "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Vue_resources", | |
"tags": ["Beginner", "JavaScript", "Learn"] | |
}, | |
"/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/vue_styling/index.md": { | |
"title": "Styling Vue components with CSS", | |
"slug": "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Vue_styling", | |
"tags": [ | |
"Beginner", | |
"CSS", | |
"Frameworks", | |
"JavaScript", | |
"Learn", | |
"Styling", | |
"client-side", | |
"vue" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/cross_browser_testing/accessibility/index.md": { | |
"title": "Handling common accessibility problems", | |
"slug": "Learn/Tools_and_testing/Cross_browser_testing/Accessibility", | |
"tags": [ | |
"Accessibility", | |
"Article", | |
"Beginner", | |
"CSS", | |
"CodingScripting", | |
"HTML", | |
"JavaScript", | |
"Learn", | |
"Testing", | |
"Tools", | |
"cross browser", | |
"keyboard" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/cross_browser_testing/automated_testing/index.md": { | |
"title": "Introduction to automated testing", | |
"slug": "Learn/Tools_and_testing/Cross_browser_testing/Automated_testing", | |
"tags": [ | |
"Article", | |
"Automation", | |
"Beginner", | |
"CodingScripting", | |
"Learn", | |
"Sauce Labs", | |
"Testing", | |
"Tools", | |
"Web Stack", | |
"cross browser" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/cross_browser_testing/feature_detection/index.md": { | |
"title": "Implementing feature detection", | |
"slug": "Learn/Tools_and_testing/Cross_browser_testing/Feature_detection", | |
"tags": [ | |
"Article", | |
"Beginner", | |
"CSS", | |
"CodingScripting", | |
"JavaScript", | |
"Learn", | |
"Modernizr", | |
"Testing", | |
"Tools", | |
"cross browser", | |
"feature detection" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/cross_browser_testing/html_and_css/index.md": { | |
"title": "Handling common HTML and CSS problems", | |
"slug": "Learn/Tools_and_testing/Cross_browser_testing/HTML_and_CSS", | |
"tags": [ | |
"Article", | |
"Beginner", | |
"CSS", | |
"CodingScripting", | |
"HTML", | |
"Learn", | |
"Selectors", | |
"Testing", | |
"cross browser", | |
"linting" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/cross_browser_testing/index.md": { | |
"title": "Cross browser testing", | |
"slug": "Learn/Tools_and_testing/Cross_browser_testing", | |
"tags": [ | |
"Accessibility", | |
"Automation", | |
"Beginner", | |
"CSS", | |
"CodingScripting", | |
"HTML", | |
"JavaScript", | |
"Landing", | |
"Learn", | |
"Module", | |
"Testing", | |
"Tools", | |
"cross browser" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/cross_browser_testing/introduction/index.md": { | |
"title": "Introduction to cross browser testing", | |
"slug": "Learn/Tools_and_testing/Cross_browser_testing/Introduction", | |
"tags": [ | |
"Article", | |
"Beginner", | |
"CodingScripting", | |
"Learn", | |
"Testing", | |
"concepts", | |
"cross browser" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/cross_browser_testing/javascript/index.md": { | |
"title": "Handling common JavaScript problems", | |
"slug": "Learn/Tools_and_testing/Cross_browser_testing/JavaScript", | |
"tags": [ | |
"Article", | |
"Beginner", | |
"CodingScripting", | |
"JavaScript", | |
"Learn", | |
"Libraries", | |
"Testing", | |
"cross browser", | |
"feature detection", | |
"linting", | |
"polyfills" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/cross_browser_testing/testing_strategies/index.md": { | |
"title": "Strategies for carrying out testing", | |
"slug": "Learn/Tools_and_testing/Cross_browser_testing/Testing_strategies", | |
"tags": [ | |
"Article", | |
"Automation", | |
"Beginner", | |
"CodingScripting", | |
"Learn", | |
"Testing", | |
"concepts", | |
"cross browser", | |
"device lab", | |
"user testing", | |
"virtual machine" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/cross_browser_testing/your_own_automation_environment/index.md": { | |
"title": "Setting up your own test automation environment", | |
"slug": "Learn/Tools_and_testing/Cross_browser_testing/Your_own_automation_environment", | |
"tags": [ | |
"Article", | |
"Automation", | |
"Beginner", | |
"Browser", | |
"CodingScripting", | |
"Learn", | |
"Testing", | |
"Tools", | |
"cross browser", | |
"selenium" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/github/index.md": { | |
"title": "Git and GitHub", | |
"slug": "Learn/Tools_and_testing/GitHub", | |
"tags": ["Beginner", "GitHub", "Learn", "Web", "git"] | |
}, | |
"/files/en-us/learn/tools_and_testing/index.md": { | |
"title": "Tools and testing", | |
"slug": "Learn/Tools_and_testing", | |
"tags": [ | |
"Accessibility", | |
"Automation", | |
"Beginner", | |
"CSS", | |
"CodingScripting", | |
"HTML", | |
"JavaScript", | |
"Landing", | |
"Learn", | |
"Testing", | |
"Tools", | |
"Topic", | |
"cross browser", | |
"user testing" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/understanding_client-side_tools/command_line/index.md": { | |
"title": "Command line crash course", | |
"slug": "Learn/Tools_and_testing/Understanding_client-side_tools/Command_line", | |
"tags": [ | |
"Beginner", | |
"CLI", | |
"Command Line", | |
"Learn", | |
"Terminal", | |
"Tools", | |
"client-side", | |
"npm" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/understanding_client-side_tools/deployment/index.md": { | |
"title": "Deploying our app", | |
"slug": "Learn/Tools_and_testing/Understanding_client-side_tools/Deployment", | |
"tags": [ | |
"Beginner", | |
"Deployment", | |
"GitHub", | |
"Learn", | |
"Netlify", | |
"Testing", | |
"Toolchain", | |
"Tools", | |
"case study" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/understanding_client-side_tools/index.md": { | |
"title": "Understanding client-side web development tools", | |
"slug": "Learn/Tools_and_testing/Understanding_client-side_tools", | |
"tags": [ | |
"Beginner", | |
"CSS", | |
"Deployment", | |
"HTML", | |
"JavaScript", | |
"Learn", | |
"Tools", | |
"Transformation", | |
"client-side", | |
"linting" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/understanding_client-side_tools/introducing_complete_toolchain/index.md": { | |
"title": "Introducing a complete toolchain", | |
"slug": "Learn/Tools_and_testing/Understanding_client-side_tools/Introducing_complete_toolchain", | |
"tags": [ | |
"Beginner", | |
"Complete toolchain", | |
"Development environment", | |
"Learn", | |
"Tools", | |
"Transformation", | |
"case study" | |
] | |
}, | |
"/files/en-us/learn/tools_and_testing/understanding_client-side_tools/overview/index.md": { | |
"title": "Client-side tooling overview", | |
"slug": "Learn/Tools_and_testing/Understanding_client-side_tools/Overview", | |
"tags": ["Beginner", "Introduction", "Learn", "Tools", "client-side"] | |
}, | |
"/files/en-us/learn/tools_and_testing/understanding_client-side_tools/package_management/index.md": { | |
"title": "Package management basics", | |
"slug": "Learn/Tools_and_testing/Understanding_client-side_tools/Package_management", | |
"tags": [ | |
"Beginner", | |
"Learn", | |
"Tools", | |
"dependency", | |
"npm", | |
"package manager", | |
"package repository", | |
"yarn" | |
] | |
}, | |
"/files/en-us/mdn/about/index.md": { | |
"title": "About MDN Web Docs", | |
"slug": "MDN/About", | |
"tags": [ | |
"Collaborating", | |
"Community", | |
"Copyright", | |
"Documentation", | |
"Guide", | |
"Licenses", | |
"MDN Meta" | |
] | |
}, | |
"/files/en-us/mdn/at_ten/history_of_mdn/index.md": { | |
"title": "The History of MDN", | |
"slug": "MDN/At_ten/History_of_MDN", | |
"tags": ["History", "MDN Meta"] | |
}, | |
"/files/en-us/mdn/at_ten/index.md": { | |
"title": "MDN at 10", | |
"slug": "MDN/At_ten", | |
"tags": ["History", "Landing", "MDN Meta"] | |
}, | |
"/files/en-us/mdn/contribute/changelog/index.md": { | |
"title": "MDN contribution changelog", | |
"slug": "MDN/Contribute/Changelog", | |
"tags": ["Changelog", "Contribute", "MDN"] | |
}, | |
"/files/en-us/mdn/contribute/documentation_priorities/index.md": { | |
"title": "MDN documentation priority list", | |
"slug": "MDN/Contribute/Documentation_priorities", | |
"tags": [ | |
"Best practices", | |
"Community", | |
"MDN", | |
"Documentation", | |
"Priorities" | |
] | |
}, | |
"/files/en-us/mdn/contribute/feedback/index.md": { | |
"title": "Send feedback about MDN Web Docs", | |
"slug": "MDN/Contribute/Feedback", | |
"tags": ["Documentation", "Guide", "MDN", "MDN Meta"] | |
}, | |
"/files/en-us/mdn/contribute/fixing_mdn_content_bugs/index.md": { | |
"title": "Fixing MDN content bugs", | |
"slug": "MDN/Contribute/Fixing_MDN_content_bugs", | |
"tags": ["Bugs", "Contribute", "MDN"] | |
}, | |
"/files/en-us/mdn/contribute/getting_started/index.md": { | |
"title": "Getting started on MDN", | |
"slug": "MDN/Contribute/Getting_started", | |
"tags": [ | |
"Documentation", | |
"Getting Started", | |
"Guide", | |
"MDN", | |
"MDN Project", | |
"New Contributors" | |
] | |
}, | |
"/files/en-us/mdn/contribute/github_beginners/index.md": { | |
"title": "GitHub for complete beginners", | |
"slug": "MDN/Contribute/GitHub_beginners", | |
"tags": ["Best practices", "Community", "GitHub", "MDN", "Beginners"] | |
}, | |
"/files/en-us/mdn/contribute/github_best_practices/index.md": { | |
"title": "GitHub best practices for MDN", | |
"slug": "MDN/Contribute/GitHub_best_practices", | |
"tags": ["Best practices", "Community", "GitHub", "MDN"] | |
}, | |
"/files/en-us/mdn/contribute/github_cheatsheet/index.md": { | |
"title": "GitHub cheatsheet", | |
"slug": "MDN/Contribute/GitHub_cheatsheet", | |
"tags": [ | |
"Best practices", | |
"Community", | |
"GitHub", | |
"MDN", | |
"Beginners", | |
"Cheatsheet", | |
"Commands" | |
] | |
}, | |
"/files/en-us/mdn/contribute/help_beginners/index.md": { | |
"title": "Help beginners to learn on MDN!", | |
"slug": "MDN/Contribute/Help_beginners", | |
"tags": ["Beginner", "Contribute", "HELP", "Learning", "MDN"] | |
}, | |
"/files/en-us/mdn/contribute/howto/add_or_update_browser_compatibility_data/index.md": { | |
"title": "How to add or update browser compatibility data", | |
"slug": "MDN/Contribute/Howto/Add_or_update_browser_compatibility_data", | |
"tags": ["Guide", "Howto", "MDN Meta"] | |
}, | |
"/files/en-us/mdn/contribute/howto/convert_code_samples_to_be_live/index.md": { | |
"title": "How to convert code samples to be \"live\"", | |
"slug": "MDN/Contribute/Howto/Convert_code_samples_to_be_live", | |
"tags": ["Beginner", "Howto", "MDN Meta"] | |
}, | |
"/files/en-us/mdn/contribute/howto/create_an_interactive_exercise_to_help_learning_the_web/distant_example/index.md": { | |
"title": "distant example", | |
"slug": "MDN/Contribute/Howto/Create_an_interactive_exercise_to_help_learning_the_web/distant_example" | |
}, | |
"/files/en-us/mdn/contribute/howto/create_an_interactive_exercise_to_help_learning_the_web/index.md": { | |
"title": "How to create an interactive learning exercise", | |
"slug": "MDN/Contribute/Howto/Create_an_interactive_exercise_to_help_learning_the_web", | |
"tags": [ | |
"Guide", | |
"Howto", | |
"Intermediate", | |
"Learning", | |
"MDN Meta", | |
"Tutorial" | |
] | |
}, | |
"/files/en-us/mdn/contribute/howto/create_and_edit_pages/index.md": { | |
"title": "How to create and edit pages", | |
"slug": "MDN/Contribute/Howto/Create_and_edit_pages", | |
"tags": ["Beginner", "Guide", "Howto", "Intro", "MDN Meta"] | |
}, | |
"/files/en-us/mdn/contribute/howto/document_a_css_property/index.md": { | |
"title": "How to document a CSS property", | |
"slug": "MDN/Contribute/Howto/Document_a_CSS_property", | |
"tags": ["CSS", "Guide", "Howto", "MDN Meta"] | |
}, | |
"/files/en-us/mdn/contribute/howto/document_an_http_header/index.md": { | |
"title": "How to document an HTTP header", | |
"slug": "MDN/Contribute/Howto/Document_an_HTTP_header", | |
"tags": ["Howto", "MDN", "Meta"] | |
}, | |
"/files/en-us/mdn/contribute/howto/document_web_errors/index.md": { | |
"title": "How to document web errors", | |
"slug": "MDN/Contribute/Howto/Document_web_errors", | |
"tags": ["Howto", "MDN", "Meta"] | |
}, | |
"/files/en-us/mdn/contribute/howto/index.md": { | |
"title": "MDN web docs: How-to guides", | |
"slug": "MDN/Contribute/Howto", | |
"tags": ["Documentation", "Guide", "Howto", "Landing", "MDN Meta"] | |
}, | |
"/files/en-us/mdn/contribute/howto/migrate_external_content_to_mdn/index.md": { | |
"title": "How to migrate external content to MDN Web Docs", | |
"slug": "MDN/Contribute/Howto/Migrate_external_content_to_MDN", | |
"tags": ["Content migration", "MDN Meta"] | |
}, | |
"/files/en-us/mdn/contribute/howto/report_a_problem/index.md": { | |
"title": "How to report a problem on MDN", | |
"slug": "MDN/Contribute/Howto/Report_a_problem", | |
"tags": ["Guide", "Howto", "MDN Meta"] | |
}, | |
"/files/en-us/mdn/contribute/howto/tag/index.md": { | |
"title": "How to properly tag pages", | |
"slug": "MDN/Contribute/Howto/Tag", | |
"tags": [ | |
"Beginner", | |
"Contribute", | |
"Glossary", | |
"Guide", | |
"Howto", | |
"Intro", | |
"MDN Meta", | |
"Tutorial" | |
] | |
}, | |
"/files/en-us/mdn/contribute/howto/update_the_css_json_db/index.md": { | |
"title": "How to update the CSS JSON DB", | |
"slug": "MDN/Contribute/Howto/Update_the_CSS_JSON_DB", | |
"tags": ["Guide", "Howto", "MDN Meta"] | |
}, | |
"/files/en-us/mdn/contribute/howto/write_a_new_entry_in_the_glossary/index.md": { | |
"title": "How to write and reference an entry in the glossary", | |
"slug": "MDN/Contribute/Howto/Write_a_new_entry_in_the_Glossary", | |
"tags": [ | |
"Contributing", | |
"Definition", | |
"Entry", | |
"Glossary", | |
"Guide", | |
"Howto", | |
"MDN Meta", | |
"Term", | |
"Word", | |
"define" | |
] | |
}, | |
"/files/en-us/mdn/contribute/howto/write_an_api_reference/index.md": { | |
"title": "How to write an API reference", | |
"slug": "MDN/Contribute/Howto/Write_an_API_reference", | |
"tags": ["API", "Documentation", "Guide", "Howto", "MDN Meta"] | |
}, | |
"/files/en-us/mdn/contribute/howto/write_an_api_reference/information_contained_in_a_webidl_file/index.md": { | |
"title": "Information contained in a WebIDL file", | |
"slug": "MDN/Contribute/Howto/Write_an_API_reference/Information_contained_in_a_WebIDL_file", | |
"tags": ["Howto", "MDN Meta", "Reference", "WebIDL"] | |
}, | |
"/files/en-us/mdn/contribute/howto/write_an_api_reference/sidebars/index.md": { | |
"title": "API reference sidebars", | |
"slug": "MDN/Contribute/Howto/Write_an_API_reference/Sidebars", | |
"tags": [ | |
"API", | |
"Documentation", | |
"Guide", | |
"MDN", | |
"MDN Meta", | |
"Reference", | |
"groupdata", | |
"metadata", | |
"onboarding", | |
"sidebars" | |
] | |
}, | |
"/files/en-us/mdn/contribute/howto/write_for_seo/index.md": { | |
"title": "How to write with SEO in mind on MDN Web Docs", | |
"slug": "MDN/Contribute/Howto/Write_for_SEO", | |
"tags": [ | |
"Contributing to MDN", | |
"Documentation", | |
"MDN", | |
"MDN Meta", | |
"MDN Web Docs", | |
"SEO", | |
"Search Engine Optimization" | |
] | |
}, | |
"/files/en-us/mdn/contribute/index.md": { | |
"title": "Contributing to MDN", | |
"slug": "MDN/Contribute", | |
"tags": ["Guide", "Landing", "MDN Meta"] | |
}, | |
"/files/en-us/mdn/contribute/localize/index.md": { | |
"title": "Localizing MDN", | |
"slug": "MDN/Contribute/Localize", | |
"tags": ["Localization", "MDN Meta", "l10n"] | |
}, | |
"/files/en-us/mdn/contribute/markdown_in_mdn/index.md": { | |
"title": "Markdown in MDN", | |
"slug": "MDN/Contribute/Markdown_in_MDN", | |
"tags": ["MDN"] | |
}, | |
"/files/en-us/mdn/contribute/open_source_etiquette/index.md": { | |
"title": "Basic etiquette for open source projects", | |
"slug": "MDN/Contribute/Open_source_etiquette", | |
"tags": ["Best practices", "Community", "Open source", "MDN", "Beginners"] | |
}, | |
"/files/en-us/mdn/contribute/processes/content_bug_triage/index.md": { | |
"title": "Triage process for MDN content bugs", | |
"slug": "MDN/Contribute/Processes/Content_bug_triage", | |
"tags": [ | |
"MDN", | |
"MDN Meta", | |
"Meta", | |
"Meta Docs", | |
"Content bugs", | |
"Process", | |
"Triage" | |
] | |
}, | |
"/files/en-us/mdn/contribute/processes/index.md": { | |
"title": "Documentation processes", | |
"slug": "MDN/Contribute/Processes", | |
"tags": ["Landing", "MDN Meta", "Processes"] | |
}, | |
"/files/en-us/mdn/contribute/processes/matching_features_to_browser_version/index.md": { | |
"title": "Matching web features to browser release version numbers", | |
"slug": "MDN/Contribute/Processes/Matching_features_to_browser_version", | |
"tags": [ | |
"Blame", | |
"Chrome", | |
"Documentation", | |
"Edge", | |
"Firefox", | |
"Guide", | |
"MDN", | |
"MDN Meta", | |
"Meta", | |
"Meta Docs", | |
"Microsoft", | |
"Mozilla", | |
"Opera", | |
"Releases", | |
"Safari", | |
"Versions", | |
"Writing Documentation", | |
"google" | |
] | |
}, | |
"/files/en-us/mdn/contribute/processes/short_surveys/index.md": { | |
"title": "Process for running short surveys", | |
"slug": "MDN/Contribute/Processes/Short_surveys", | |
"tags": [ | |
"MDN", | |
"MDN Meta", | |
"Meta", | |
"Meta Docs", | |
"Process", | |
"Surveys", | |
"Short surveys" | |
] | |
}, | |
"/files/en-us/mdn/contribute/processes/workstream_assessment_project/index.md": { | |
"title": "MDN Workstream assessment and project setup process", | |
"slug": "MDN/Contribute/Processes/Workstream_assessment_project", | |
"tags": [ | |
"MDN", | |
"MDN Meta", | |
"Meta", | |
"Meta Docs", | |
"Content bugs", | |
"Process", | |
"Workstream", | |
"Assessment", | |
"Project" | |
] | |
}, | |
"/files/en-us/mdn/contribute/where_is_everything/index.md": { | |
"title": "Where is everything on MDN? A guide to our repos", | |
"slug": "MDN/Contribute/Where_is_everything", | |
"tags": [ | |
"Best practices", | |
"Community", | |
"GitHub", | |
"MDN", | |
"Beginners", | |
"Repos" | |
] | |
}, | |
"/files/en-us/mdn/guidelines/code_guidelines/css/index.md": { | |
"title": "CSS guidelines", | |
"slug": "MDN/Guidelines/Code_guidelines/CSS", | |
"tags": ["CSS", "Code", "Guide", "Guidelines", "MDN Meta"] | |
}, | |
"/files/en-us/mdn/guidelines/code_guidelines/general/index.md": { | |
"title": "General guidelines for all code", | |
"slug": "MDN/Guidelines/Code_guidelines/General", | |
"tags": ["Code", "General", "Guide", "Guidelines", "MDN Meta"] | |
}, | |
"/files/en-us/mdn/guidelines/code_guidelines/html/index.md": { | |
"title": "HTML guidelines", | |
"slug": "MDN/Guidelines/Code_guidelines/HTML", | |
"tags": ["Code", "Guide", "Guidelines", "HTML", "MDN Meta"] | |
}, | |
"/files/en-us/mdn/guidelines/code_guidelines/index.md": { | |
"title": "Code example guidelines", | |
"slug": "MDN/Guidelines/Code_guidelines", | |
"tags": [ | |
"CSS", | |
"Code", | |
"Guide", | |
"Guidelines", | |
"HTML", | |
"JavaScript", | |
"MDN Meta", | |
"Shell" | |
] | |
}, | |
"/files/en-us/mdn/guidelines/code_guidelines/javascript/index.md": { | |
"title": "JavaScript guidelines", | |
"slug": "MDN/Guidelines/Code_guidelines/JavaScript", | |
"tags": ["Code", "Guide", "Guidelines", "JavaScript", "MDN Meta"] | |
}, | |
"/files/en-us/mdn/guidelines/code_guidelines/shell/index.md": { | |
"title": "Shell prompt guidelines", | |
"slug": "MDN/Guidelines/Code_guidelines/Shell", | |
"tags": ["Code", "Guide", "Guidelines", "MDN Meta", "Shell"] | |
}, | |
"/files/en-us/mdn/guidelines/conventions_definitions/index.md": { | |
"title": "MDN conventions and definitions", | |
"slug": "MDN/Guidelines/Conventions_definitions", | |
"tags": ["Documentation", "Guide", "Guidelines", "MDN", "MDN Meta"] | |
}, | |
"/files/en-us/mdn/guidelines/does_this_belong_on_mdn/index.md": { | |
"title": "Does this belong on MDN Web Docs?", | |
"slug": "MDN/Guidelines/Does_this_belong_on_MDN", | |
"tags": ["Guide", "Guidelines", "MDN Meta"] | |
}, | |
"/files/en-us/mdn/guidelines/editorial/index.md": { | |
"title": "Editorial policies", | |
"slug": "MDN/Guidelines/Editorial", | |
"tags": ["Documentation", "MDN", "MDN Meta", "Writing"] | |
}, | |
"/files/en-us/mdn/guidelines/index.md": { | |
"title": "Guidelines", | |
"slug": "MDN/Guidelines", | |
"tags": ["Guidelines", "Landing", "MDN Meta"] | |
}, | |
"/files/en-us/mdn/guidelines/json_structured_data/index.md": { | |
"title": "Structured data on MDN", | |
"slug": "MDN/Guidelines/JSON_Structured_Data", | |
"tags": ["Guide", "Guidelines", "MDN Meta"] | |
}, | |
"/files/en-us/mdn/guidelines/video/index.md": { | |
"title": "Video content on MDN", | |
"slug": "MDN/Guidelines/Video", | |
"tags": ["Guidelines", "Meta", "Video"] | |
}, | |
"/files/en-us/mdn/guidelines/writing_style_guide/index.md": { | |
"title": "Writing style guide", | |
"slug": "MDN/Guidelines/Writing_style_guide", | |
"tags": [ | |
"Documentation", | |
"Guide", | |
"Guidelines", | |
"MDN", | |
"MDN Meta", | |
"MDN Web Docs", | |
"MDN style guide", | |
"Style guide", | |
"Writing style guide" | |
] | |
}, | |
"/files/en-us/mdn/index.md": { | |
"title": "The MDN project", | |
"slug": "MDN", | |
"tags": ["Landing", "MDN Meta"] | |
}, | |
"/files/en-us/mdn/kitchensink/index.md": { | |
"title": "The MDN Content Kitchensink", | |
"slug": "MDN/Kitchensink", | |
"tags": ["Kitchensink", "MDN Meta"] | |
}, | |
"/files/en-us/mdn/mdn_product_advisory_board/index.md": { | |
"title": "MDN Product Advisory Board", | |
"slug": "MDN/MDN_Product_Advisory_Board", | |
"tags": ["MDN", "PAB", "Product advisory board"] | |
}, | |
"/files/en-us/mdn/mdn_product_advisory_board/members/index.md": { | |
"title": "Product Advisory Board Members", | |
"slug": "MDN/MDN_Product_Advisory_Board/Members", | |
"tags": ["MDN", "Members", "PAB", "Product advisory board"] | |
}, | |
"/files/en-us/mdn/mdn_product_advisory_board/membership/index.md": { | |
"title": "Product Advisory Board Charter & Membership", | |
"slug": "MDN/MDN_Product_Advisory_Board/Membership", | |
"tags": [ | |
"MDN", | |
"Membership", | |
"PAB", | |
"Product advisory board", | |
"Terms and conditions" | |
] | |
}, | |
"/files/en-us/mdn/structures/banners_and_notices/index.md": { | |
"title": "Banners and notices", | |
"slug": "MDN/Structures/Banners_and_notices", | |
"tags": ["Guide", "MDN Meta", "Structures"] | |
}, | |
"/files/en-us/mdn/structures/code_examples/index.md": { | |
"title": "Code examples", | |
"slug": "MDN/Structures/Code_examples", | |
"tags": [ | |
"Code", | |
"Examples", | |
"Landing", | |
"Live", | |
"MDN Meta", | |
"Static", | |
"Structures", | |
"interactive" | |
] | |
}, | |
"/files/en-us/mdn/structures/compatibility_tables/index.md": { | |
"title": "Compatibility tables and the browser compatibility data repository (BCD)", | |
"slug": "MDN/Structures/Compatibility_tables", | |
"tags": [ | |
"Guide", | |
"MDN Meta", | |
"Structures", | |
"browser compat", | |
"compatibility tables" | |
], | |
"browser-compat": "api.AbortController" | |
}, | |
"/files/en-us/mdn/structures/index.md": { | |
"title": "Document structures", | |
"slug": "MDN/Structures", | |
"tags": ["Landing", "MDN Meta", "Structures"] | |
}, | |
"/files/en-us/mdn/structures/live_samples/index.md": { | |
"title": "Live samples", | |
"slug": "MDN/Structures/Live_samples", | |
"tags": ["Guide", "Intermediate", "MDN Meta", "Structures"] | |
}, | |
"/files/en-us/mdn/structures/macros/commonly-used_macros/index.md": { | |
"title": "Commonly-used macros", | |
"slug": "MDN/Structures/Macros/Commonly-used_macros", | |
"tags": ["CSS", "Macros", "Reference", "Structures"] | |
}, | |
"/files/en-us/mdn/structures/macros/index.md": { | |
"title": "Using macros", | |
"slug": "MDN/Structures/Macros", | |
"tags": ["Guide", "Kuma", "KumaScript", "MDN Meta", "Structures"] | |
}, | |
"/files/en-us/mdn/structures/macros/other/index.md": { | |
"title": "Other macros", | |
"slug": "MDN/Structures/Macros/Other", | |
"tags": ["Macros", "Reference"] | |
}, | |
"/files/en-us/mdn/structures/page_types/api_constructor_subpage_template/index.md": { | |
"title": "API constructor subpage template", | |
"slug": "MDN/Structures/Page_types/API_constructor_subpage_template", | |
"tags": [ | |
"API", | |
"Constructor", | |
"Template", | |
"constructor subpage", | |
"Reference" | |
], | |
"browser-compat": "path.to.feature.NameOfTheConstructor" | |
}, | |
"/files/en-us/mdn/structures/page_types/api_event_handler_subpage_template/index.md": { | |
"title": "API event handler subpage template", | |
"slug": "MDN/Structures/Page_types/API_event_handler_subpage_template", | |
"tags": [ | |
"API", | |
"Event Handler", | |
"Template", | |
"event handler subpage", | |
"reference page" | |
], | |
"browser-compat": "path.to.feature.NameOfTheProperty" | |
}, | |
"/files/en-us/mdn/structures/page_types/api_event_subpage_template/index.md": { | |
"title": "API event subpage template", | |
"slug": "MDN/Structures/Page_types/API_event_subpage_template", | |
"tags": ["API", "Event", "Event subpage", "Template", "Reference"], | |
"browser-compat": "path.to.feature.NameOfTheEvent_event" | |
}, | |
"/files/en-us/mdn/structures/page_types/api_landing_page_template/index.md": { | |
"title": "API landing page template", | |
"slug": "MDN/Structures/Page_types/API_landing_page_template", | |
"tags": ["API", "Landing", "Template"] | |
}, | |
"/files/en-us/mdn/structures/page_types/api_method_subpage_template/index.md": { | |
"title": "API method subpage template", | |
"slug": "MDN/Structures/Page_types/API_method_subpage_template", | |
"tags": ["API", "Method", "Template", "method subpage", "reference page"], | |
"browser-compat": "path.to.feature.NameOfTheMethod" | |
}, | |
"/files/en-us/mdn/structures/page_types/api_property_subpage_template/index.md": { | |
"title": "API property subpage template", | |
"slug": "MDN/Structures/Page_types/API_property_subpage_template", | |
"tags": [ | |
"API", | |
"Property", | |
"Template", | |
"property subpage", | |
"reference page" | |
], | |
"browser-compat": "path.to.feature.NameOfTheProperty" | |
}, | |
"/files/en-us/mdn/structures/page_types/api_reference_page_template/index.md": { | |
"title": "API reference page template", | |
"slug": "MDN/Structures/Page_types/API_reference_page_template", | |
"tags": ["API", "Template", "Reference"], | |
"browser-compat": "path.to.feature.NameOfTheInterface" | |
}, | |
"/files/en-us/mdn/structures/page_types/aria_page_template/index.md": { | |
"title": "ARIA page template", | |
"slug": "MDN/Structures/Page_types/ARIA_Page_Template", | |
"tags": ["CSS", "Property", "Reference", "Template"] | |
}, | |
"/files/en-us/mdn/structures/page_types/css_property_page_template/index.md": { | |
"title": "CSS property page template", | |
"slug": "MDN/Structures/Page_types/CSS_property_page_template", | |
"tags": ["CSS", "Property", "Reference", "Template"], | |
"browser-compat": "css.properties.NameOfTheProperty" | |
}, | |
"/files/en-us/mdn/structures/page_types/css_selector_page_template/index.md": { | |
"title": "CSS selector page template", | |
"slug": "MDN/Structures/Page_types/CSS_selector_page_template", | |
"tags": ["CSS", "Reference", "Selector", "Template"], | |
"browser-compat": "css.selectors.NameOfTheSelector" | |
}, | |
"/files/en-us/mdn/structures/page_types/glossary_page_template/index.md": { | |
"title": "Glossary page template", | |
"slug": "MDN/Structures/Page_types/Glossary_page_template", | |
"tags": ["Glossary", "Template", "reference page"] | |
}, | |
"/files/en-us/mdn/structures/page_types/html_element_page_template/index.md": { | |
"title": "HTML element page template", | |
"slug": "MDN/Structures/Page_types/HTML_element_page_template", | |
"tags": ["Element", "HTML", "Template", "Reference"], | |
"browser-compat": "path.to.feature.NameOfTheElement" | |
}, | |
"/files/en-us/mdn/structures/page_types/http_header_page_template/index.md": { | |
"title": "HTTP header page template", | |
"slug": "MDN/Structures/Page_types/HTTP_header_page_template", | |
"tags": ["HTTP", "HTTP Header", "Reference", "Template"], | |
"browser-compat": "path.to.feature.NameOfTheHeader" | |
}, | |
"/files/en-us/mdn/structures/page_types/index.md": { | |
"title": "Page types", | |
"slug": "MDN/Structures/Page_types", | |
"tags": ["Documentation", "Guide", "MDN Meta", "Structures", "Template"] | |
}, | |
"/files/en-us/mdn/structures/page_types/svg_element_page_template/index.md": { | |
"title": "SVG element page template", | |
"slug": "MDN/Structures/Page_types/SVG_element_page_template", | |
"tags": ["Element", "SVG", "Template", "reference page"], | |
"browser-compat": "path.to.feature.NameOfTheElement" | |
}, | |
"/files/en-us/mdn/structures/quicklinks/index.md": { | |
"title": "Quicklinks", | |
"slug": "MDN/Structures/Quicklinks", | |
"tags": ["Guide", "MDN Meta", "Structures"] | |
}, | |
"/files/en-us/mdn/structures/specification_tables/index.md": { | |
"title": "Specification tables", | |
"slug": "MDN/Structures/Specification_tables", | |
"tags": ["Guide", "MDN Meta", "Structures"] | |
}, | |
"/files/en-us/mdn/structures/syntax_sections/index.md": { | |
"title": "Syntax sections", | |
"slug": "MDN/Structures/Syntax_sections", | |
"tags": [ | |
"API", | |
"CSS", | |
"HTML", | |
"MDN Meta", | |
"Structure", | |
"Syntax", | |
"onboarding" | |
] | |
}, | |
"/files/en-us/mdn/tools/index.md": { | |
"title": "MDN tools", | |
"slug": "MDN/Tools", | |
"tags": ["Landing", "MDN Meta", "Tools"] | |
}, | |
"/files/en-us/mdn/tools/kumascript/index.md": { | |
"title": "KumaScript", | |
"slug": "MDN/Tools/KumaScript", | |
"tags": [ | |
"Guide", | |
"Kuma", | |
"KumaScript", | |
"MDN Meta", | |
"NeedsContent", | |
"Site-wide" | |
] | |
}, | |
"/files/en-us/mdn/tools/kumascript/troubleshooting/index.md": { | |
"title": "Troubleshooting KumaScript errors", | |
"slug": "MDN/Tools/KumaScript/Troubleshooting", | |
"tags": ["Errors", "Guide", "KumaScript", "MDN Meta", "Tools"] | |
}, | |
"/files/en-us/mdn/tools/sample_server/index.md": { | |
"title": "The MDN sample server", | |
"slug": "MDN/Tools/Sample_server", | |
"tags": ["Advanced", "Draft", "Guide", "MDN Meta", "Site-wide", "Tools"] | |
}, | |
"/files/en-us/mdn/tools/unsupported_get_api/index.md": { | |
"title": "Unsupported GET API", | |
"slug": "MDN/Tools/Unsupported_GET_API", | |
"tags": [ | |
"Advanced", | |
"Automation", | |
"Documentation", | |
"Draft", | |
"Guide", | |
"MDN Meta", | |
"PUT API", | |
"Page-level", | |
"Tools" | |
] | |
}, | |
"/files/en-us/mdn/yari/index.md": { | |
"title": "Yari: MDN's rendering platform", | |
"slug": "MDN/Yari", | |
"tags": ["Yari", "Landing", "MDN Meta"] | |
}, | |
"/files/en-us/mozilla/add-ons/contact_us/index.md": { | |
"title": "Contact us", | |
"slug": "Mozilla/Add-ons/Contact_us", | |
"tags": ["Add-ons", "Extension", "Extensions", "Landing", "Mozilla"] | |
}, | |
"/files/en-us/mozilla/add-ons/index.md": { | |
"title": "Add-ons", | |
"slug": "Mozilla/Add-ons", | |
"tags": ["Add-ons", "Extension", "Extensions", "Landing", "Mozilla"] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/add_a_button_to_the_toolbar/index.md": { | |
"title": "Add a button to the toolbar", | |
"slug": "Mozilla/Add-ons/WebExtensions/Add_a_button_to_the_toolbar", | |
"tags": ["WebExtensions"] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/anatomy_of_a_webextension/index.md": { | |
"title": "Anatomy of an extension", | |
"slug": "Mozilla/Add-ons/WebExtensions/Anatomy_of_a_WebExtension", | |
"tags": ["WebExtensions"] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/alarms/alarm/index.md": { | |
"title": "alarms.Alarm", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/alarms/Alarm", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"alarm", | |
"alarms" | |
], | |
"browser-compat": "webextensions.api.alarms.Alarm" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/alarms/clear/index.md": { | |
"title": "alarms.clear()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/alarms/clear", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"alarms", | |
"clear" | |
], | |
"browser-compat": "webextensions.api.alarms.clear" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/alarms/clearall/index.md": { | |
"title": "alarms.clearAll()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/alarms/clearAll", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"alarms", | |
"clearAll" | |
], | |
"browser-compat": "webextensions.api.alarms.clearAll" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/alarms/create/index.md": { | |
"title": "alarms.create()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/alarms/create", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Create", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"alarms" | |
], | |
"browser-compat": "webextensions.api.alarms.create" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/alarms/get/index.md": { | |
"title": "alarms.get()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/alarms/get", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"alarms", | |
"get" | |
], | |
"browser-compat": "webextensions.api.alarms.get" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/alarms/getall/index.md": { | |
"title": "alarms.getAll()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/alarms/getAll", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"alarms", | |
"getAll" | |
], | |
"browser-compat": "webextensions.api.alarms.getAll" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/alarms/index.md": { | |
"title": "alarms", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/alarms", | |
"tags": [ | |
"API", | |
"Extensions", | |
"Interface", | |
"Needs Privileges", | |
"Reference", | |
"WebExtensions", | |
"alarms" | |
], | |
"browser-compat": "webextensions.api.alarms" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/alarms/onalarm/index.md": { | |
"title": "alarms.onAlarm", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/alarms/onAlarm", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"alarms", | |
"onAlarm" | |
], | |
"browser-compat": "webextensions.api.alarms.onAlarm" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/bookmarks/bookmarktreenode/index.md": { | |
"title": "bookmarks.BookmarkTreeNode", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/bookmarks/BookmarkTreeNode", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"BookmarkTreeNode", | |
"Bookmarks", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions" | |
], | |
"browser-compat": "webextensions.api.bookmarks.BookmarkTreeNode" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/bookmarks/bookmarktreenodetype/index.md": { | |
"title": "bookmarks.BookmarkTreeNodeType", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/bookmarks/BookmarkTreeNodeType", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"BookmarkTreeNodeType", | |
"Bookmarks", | |
"Extensions", | |
"Property", | |
"Reference", | |
"WebExtensions" | |
], | |
"browser-compat": "webextensions.api.bookmarks.BookmarkTreeNodeType" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/bookmarks/bookmarktreenodeunmodifiable/index.md": { | |
"title": "bookmarks.BookmarkTreeNodeUnmodifiable", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/bookmarks/BookmarkTreeNodeUnmodifiable", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"BookmarkTreeNodeUnmodifiable", | |
"Bookmarks", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions" | |
], | |
"browser-compat": "webextensions.api.bookmarks.BookmarkTreeNodeUnmodifiable" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/bookmarks/create/index.md": { | |
"title": "bookmarks.create()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/bookmarks/create", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Bookmarks", | |
"Create", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions" | |
], | |
"browser-compat": "webextensions.api.bookmarks.create" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/bookmarks/createdetails/index.md": { | |
"title": "bookmarks.CreateDetails", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/bookmarks/CreateDetails", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Bookmarks", | |
"CreateDetails", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions" | |
], | |
"browser-compat": "webextensions.api.bookmarks.CreateDetails" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/bookmarks/get/index.md": { | |
"title": "bookmarks.get()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/bookmarks/get", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Bookmarks", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"get" | |
], | |
"browser-compat": "webextensions.api.bookmarks.get" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/bookmarks/getchildren/index.md": { | |
"title": "bookmarks.getChildren()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/bookmarks/getChildren", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Bookmarks", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"getChildren" | |
], | |
"browser-compat": "webextensions.api.bookmarks.getChildren" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/bookmarks/getrecent/index.md": { | |
"title": "bookmarks.getRecent()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/bookmarks/getRecent", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Bookmarks", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"getRecent" | |
], | |
"browser-compat": "webextensions.api.bookmarks.getRecent" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/bookmarks/getsubtree/index.md": { | |
"title": "bookmarks.getSubTree()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/bookmarks/getSubTree", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Bookmarks", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"getSubTree" | |
], | |
"browser-compat": "webextensions.api.bookmarks.getSubTree" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/bookmarks/gettree/index.md": { | |
"title": "bookmarks.getTree()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/bookmarks/getTree", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Bookmarks", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"getTree" | |
], | |
"browser-compat": "webextensions.api.bookmarks.getTree" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/bookmarks/index.md": { | |
"title": "bookmarks", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/bookmarks", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Bookmarks", | |
"Extensions", | |
"Interface", | |
"Non-standard", | |
"Reference", | |
"WebExtensions" | |
], | |
"browser-compat": "webextensions.api.bookmarks" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/bookmarks/move/index.md": { | |
"title": "bookmarks.move()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/bookmarks/move", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Bookmarks", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"move" | |
], | |
"browser-compat": "webextensions.api.bookmarks.move" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/bookmarks/onchanged/index.md": { | |
"title": "bookmarks.onChanged", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/bookmarks/onChanged", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Bookmarks", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onChanged" | |
], | |
"browser-compat": "webextensions.api.bookmarks.onChanged" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/bookmarks/onchildrenreordered/index.md": { | |
"title": "bookmarks.onChildrenReordered", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/bookmarks/onChildrenReordered", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Bookmarks", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onChildrenReordered" | |
], | |
"browser-compat": "webextensions.api.bookmarks.onChildrenReordered" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/bookmarks/oncreated/index.md": { | |
"title": "bookmarks.onCreated", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/bookmarks/onCreated", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Bookmarks", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onCreated" | |
], | |
"browser-compat": "webextensions.api.bookmarks.onCreated" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/bookmarks/onimportbegan/index.md": { | |
"title": "bookmarks.onImportBegan", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/bookmarks/onImportBegan", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Bookmarks", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onImportBegan" | |
], | |
"browser-compat": "webextensions.api.bookmarks.onImportBegan" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/bookmarks/onimportended/index.md": { | |
"title": "bookmarks.onImportEnded", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/bookmarks/onImportEnded", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Bookmarks", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onImportEnded" | |
], | |
"browser-compat": "webextensions.api.bookmarks.onImportEnded" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/bookmarks/onmoved/index.md": { | |
"title": "bookmarks.onMoved", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/bookmarks/onMoved", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Bookmarks", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onMoved" | |
], | |
"browser-compat": "webextensions.api.bookmarks.onMoved" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/bookmarks/onremoved/index.md": { | |
"title": "bookmarks.onRemoved", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/bookmarks/onRemoved", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Bookmarks", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onRemoved" | |
], | |
"browser-compat": "webextensions.api.bookmarks.onRemoved" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/bookmarks/remove/index.md": { | |
"title": "bookmarks.remove()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/bookmarks/remove", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Bookmarks", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"remove" | |
], | |
"browser-compat": "webextensions.api.bookmarks.remove" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/bookmarks/removetree/index.md": { | |
"title": "bookmarks.removeTree()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/bookmarks/removeTree", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Bookmarks", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"removeTree" | |
], | |
"browser-compat": "webextensions.api.bookmarks.removeTree" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/bookmarks/search/index.md": { | |
"title": "bookmarks.search()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/bookmarks/search", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Bookmarks", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"Search", | |
"WebExtensions" | |
], | |
"browser-compat": "webextensions.api.bookmarks.search" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/bookmarks/update/index.md": { | |
"title": "bookmarks.update()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/bookmarks/update", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Bookmarks", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"Update", | |
"WebExtensions" | |
], | |
"browser-compat": "webextensions.api.bookmarks.update" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browseraction/colorarray/index.md": { | |
"title": "browserAction.ColorArray", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browserAction/ColorArray", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"ColorArray", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"browserAction" | |
], | |
"browser-compat": "webextensions.api.browserAction.ColorArray" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browseraction/disable/index.md": { | |
"title": "browserAction.disable()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browserAction/disable", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"browserAction", | |
"disable" | |
], | |
"browser-compat": "webextensions.api.browserAction.disable" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browseraction/enable/index.md": { | |
"title": "browserAction.enable()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browserAction/enable", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Enable", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"browserAction" | |
], | |
"browser-compat": "webextensions.api.browserAction.enable" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browseraction/getbadgebackgroundcolor/index.md": { | |
"title": "browserAction.getBadgeBackgroundColor()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browserAction/getBadgeBackgroundColor", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"browserAction", | |
"getBadgeBackgroundColor" | |
], | |
"browser-compat": "webextensions.api.browserAction.getBadgeBackgroundColor" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browseraction/getbadgetext/index.md": { | |
"title": "browserAction.getBadgeText()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browserAction/getBadgeText", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"browserAction", | |
"getBadgeText" | |
], | |
"browser-compat": "webextensions.api.browserAction.getBadgeText" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browseraction/getbadgetextcolor/index.md": { | |
"title": "browserAction.getBadgeTextColor()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browserAction/getBadgeTextColor", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"browserAction", | |
"getBadgeTextColor" | |
], | |
"browser-compat": "webextensions.api.browserAction.getBadgeTextColor" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browseraction/getpopup/index.md": { | |
"title": "browserAction.getPopup()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browserAction/getPopup", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"browserAction", | |
"getPopup" | |
], | |
"browser-compat": "webextensions.api.browserAction.getPopup" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browseraction/gettitle/index.md": { | |
"title": "browserAction.getTitle()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browserAction/getTitle", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"browserAction", | |
"getTitle" | |
], | |
"browser-compat": "webextensions.api.browserAction.getTitle" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browseraction/imagedatatype/index.md": { | |
"title": "browserAction.ImageDataType", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browserAction/ImageDataType", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"ImageDataType", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"browserAction" | |
], | |
"browser-compat": "webextensions.api.browserAction.ImageDataType" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browseraction/index.md": { | |
"title": "browserAction", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browserAction", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Interface", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"browserAction" | |
], | |
"browser-compat": "webextensions.api.browserAction" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browseraction/isenabled/index.md": { | |
"title": "browserAction.isEnabled()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browserAction/isEnabled", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"browserAction", | |
"isEnabled" | |
], | |
"browser-compat": "webextensions.api.browserAction.isEnabled" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browseraction/onclicked/index.md": { | |
"title": "browserAction.onClicked", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browserAction/onClicked", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"browserAction", | |
"onClicked" | |
], | |
"browser-compat": "webextensions.api.browserAction.onClicked" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browseraction/openpopup/index.md": { | |
"title": "browserAction.openPopup()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browserAction/openPopup", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"browserAction", | |
"openPopup" | |
], | |
"browser-compat": "webextensions.api.browserAction.openPopup" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browseraction/setbadgebackgroundcolor/index.md": { | |
"title": "browserAction.setBadgeBackgroundColor()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browserAction/setBadgeBackgroundColor", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"browserAction", | |
"setBadgeBackgroundColor" | |
], | |
"browser-compat": "webextensions.api.browserAction.setBadgeBackgroundColor" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browseraction/setbadgetext/index.md": { | |
"title": "browserAction.setBadgeText()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browserAction/setBadgeText", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"browserAction", | |
"setBadgeText" | |
], | |
"browser-compat": "webextensions.api.browserAction.setBadgeText" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browseraction/setbadgetextcolor/index.md": { | |
"title": "browserAction.setBadgeTextColor()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browserAction/setBadgeTextColor", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"browserAction", | |
"setBadgeTextColor" | |
], | |
"browser-compat": "webextensions.api.browserAction.setBadgeTextColor" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browseraction/seticon/index.md": { | |
"title": "browserAction.setIcon()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browserAction/setIcon", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"browserAction", | |
"setIcon" | |
], | |
"browser-compat": "webextensions.api.browserAction.setIcon" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browseraction/setpopup/index.md": { | |
"title": "browserAction.setPopup()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browserAction/setPopup", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"browserAction", | |
"setPopup" | |
], | |
"browser-compat": "webextensions.api.browserAction.setPopup" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browseraction/settitle/index.md": { | |
"title": "browserAction.setTitle()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browserAction/setTitle", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"browserAction", | |
"setTitle" | |
], | |
"browser-compat": "webextensions.api.browserAction.setTitle" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browsersettings/allowpopupsforuserevents/index.md": { | |
"title": "browserSettings.allowPopupsForUserEvents", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browserSettings/allowPopupsForUserEvents", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Property", | |
"WebExtensions", | |
"allowPopupsForUserEvents", | |
"browserSettings" | |
], | |
"browser-compat": "webextensions.api.browserSettings.allowPopupsForUserEvents" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browsersettings/cacheenabled/index.md": { | |
"title": "browserSettings.cacheEnabled", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browserSettings/cacheEnabled", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Property", | |
"Reference", | |
"WebExtensions", | |
"browserSettings", | |
"cacheEnabled" | |
], | |
"browser-compat": "webextensions.api.browserSettings.cacheEnabled" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browsersettings/closetabsbydoubleclick/index.md": { | |
"title": "browserSettings.closeTabsByDoubleClick", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browserSettings/closeTabsByDoubleClick", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Property", | |
"Reference", | |
"WebExtensions", | |
"browserSettings", | |
"closeTabsByDoubleClick" | |
], | |
"browser-compat": "webextensions.api.browserSettings.closeTabsByDoubleClick" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browsersettings/colormanagement/index.md": { | |
"title": "browserSettings.colorManagement", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browserSettings/colorManagement", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Property", | |
"Reference", | |
"WebExtensions", | |
"browserSettings", | |
"colorManagement" | |
], | |
"browser-compat": "webextensions.api.browserSettings.colorManagement" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browsersettings/contextmenushowevent/index.md": { | |
"title": "browserSettings.contextMenuShowEvent", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browserSettings/contextMenuShowEvent", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Property", | |
"Reference", | |
"WebExtensions", | |
"browserSettings", | |
"contextMenuShowEvent" | |
], | |
"browser-compat": "webextensions.api.browserSettings.contextMenuShowEvent" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browsersettings/ftpprotocolenabled/index.md": { | |
"title": "browserSettings.ftpProtocolEnabled", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browserSettings/ftpProtocolEnabled", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Property", | |
"Reference", | |
"WebExtensions", | |
"browserSettings", | |
"contextMenuShowEvent", | |
"ftpProtocolEnabled" | |
], | |
"browser-compat": "webextensions.api.browserSettings.ftpProtocolEnabled" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browsersettings/homepageoverride/index.md": { | |
"title": "browserSettings.homepageOverride", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browserSettings/homepageOverride", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Property", | |
"Reference", | |
"WebExtensions", | |
"browserSettings", | |
"homepageOverride" | |
], | |
"browser-compat": "webextensions.api.browserSettings.homepageOverride" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browsersettings/imageanimationbehavior/index.md": { | |
"title": "browserSettings.imageAnimationBehavior", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browserSettings/imageAnimationBehavior", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Property", | |
"Reference", | |
"browserSettings", | |
"imageAnimationBehavior" | |
], | |
"browser-compat": "webextensions.api.browserSettings.imageAnimationBehavior" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browsersettings/index.md": { | |
"title": "browserSettings", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browserSettings", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"browserSettings" | |
], | |
"browser-compat": "webextensions.api.browserSettings" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browsersettings/newtabpageoverride/index.md": { | |
"title": "browserSettings.newTabPageOverride", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browserSettings/newTabPageOverride", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Property", | |
"Reference", | |
"WebExtensions", | |
"browserSettings", | |
"newTabPageOverride" | |
], | |
"browser-compat": "webextensions.api.browserSettings.newTabPageOverride" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browsersettings/newtabposition/index.md": { | |
"title": "browserSettings.newTabPosition", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browserSettings/newTabPosition", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Property", | |
"Reference", | |
"WebExtensions", | |
"browserSettings", | |
"newTabPosition" | |
], | |
"browser-compat": "webextensions.api.browserSettings.newTabPosition" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browsersettings/openbookmarksinnewtabs/index.md": { | |
"title": "browserSettings.openBookmarksInNewTabs", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browserSettings/openBookmarksInNewTabs", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Property", | |
"Reference", | |
"WebExtensions", | |
"browserSettings", | |
"openBookmarksInNewTabs" | |
], | |
"browser-compat": "webextensions.api.browserSettings.openBookmarksInNewTabs" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browsersettings/opensearchresultsinnewtabs/index.md": { | |
"title": "browserSettings.openSearchResultsInNewTabs", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browserSettings/openSearchResultsInNewTabs", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Property", | |
"Reference", | |
"WebExtensions", | |
"browserSettings", | |
"openSearchResultsInNewTabs" | |
], | |
"browser-compat": "webextensions.api.browserSettings.openSearchResultsInNewTabs" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browsersettings/openurlbarresultsinnewtabs/index.md": { | |
"title": "browserSettings.openUrlbarResultsInNewTabs", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browserSettings/openUrlbarResultsInNewTabs", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Property", | |
"Reference", | |
"WebExtensions", | |
"browserSettings", | |
"openUrlbarResultsInNewTabs" | |
], | |
"browser-compat": "webextensions.api.browserSettings.openUrlbarResultsInNewTabs" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browsersettings/overridecontentcolorscheme/index.md": { | |
"title": "browserSettings.overrideContentColorScheme", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browserSettings/overrideContentColorScheme", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Property", | |
"Reference", | |
"WebExtensions", | |
"browserSettings", | |
"overrideContentColorScheme" | |
], | |
"browser-compat": "webextensions.api.browserSettings.overrideContentColorScheme" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browsersettings/overridedocumentcolors/index.md": { | |
"title": "browserSettings.overrideDocumentColors", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browserSettings/overrideDocumentColors", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Property", | |
"Reference", | |
"WebExtensions", | |
"browserSettings", | |
"overrideDocumentColors" | |
], | |
"browser-compat": "webextensions.api.browserSettings.overrideDocumentColors" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browsersettings/usedocumentfonts/index.md": { | |
"title": "browserSettings.useDocumentFonts", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browserSettings/useDocumentFonts", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Property", | |
"Reference", | |
"WebExtensions", | |
"browserSettings", | |
"useDocumentFonts" | |
], | |
"browser-compat": "webextensions.api.browserSettings.useDocumentFonts" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browsersettings/webnotificationsdisabled/index.md": { | |
"title": "browserSettings.webNotificationsDisabled", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browserSettings/webNotificationsDisabled", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Property", | |
"Reference", | |
"WebExtensions", | |
"browserSettings", | |
"webNotificationsDisabled" | |
], | |
"browser-compat": "webextensions.api.browserSettings.webNotificationsDisabled" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browsersettings/zoomfullpage/index.md": { | |
"title": "browserSettings.zoomFullPage", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browserSettings/zoomFullPage", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Property", | |
"Reference", | |
"WebExtensions", | |
"browserSettings", | |
"zoomFullPage" | |
], | |
"browser-compat": "webextensions.api.browserSettings.zoomFullPage" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browsersettings/zoomsitespecific/index.md": { | |
"title": "browserSettings.zoomSiteSpecific", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browserSettings/zoomSiteSpecific", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Property", | |
"WebExtensions", | |
"browserSettings", | |
"zoomSiteSpecific" | |
], | |
"browser-compat": "webextensions.api.browserSettings.zoomSiteSpecific" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browsingdata/datatypeset/index.md": { | |
"title": "browsingData.DataTypeSet", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browsingData/DataTypeSet", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"DataTypeSet", | |
"Extensions", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"browsingData" | |
], | |
"browser-compat": "webextensions.api.browsingData.DataTypeSet" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browsingdata/index.md": { | |
"title": "browsingData", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browsingData", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"browsingData" | |
], | |
"browser-compat": "webextensions.api.browsingData" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browsingdata/removaloptions/index.md": { | |
"title": "browsingData.RemovalOptions", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browsingData/RemovalOptions", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Reference", | |
"RemovalOptions", | |
"Type", | |
"WebExtensions", | |
"browsingData" | |
], | |
"browser-compat": "webextensions.api.browsingData.RemovalOptions" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browsingdata/remove/index.md": { | |
"title": "browsingData.remove()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browsingData/remove", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"browsingData", | |
"remove" | |
], | |
"browser-compat": "webextensions.api.browsingData.remove" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browsingdata/removecache/index.md": { | |
"title": "browsingData.removeCache()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browsingData/removeCache", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"browsingData", | |
"removeCache" | |
], | |
"browser-compat": "webextensions.api.browsingData.removeCache" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browsingdata/removecookies/index.md": { | |
"title": "browsingData.removeCookies()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browsingData/removeCookies", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"browsingData", | |
"removeCookies" | |
], | |
"browser-compat": "webextensions.api.browsingData.removeCookies" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browsingdata/removedownloads/index.md": { | |
"title": "browsingData.removeDownloads()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browsingData/removeDownloads", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"browsingData", | |
"removeDownloads" | |
], | |
"browser-compat": "webextensions.api.browsingData.removeDownloads" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browsingdata/removeformdata/index.md": { | |
"title": "browsingData.removeFormData()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browsingData/removeFormData", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"browsingData", | |
"removeDownloads" | |
], | |
"browser-compat": "webextensions.api.browsingData.removeFormData" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browsingdata/removehistory/index.md": { | |
"title": "browsingData.removeHistory()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browsingData/removeHistory", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"browsingData", | |
"removeHistory" | |
], | |
"browser-compat": "webextensions.api.browsingData.removeHistory" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browsingdata/removelocalstorage/index.md": { | |
"title": "browsingData.removeLocalStorage()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browsingData/removeLocalStorage", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"browsingData", | |
"removeLocalStorage" | |
], | |
"browser-compat": "webextensions.api.browsingData.removeLocalStorage" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browsingdata/removepasswords/index.md": { | |
"title": "browsingData.removePasswords()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browsingData/removePasswords", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"browsingData", | |
"removePasswords" | |
], | |
"browser-compat": "webextensions.api.browsingData.removePasswords" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browsingdata/removeplugindata/index.md": { | |
"title": "browsingData.removePluginData()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browsingData/removePluginData", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"browsingData", | |
"removePluginData" | |
], | |
"browser-compat": "webextensions.api.browsingData.removePluginData" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/browsingdata/settings/index.md": { | |
"title": "browsingData.settings()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/browsingData/settings", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"Settings", | |
"WebExtensions", | |
"browsingData" | |
], | |
"browser-compat": "webextensions.api.browsingData.settings" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/captiveportal/canonicalurl/index.md": { | |
"title": "captivePortal.canonicalURL", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/captivePortal/canonicalURL", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"WebExtensions", | |
"canonicalURL", | |
"captivePortal" | |
], | |
"browser-compat": "webextensions.api.captivePortal.canonicalURL" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/captiveportal/getlastchecked/index.md": { | |
"title": "getLastChecked", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/captivePortal/getLastChecked", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"captivePortal" | |
], | |
"browser-compat": "webextensions.api.captivePortal.getLastChecked" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/captiveportal/getstate/index.md": { | |
"title": "getState", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/captivePortal/getState", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"captivePortal" | |
], | |
"browser-compat": "webextensions.api.captivePortal.getState" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/captiveportal/index.md": { | |
"title": "captivePortal", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/captivePortal", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"captivePortal" | |
], | |
"browser-compat": "webextensions.api.captivePortal" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/captiveportal/onconnectivityavailable/index.md": { | |
"title": "onConnectivityAvailable", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/captivePortal/onConnectivityAvailable", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"captivePortal" | |
], | |
"browser-compat": "webextensions.api.captivePortal.onConnectivityAvailable" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/captiveportal/onstatechanged/index.md": { | |
"title": "onStateChanged", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/captivePortal/onStateChanged", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"captivePortal" | |
], | |
"browser-compat": "webextensions.api.captivePortal.onStateChanged" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/clipboard/index.md": { | |
"title": "clipboard", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/clipboard", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Clipboard", | |
"Extensions", | |
"Reference", | |
"WebExtensions" | |
] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/clipboard/setimagedata/index.md": { | |
"title": "clipboard.setImageData()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/clipboard/setImageData", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Clipboard", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"setImageData" | |
], | |
"browser-compat": "webextensions.api.clipboard.setImageData" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/commands/command/index.md": { | |
"title": "Command", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/commands/Command", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Command", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"commands" | |
], | |
"browser-compat": "webextensions.api.commands.Command" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/commands/getall/index.md": { | |
"title": "getAll()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/commands/getAll", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"commands", | |
"getAll" | |
], | |
"browser-compat": "webextensions.api.commands.getAll" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/commands/index.md": { | |
"title": "commands", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/commands", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"commands" | |
] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/commands/oncommand/index.md": { | |
"title": "onCommand", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/commands/onCommand", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"commands", | |
"onCommand" | |
], | |
"browser-compat": "webextensions.api.commands.onCommand" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/commands/reset/index.md": { | |
"title": "commands.reset()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/commands/reset", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"commands", | |
"reset" | |
], | |
"browser-compat": "webextensions.api.commands.reset" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/commands/update/index.md": { | |
"title": "commands.update()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/commands/update", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"Update", | |
"WebExtensions", | |
"commands" | |
], | |
"browser-compat": "webextensions.api.commands.update" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/contentscripts/index.md": { | |
"title": "contentScripts", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/contentScripts", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Interface", | |
"WebExtensions", | |
"contentScripts" | |
], | |
"browser-compat": "webextensions.api.contentScripts" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/contentscripts/register/index.md": { | |
"title": "contentScripts.register()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/contentScripts/register", | |
"tags": [ | |
"API", | |
"Extensions", | |
"Method", | |
"Reference", | |
"contentScripts", | |
"register" | |
], | |
"browser-compat": "webextensions.api.contentScripts.register" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/contentscripts/registeredcontentscript/index.md": { | |
"title": "contentScripts.RegisteredContentScript", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/contentScripts/RegisteredContentScript", | |
"tags": [ | |
"API", | |
"Extensions", | |
"Reference", | |
"RegisteredContentScript", | |
"Type", | |
"contentScripts" | |
], | |
"browser-compat": "webextensions.api.contentScripts.RegisteredContentScript" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/contentscripts/registeredcontentscript/unregister/index.md": { | |
"title": "contentScripts.RegisteredContentScript.unregister()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/contentScripts/RegisteredContentScript/unregister", | |
"tags": [ | |
"API", | |
"Extensions", | |
"Reference", | |
"RegisteredContentScript.unregister", | |
"contentScripts" | |
], | |
"browser-compat": "webextensions.api.contentScripts.RegisteredContentScript.unregister" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/contextualidentities/contextualidentity/index.md": { | |
"title": "contextualIdentities.ContextualIdentity", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/contextualIdentities/ContextualIdentity", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"ContextualIdentity", | |
"Extensions", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"contextualIdentities" | |
], | |
"browser-compat": "webextensions.api.contextualIdentities.ContextualIdentity" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/contextualidentities/create/index.md": { | |
"title": "contextualIdentities.create()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/contextualIdentities/create", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Create", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"contextualIdentities" | |
], | |
"browser-compat": "webextensions.api.contextualIdentities.create" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/contextualidentities/get/index.md": { | |
"title": "contextualIdentities.get()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/contextualIdentities/get", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"contextualIdentities", | |
"get" | |
], | |
"browser-compat": "webextensions.api.contextualIdentities.get" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/contextualidentities/index.md": { | |
"title": "contextualIdentities", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/contextualIdentities", | |
"tags": ["WebExtensions"], | |
"browser-compat": "webextensions.api.contextualIdentities" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/contextualidentities/oncreated/index.md": { | |
"title": "contextualIdentities.onCreated", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/contextualIdentities/onCreated", | |
"tags": [ | |
"API", | |
"APIReference", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"WebExtensions", | |
"contextualIdentities", | |
"onCreated" | |
], | |
"browser-compat": "webextensions.api.contextualIdentities.onCreated" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/contextualidentities/onremoved/index.md": { | |
"title": "contextualIdentities.onRemoved", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/contextualIdentities/onRemoved", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Reference", | |
"WebExtensions", | |
"contextualIdentities", | |
"onRemoved" | |
], | |
"browser-compat": "webextensions.api.contextualIdentities.onRemoved" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/contextualidentities/onupdated/index.md": { | |
"title": "contextualIdentities.onUpdated", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/contextualIdentities/onUpdated", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Reference", | |
"WebExtensions", | |
"contextualIdentities", | |
"onUpdated" | |
], | |
"browser-compat": "webextensions.api.contextualIdentities.onUpdated" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/contextualidentities/query/index.md": { | |
"title": "contextualIdentities.query()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/contextualIdentities/query", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"contextualIdentities", | |
"query" | |
], | |
"browser-compat": "webextensions.api.contextualIdentities.query" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/contextualidentities/remove/index.md": { | |
"title": "contextualIdentities.remove()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/contextualIdentities/remove", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"contextualIdentities", | |
"remove" | |
], | |
"browser-compat": "webextensions.api.contextualIdentities.remove" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/contextualidentities/update/index.md": { | |
"title": "contextualIdentities.update()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/contextualIdentities/update", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"Update", | |
"WebExtensions", | |
"contextualIdentities" | |
], | |
"browser-compat": "webextensions.api.contextualIdentities.update" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/cookies/cookie/index.md": { | |
"title": "cookies.Cookie", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/cookies/Cookie", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Cookies", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"cookie" | |
], | |
"browser-compat": "webextensions.api.cookies.Cookie" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/cookies/cookiestore/index.md": { | |
"title": "cookies.CookieStore", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/cookies/CookieStore", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"CookieStore", | |
"Cookies", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions" | |
], | |
"browser-compat": "webextensions.api.cookies.CookieStore" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/cookies/get/index.md": { | |
"title": "cookies.get()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/cookies/get", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Cookies", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"get" | |
], | |
"browser-compat": "webextensions.api.cookies.get" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/cookies/getall/index.md": { | |
"title": "cookies.getAll()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/cookies/getAll", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Cookies", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"getAll" | |
], | |
"browser-compat": "webextensions.api.cookies.getAll" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/cookies/getallcookiestores/index.md": { | |
"title": "cookies.getAllCookieStores()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/cookies/getAllCookieStores", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Cookies", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"getAllCookieStores" | |
], | |
"browser-compat": "webextensions.api.cookies.getAllCookieStores" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/cookies/index.md": { | |
"title": "cookies", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/cookies", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Cookies", | |
"Extensions", | |
"Interface", | |
"Non-standard", | |
"Reference", | |
"WebExtensions" | |
], | |
"browser-compat": "webextensions.api.cookies" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/cookies/onchanged/index.md": { | |
"title": "cookies.onChanged", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/cookies/onChanged", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Cookies", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onChanged" | |
], | |
"browser-compat": "webextensions.api.cookies.onChanged" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/cookies/onchangedcause/index.md": { | |
"title": "cookies.OnChangedCause", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/cookies/OnChangedCause", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Cookies", | |
"Extensions", | |
"Non-standard", | |
"OnChangedCause", | |
"Reference", | |
"Type", | |
"WebExtensions" | |
], | |
"browser-compat": "webextensions.api.cookies.OnChangedCause" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/cookies/remove/index.md": { | |
"title": "cookies.remove()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/cookies/remove", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Cookies", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"remove" | |
], | |
"browser-compat": "webextensions.api.cookies.remove" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/cookies/samesitestatus/index.md": { | |
"title": "cookies.SameSiteStatus", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/cookies/SameSiteStatus", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Cookies", | |
"Extensions", | |
"Interface", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions" | |
] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/cookies/set/index.md": { | |
"title": "cookies.set()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/cookies/set", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Cookies", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"set" | |
], | |
"browser-compat": "webextensions.api.cookies.set" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/devtools/index.md": { | |
"title": "devtools", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/devtools", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Reference", | |
"WebExtensions", | |
"devtools.inspectedWindow", | |
"devtools.network", | |
"devtools.panels" | |
], | |
"browser-compat": "webextensions.api.devtools" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/devtools/inspectedwindow/eval/index.md": { | |
"title": "devtools.inspectedWindow.eval()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/devtools/inspectedWindow/eval", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Reference", | |
"Method", | |
"WebExtensions", | |
"devtools.inspectedWindow", | |
"eval" | |
], | |
"browser-compat": "webextensions.api.devtools.inspectedWindow.eval" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/devtools/inspectedwindow/index.md": { | |
"title": "devtools.inspectedWindow", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/devtools/inspectedWindow", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Reference", | |
"WebExtensions", | |
"devtools.inspectedWindow" | |
], | |
"browser-compat": "webextensions.api.devtools.inspectedWindow" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/devtools/inspectedwindow/reload/index.md": { | |
"title": "devtools.inspectedWindow.reload()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/devtools/inspectedWindow/reload", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Reference", | |
"Method", | |
"WebExtensions", | |
"devtools.inspectedWindow", | |
"reload" | |
], | |
"browser-compat": "webextensions.api.devtools.inspectedWindow.reload" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/devtools/inspectedwindow/tabid/index.md": { | |
"title": "devtools.inspectedWindow.tabId", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/devtools/inspectedWindow/tabId", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Reference", | |
"Property", | |
"WebExtensions", | |
"devtools.inspectedWindow", | |
"tabId" | |
], | |
"browser-compat": "webextensions.api.devtools.inspectedWindow.tabId" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/devtools/network/gethar/index.md": { | |
"title": "devtools.network.getHAR()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/devtools/network/getHAR", | |
"tags": [ | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"WebExtensions", | |
"devtools.network", | |
"getHAR" | |
], | |
"browser-compat": "webextensions.api.devtools.network.getHAR" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/devtools/network/index.md": { | |
"title": "devtools.network", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/devtools/network", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Reference", | |
"WebExtensions", | |
"devtools.network" | |
], | |
"browser-compat": "webextensions.api.devtools.network" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/devtools/network/onnavigated/index.md": { | |
"title": "devtools.network.onNavigated", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/devtools/network/onNavigated", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Reference", | |
"Event", | |
"WebExtensions", | |
"devtools.network" | |
], | |
"browser-compat": "webextensions.api.devtools.network.onNavigated" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/devtools/network/onrequestfinished/index.md": { | |
"title": "devtools.network.onRequestFinished", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/devtools/network/onRequestFinished", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Reference", | |
"Event", | |
"WebExtensions", | |
"devtools.network", | |
"onRequestFinished" | |
], | |
"browser-compat": "webextensions.api.devtools.network.onRequestFinished" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/devtools/panels/create/index.md": { | |
"title": "devtools.panels.create()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/devtools/panels/create", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Create", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"devtools.panels" | |
], | |
"browser-compat": "webextensions.api.devtools.panels.create" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/devtools/panels/elements/index.md": { | |
"title": "devtools.panels.elements", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/devtools/panels/elements", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Elements", | |
"Extensions", | |
"Property", | |
"Reference", | |
"WebExtensions", | |
"devtools.panels" | |
], | |
"browser-compat": "webextensions.api.devtools.panels.elements" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/devtools/panels/elementspanel/createsidebarpane/index.md": { | |
"title": "devtools.panels.ElementsPanel.createSidebarPane()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/devtools/panels/ElementsPanel/createSidebarPane", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"DevTools", | |
"Method", | |
"Extensions", | |
"Reference", | |
"WebExtensions", | |
"createSidebarPane", | |
"devtools.panels" | |
], | |
"browser-compat": "webextensions.api.devtools.panels.ElementsPanel.createSidebarPane" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/devtools/panels/elementspanel/index.md": { | |
"title": "devtools.panels.ElementsPanel", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/devtools/panels/ElementsPanel", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"DevTools", | |
"Type", | |
"Extensions", | |
"Reference", | |
"WebExtensions", | |
"devtools.panels", | |
"devtools.panels.ElementsPanel" | |
], | |
"browser-compat": "webextensions.api.devtools.panels.ElementsPanel" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/devtools/panels/elementspanel/onselectionchanged/index.md": { | |
"title": "onSelectionChanged", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/devtools/panels/ElementsPanel/onSelectionChanged", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"DevTools", | |
"Event", | |
"Extensions", | |
"Reference", | |
"WebExtensions", | |
"devtools.panels", | |
"devtools.panelsElementsPanel" | |
], | |
"browser-compat": "webextensions.api.devtools.panels.ElementsPanel.onSelectionChanged" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/devtools/panels/extensionpanel/index.md": { | |
"title": "devtools.panels.ExtensionPanel", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/devtools/panels/ExtensionPanel", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Type", | |
"Reference", | |
"WebExtensions", | |
"devtools.panels" | |
], | |
"browser-compat": "webextensions.api.devtools.panels.ExtensionPanel" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/devtools/panels/extensionsidebarpane/index.md": { | |
"title": "devtools.panels.ExtensionSidebarPane", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/devtools/panels/ExtensionSidebarPane", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"DevTools", | |
"Extensions", | |
"Type", | |
"Reference", | |
"WebExtensions", | |
"devtools.panels", | |
"devtools.panels.ExtensionSidebarPane" | |
], | |
"browser-compat": "webextensions.api.devtools.panels.ExtensionSidebarPane" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/devtools/panels/extensionsidebarpane/onhidden/index.md": { | |
"title": "devtools.panels.ExtensionSidebarPane.onHidden", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/devtools/panels/ExtensionSidebarPane/onHidden", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"ExtensionSidebarPane", | |
"Extensions", | |
"Event", | |
"Reference", | |
"WebExtensions", | |
"devtools.panels", | |
"onHidden" | |
], | |
"browser-compat": "webextensions.api.devtools.panels.ExtensionSidebarPane.onHidden" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/devtools/panels/extensionsidebarpane/onshown/index.md": { | |
"title": "devtools.panels.ExtensionSidebarPane.onShown", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/devtools/panels/ExtensionSidebarPane/onShown", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"ExtensionSidebarPane", | |
"Extensions", | |
"Event", | |
"Reference", | |
"WebExtensions", | |
"devtools.panels", | |
"onShown" | |
], | |
"browser-compat": "webextensions.api.devtools.panels.ExtensionSidebarPane.onShown" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/devtools/panels/extensionsidebarpane/setexpression/index.md": { | |
"title": "devtools.panels.ElementsPanel.setExpression()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/devtools/panels/ExtensionSidebarPane/setExpression", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"devtools.panels", | |
"setExpression" | |
], | |
"browser-compat": "webextensions.api.devtools.panels.ExtensionSidebarPane.setExpression" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/devtools/panels/extensionsidebarpane/setobject/index.md": { | |
"title": "devtools.panels.ExtensionSidebarPane.setObject()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/devtools/panels/ExtensionSidebarPane/setObject", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"devtools.panels", | |
"setObject" | |
], | |
"browser-compat": "webextensions.api.devtools.panels.ExtensionSidebarPane.setObject" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/devtools/panels/extensionsidebarpane/setpage/index.md": { | |
"title": "devtools.panels.ExtensionSidebarPane.setPage()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/devtools/panels/ExtensionSidebarPane/setPage", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"setPage" | |
], | |
"browser-compat": "webextensions.api.devtools.panels.ExtensionSidebarPane.setPage" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/devtools/panels/index.md": { | |
"title": "devtools.panels", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/devtools/panels", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Reference", | |
"WebExtensions", | |
"devtools.panels" | |
], | |
"browser-compat": "webextensions.api.devtools.panels" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/devtools/panels/onthemechanged/index.md": { | |
"title": "devtools.panels.onThemeChanged", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/devtools/panels/onThemeChanged", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"DevTools", | |
"Reference", | |
"Event", | |
"WebExtensions", | |
"devtools.panels", | |
"onThemeChanged" | |
], | |
"browser-compat": "webextensions.api.devtools.panels.onThemeChanged" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/devtools/panels/themename/index.md": { | |
"title": "devtools.panels.themeName", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/devtools/panels/themeName", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"DevTools", | |
"Reference", | |
"Property", | |
"WebExtensions", | |
"devtools.panels", | |
"themeName" | |
], | |
"browser-compat": "webextensions.api.devtools.panels.themeName" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/dns/index.md": { | |
"title": "dns", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/dns", | |
"tags": ["API", "Add-ons", "DNS", "Extensions", "WebExtensions"], | |
"browser-compat": "webextensions.api.dns" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/dns/resolve/index.md": { | |
"title": "dns.resolve()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/dns/resolve", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"DNS", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"resolve" | |
], | |
"browser-compat": "webextensions.api.dns.resolve" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/downloads/acceptdanger/index.md": { | |
"title": "downloads.acceptDanger()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/downloads/acceptDanger", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"acceptDanger", | |
"downloads" | |
], | |
"browser-compat": "webextensions.api.downloads.acceptDanger" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/downloads/booleandelta/index.md": { | |
"title": "downloads.BooleanDelta", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/downloads/BooleanDelta", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"BooleanDelta", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"downloads" | |
], | |
"browser-compat": "webextensions.api.downloads.BooleanDelta" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/downloads/cancel/index.md": { | |
"title": "downloads.cancel()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/downloads/cancel", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"cancel", | |
"downloads" | |
], | |
"browser-compat": "webextensions.api.downloads.cancel" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/downloads/dangertype/index.md": { | |
"title": "downloads.DangerType", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/downloads/DangerType", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"DangerType", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"downloads" | |
], | |
"browser-compat": "webextensions.api.downloads.DangerType" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/downloads/doubledelta/index.md": { | |
"title": "downloads.DoubleDelta", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/downloads/DoubleDelta", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"DoubleDelta", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"downloads" | |
], | |
"browser-compat": "webextensions.api.downloads.DoubleDelta" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/downloads/download/index.md": { | |
"title": "downloads.download()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/downloads/download", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"download", | |
"downloads" | |
], | |
"browser-compat": "webextensions.api.downloads.download" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/downloads/downloaditem/index.md": { | |
"title": "downloads.DownloadItem", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/downloads/DownloadItem", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"DownloadItem", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"downloads" | |
], | |
"browser-compat": "webextensions.api.downloads.DownloadItem" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/downloads/downloadquery/index.md": { | |
"title": "downloads.DownloadQuery", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/downloads/DownloadQuery", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"DownloadQuery", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"downloads" | |
], | |
"browser-compat": "webextensions.api.downloads.DownloadQuery" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/downloads/downloadtime/index.md": { | |
"title": "downloads.DownloadTime", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/downloads/DownloadTime", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"DownloadTime", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"downloads" | |
], | |
"browser-compat": "webextensions.api.downloads.DownloadTime" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/downloads/drag/index.md": { | |
"title": "downloads.drag()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/downloads/drag", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Drag", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"downloads" | |
], | |
"browser-compat": "webextensions.api.downloads.drag" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/downloads/erase/index.md": { | |
"title": "downloads.erase()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/downloads/erase", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"downloads", | |
"erase" | |
], | |
"browser-compat": "webextensions.api.downloads.erase" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/downloads/filenameconflictaction/index.md": { | |
"title": "downloads.FilenameConflictAction", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/downloads/FilenameConflictAction", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"FilenameConflictAction", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"downloads" | |
], | |
"browser-compat": "webextensions.api.downloads.FilenameConflictAction" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/downloads/getfileicon/index.md": { | |
"title": "downloads.getFileIcon()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/downloads/getFileIcon", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"downloads", | |
"getFileIcon" | |
], | |
"browser-compat": "webextensions.api.downloads.getFileIcon" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/downloads/index.md": { | |
"title": "downloads", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/downloads", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Interface", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"downloads" | |
], | |
"browser-compat": "webextensions.api.downloads" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/downloads/interruptreason/index.md": { | |
"title": "downloads.InterruptReason", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/downloads/InterruptReason", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"InterruptReason", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"downloads" | |
], | |
"browser-compat": "webextensions.api.downloads.InterruptReason" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/downloads/onchanged/index.md": { | |
"title": "downloads.onChanged", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/downloads/onChanged", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"downloads", | |
"onChanged" | |
], | |
"browser-compat": "webextensions.api.downloads.onChanged" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/downloads/oncreated/index.md": { | |
"title": "downloads.onCreated", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/downloads/onCreated", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"downloads", | |
"onCreated" | |
], | |
"browser-compat": "webextensions.api.downloads.onCreated" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/downloads/onerased/index.md": { | |
"title": "downloads.onErased", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/downloads/onErased", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"downloads", | |
"onErased" | |
], | |
"browser-compat": "webextensions.api.downloads.onErased" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/downloads/open/index.md": { | |
"title": "downloads.open()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/downloads/open", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"downloads", | |
"open" | |
], | |
"browser-compat": "webextensions.api.downloads.open" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/downloads/pause/index.md": { | |
"title": "downloads.pause()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/downloads/pause", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"downloads", | |
"pause" | |
], | |
"browser-compat": "webextensions.api.downloads.pause" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/downloads/removefile/index.md": { | |
"title": "downloads.removeFile()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/downloads/removeFile", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"downloads", | |
"removeFile" | |
], | |
"browser-compat": "webextensions.api.downloads.removeFile" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/downloads/resume/index.md": { | |
"title": "downloads.resume()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/downloads/resume", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"downloads", | |
"resume" | |
], | |
"browser-compat": "webextensions.api.downloads.resume" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/downloads/search/index.md": { | |
"title": "downloads.search()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/downloads/search", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"Search", | |
"WebExtensions", | |
"downloads" | |
], | |
"browser-compat": "webextensions.api.downloads.search" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/downloads/setshelfenabled/index.md": { | |
"title": "downloads.setShelfEnabled()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/downloads/setShelfEnabled", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"downloads", | |
"setShelfEnabled" | |
], | |
"browser-compat": "webextensions.api.downloads.setShelfEnabled" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/downloads/show/index.md": { | |
"title": "downloads.show()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/downloads/show", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"downloads", | |
"show" | |
], | |
"browser-compat": "webextensions.api.downloads.show" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/downloads/showdefaultfolder/index.md": { | |
"title": "downloads.showDefaultFolder()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/downloads/showDefaultFolder", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"downloads", | |
"showDefaultFolder" | |
], | |
"browser-compat": "webextensions.api.downloads.showDefaultFolder" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/downloads/state/index.md": { | |
"title": "downloads.State", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/downloads/State", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"downloads", | |
"state" | |
], | |
"browser-compat": "webextensions.api.downloads.State" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/downloads/stringdelta/index.md": { | |
"title": "downloads.StringDelta", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/downloads/StringDelta", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"StringDelta", | |
"Type", | |
"WebExtensions", | |
"downloads" | |
], | |
"browser-compat": "webextensions.api.downloads.StringDelta" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/events/event/index.md": { | |
"title": "events.Event", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/events/Event", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"events" | |
], | |
"browser-compat": "webextensions.api.events.Event" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/events/index.md": { | |
"title": "events", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/events", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Interface", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"events" | |
], | |
"browser-compat": "webextensions.api.events" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/events/rule/index.md": { | |
"title": "events.Rule", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/events/Rule", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"Rule", | |
"Type", | |
"WebExtensions", | |
"events" | |
], | |
"browser-compat": "webextensions.api.events.Rule" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/events/urlfilter/index.md": { | |
"title": "events.UrlFilter", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/events/UrlFilter", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"UrlFilter", | |
"WebExtensions", | |
"events" | |
], | |
"browser-compat": "webextensions.api.events.UrlFilter" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/extension/getbackgroundpage/index.md": { | |
"title": "extension.getBackgroundPage()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/extension/getBackgroundPage", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extension", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"getBackgroundPage" | |
], | |
"browser-compat": "webextensions.api.extension.getBackgroundPage" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/extension/getextensiontabs/index.md": { | |
"title": "extension.getExtensionTabs()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/extension/getExtensionTabs", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extension", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"getExtensionTabs" | |
], | |
"browser-compat": "webextensions.api.extension.getExtensionTabs" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/extension/geturl/index.md": { | |
"title": "extension.getURL()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/extension/getURL", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Deprecated", | |
"Extension", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"getURL" | |
], | |
"browser-compat": "webextensions.api.extension.getURL" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/extension/getviews/index.md": { | |
"title": "extension.getViews()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/extension/getViews", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extension", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"getViews" | |
], | |
"browser-compat": "webextensions.api.extension.getViews" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/extension/index.md": { | |
"title": "extension", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/extension", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extension", | |
"Extensions", | |
"Interface", | |
"Reference", | |
"WebExtensions" | |
], | |
"browser-compat": "webextensions.api.extension" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/extension/inincognitocontext/index.md": { | |
"title": "extension.inIncognitoContext", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/extension/inIncognitoContext", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extension", | |
"Extensions", | |
"Non-standard", | |
"Property", | |
"Reference", | |
"WebExtensions", | |
"inIncognitoContext" | |
], | |
"browser-compat": "webextensions.api.extension.inIncognitoContext" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/extension/isallowedfileschemeaccess/index.md": { | |
"title": "extension.isAllowedFileSchemeAccess()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/extension/isAllowedFileSchemeAccess", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extension", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"isAllowedFileSchemeAccess" | |
], | |
"browser-compat": "webextensions.api.extension.isAllowedFileSchemeAccess" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/extension/isallowedincognitoaccess/index.md": { | |
"title": "extension.isAllowedIncognitoAccess()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/extension/isAllowedIncognitoAccess", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extension", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"isAllowedIncognitoAccess" | |
], | |
"browser-compat": "webextensions.api.extension.isAllowedIncognitoAccess" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/extension/lasterror/index.md": { | |
"title": "extension.lastError", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/extension/lastError", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extension", | |
"Extensions", | |
"Non-standard", | |
"Property", | |
"Reference", | |
"WebExtensions", | |
"lastError" | |
], | |
"browser-compat": "webextensions.api.extension.lastError" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/extension/onrequest/index.md": { | |
"title": "extension.onRequest", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/extension/onRequest", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extension", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onRequest" | |
], | |
"browser-compat": "webextensions.api.extension.onRequest" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/extension/onrequestexternal/index.md": { | |
"title": "extension.onRequestExternal", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/extension/onRequestExternal", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extension", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onRequestExternal" | |
], | |
"browser-compat": "webextensions.api.extension.onRequestExternal" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/extension/sendrequest/index.md": { | |
"title": "extension.sendRequest()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/extension/sendRequest", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Deprecated", | |
"Extension", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"sendRequest" | |
], | |
"browser-compat": "webextensions.api.extension.sendRequest" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/extension/setupdateurldata/index.md": { | |
"title": "extension.setUpdateUrlData()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/extension/setUpdateUrlData", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extension", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"setUpdateUrlData" | |
], | |
"browser-compat": "webextensions.api.extension.setUpdateUrlData" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/extension/viewtype/index.md": { | |
"title": "extension.ViewType", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/extension/ViewType", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extension", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"ViewType", | |
"WebExtensions" | |
], | |
"browser-compat": "webextensions.api.extension.ViewType" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/extensiontypes/imagedetails/index.md": { | |
"title": "extensionTypes.ImageDetails", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/extensionTypes/ImageDetails", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"ImageDetails", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"extensionTypes" | |
], | |
"browser-compat": "webextensions.api.extensionTypes.ImageDetails" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/extensiontypes/imageformat/index.md": { | |
"title": "extensionTypes.ImageFormat", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/extensionTypes/ImageFormat", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"ImageFormat", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"extensionTypes" | |
], | |
"browser-compat": "webextensions.api.extensionTypes.ImageFormat" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/extensiontypes/index.md": { | |
"title": "extensionTypes", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/extensionTypes", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Interface", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"extensionTypes" | |
], | |
"browser-compat": "webextensions.api.extensionTypes" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/extensiontypes/injectdetails/index.md": { | |
"title": "extensionTypes.InjectDetails", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/extensionTypes/InjectDetails", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"InjectDetails", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"extensionTypes" | |
] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/extensiontypes/runat/index.md": { | |
"title": "extensionTypes.RunAt", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/extensionTypes/RunAt", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"RunAt", | |
"Type", | |
"WebExtensions", | |
"extensionTypes" | |
], | |
"browser-compat": "webextensions.api.extensionTypes.RunAt" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/find/find/index.md": { | |
"title": "find.find()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/find/find", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"find" | |
], | |
"browser-compat": "webextensions.api.find.find" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/find/highlightresults/index.md": { | |
"title": "find.highlightResults()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/find/highlightResults", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"find", | |
"highlightResults" | |
], | |
"browser-compat": "webextensions.api.find.highlightResults" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/find/index.md": { | |
"title": "find", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/find", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Reference", | |
"WebExtensions", | |
"find" | |
] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/find/removehighlighting/index.md": { | |
"title": "find.removeHighlighting()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/find/removeHighlighting", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"find", | |
"removeHighlighting" | |
], | |
"browser-compat": "webextensions.api.find.removeHighlighting" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/history/addurl/index.md": { | |
"title": "history.addUrl()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/history/addUrl", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"History", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"addUrl" | |
], | |
"browser-compat": "webextensions.api.history.addUrl" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/history/deleteall/index.md": { | |
"title": "history.deleteAll()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/history/deleteAll", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"History", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"deleteAll" | |
], | |
"browser-compat": "webextensions.api.history.deleteAll" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/history/deleterange/index.md": { | |
"title": "history.deleteRange()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/history/deleteRange", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"History", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"deleteRange" | |
], | |
"browser-compat": "webextensions.api.history.deleteRange" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/history/deleteurl/index.md": { | |
"title": "history.deleteUrl()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/history/deleteUrl", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"History", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"deleteUrl" | |
], | |
"browser-compat": "webextensions.api.history.deleteUrl" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/history/getvisits/index.md": { | |
"title": "history.getVisits()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/history/getVisits", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"History", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"getVisits" | |
], | |
"browser-compat": "webextensions.api.history.getVisits" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/history/historyitem/index.md": { | |
"title": "history.HistoryItem", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/history/HistoryItem", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"History", | |
"HistoryItem", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions" | |
], | |
"browser-compat": "webextensions.api.history.HistoryItem" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/history/index.md": { | |
"title": "history", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/history", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"History", | |
"Interface", | |
"Non-standard", | |
"Reference", | |
"WebExtensions" | |
], | |
"browser-compat": "webextensions.api.history" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/history/ontitlechanged/index.md": { | |
"title": "history.onTitleChanged", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/history/onTitleChanged", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"History", | |
"Reference", | |
"WebExtensions", | |
"onTitleChanged" | |
], | |
"browser-compat": "webextensions.api.history.onTitleChanged" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/history/onvisited/index.md": { | |
"title": "history.onVisited", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/history/onVisited", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"History", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onVisited" | |
], | |
"browser-compat": "webextensions.api.history.onVisited" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/history/onvisitremoved/index.md": { | |
"title": "history.onVisitRemoved", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/history/onVisitRemoved", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"History", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onVisitRemoved" | |
], | |
"browser-compat": "webextensions.api.history.onVisitRemoved" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/history/search/index.md": { | |
"title": "history.search()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/history/search", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"History", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"Search", | |
"WebExtensions" | |
], | |
"browser-compat": "webextensions.api.history.search" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/history/transitiontype/index.md": { | |
"title": "history.TransitionType", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/history/TransitionType", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"History", | |
"Non-standard", | |
"Reference", | |
"TransitionType", | |
"Type", | |
"WebExtensions" | |
], | |
"browser-compat": "webextensions.api.history.TransitionType" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/history/visititem/index.md": { | |
"title": "history.VisitItem", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/history/VisitItem", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"History", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"VisitItem", | |
"WebExtensions" | |
], | |
"browser-compat": "webextensions.api.history.VisitItem" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/i18n/detectlanguage/index.md": { | |
"title": "i18n.detectLanguage()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/i18n/detectLanguage", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"detectLanguage", | |
"i18n" | |
], | |
"browser-compat": "webextensions.api.i18n.detectLanguage" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/i18n/getacceptlanguages/index.md": { | |
"title": "i18n.getAcceptLanguages()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/i18n/getAcceptLanguages", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"getAcceptLanguages", | |
"i18n" | |
], | |
"browser-compat": "webextensions.api.i18n.getAcceptLanguages" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/i18n/getmessage/index.md": { | |
"title": "i18n.getMessage()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/i18n/getMessage", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"getMessage", | |
"i18n" | |
], | |
"browser-compat": "webextensions.api.i18n.getMessage" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/i18n/getuilanguage/index.md": { | |
"title": "i18n.getUILanguage()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/i18n/getUILanguage", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"getUILanguage", | |
"i18n" | |
], | |
"browser-compat": "webextensions.api.i18n.getUILanguage" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/i18n/index.md": { | |
"title": "i18n", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/i18n", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Interface", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"i18n" | |
], | |
"browser-compat": "webextensions.api.i18n" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/i18n/languagecode/index.md": { | |
"title": "i18n.LanguageCode", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/i18n/LanguageCode", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"LanguageCode", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"i18n" | |
], | |
"browser-compat": "webextensions.api.i18n.LanguageCode" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/i18n/locale-specific_message_reference/index.md": { | |
"title": "Locale-specific message reference", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/i18n/Locale-Specific_Message_reference", | |
"tags": [ | |
"Internationalization", | |
"Localization", | |
"Reference", | |
"String", | |
"WebExtensions", | |
"i18n", | |
"message", | |
"messages.json", | |
"placeholders" | |
] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/identity/getredirecturl/index.md": { | |
"title": "identity.getRedirectURL()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/identity/getRedirectURL", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Identity", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"getRedirectURL" | |
], | |
"browser-compat": "webextensions.api.identity.getRedirectURL" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/identity/index.md": { | |
"title": "identity", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/identity", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Identity", | |
"Reference", | |
"WebExtensions" | |
], | |
"browser-compat": "webextensions.api.identity" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/identity/launchwebauthflow/index.md": { | |
"title": "identity.launchWebAuthFlow", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/identity/launchWebAuthFlow", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Identity", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"launchWebAuthFlow" | |
], | |
"browser-compat": "webextensions.api.identity.launchWebAuthFlow" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/idle/idlestate/index.md": { | |
"title": "idle.IdleState", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/idle/IdleState", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Idle", | |
"IdleState", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions" | |
], | |
"browser-compat": "webextensions.api.idle.IdleState" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/idle/index.md": { | |
"title": "idle", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/idle", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Idle", | |
"Interface", | |
"Non-standard", | |
"Reference", | |
"WebExtensions" | |
], | |
"browser-compat": "webextensions.api.idle" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/idle/onstatechanged/index.md": { | |
"title": "idle.onStateChanged", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/idle/onStateChanged", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Idle", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onStateChanged" | |
], | |
"browser-compat": "webextensions.api.idle.onStateChanged" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/idle/querystate/index.md": { | |
"title": "idle.queryState()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/idle/queryState", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Idle", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"queryState" | |
], | |
"browser-compat": "webextensions.api.idle.queryState" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/idle/setdetectioninterval/index.md": { | |
"title": "idle.setDetectionInterval()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/idle/setDetectionInterval", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Idle", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"setDetectionInterval" | |
], | |
"browser-compat": "webextensions.api.idle.setDetectionInterval" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/index.md": { | |
"title": "JavaScript APIs", | |
"slug": "Mozilla/Add-ons/WebExtensions/API", | |
"tags": ["WebExtensions"] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/management/extensioninfo/index.md": { | |
"title": "ExtensionInfo", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/management/ExtensionInfo", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"ExtensionInfo", | |
"Extensions", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"management" | |
], | |
"browser-compat": "webextensions.api.management.ExtensionInfo" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/management/get/index.md": { | |
"title": "management.get()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/management/get", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"get", | |
"management" | |
], | |
"browser-compat": "webextensions.api.management.get" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/management/getall/index.md": { | |
"title": "management.getAll()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/management/getAll", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"getAll", | |
"management" | |
], | |
"browser-compat": "webextensions.api.management.getAll" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/management/getpermissionwarningsbyid/index.md": { | |
"title": "management.getPermissionWarningsById()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/management/getPermissionWarningsById", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"getPermissionWarningsById", | |
"management" | |
], | |
"browser-compat": "webextensions.api.management.getPermissionWarningsById" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/management/getpermissionwarningsbymanifest/index.md": { | |
"title": "management.getPermissionWarningsByManifest()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/management/getPermissionWarningsByManifest", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"getPermissionWarningsByManifest", | |
"management" | |
], | |
"browser-compat": "webextensions.api.management.getPermissionWarningsByManifest" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/management/getself/index.md": { | |
"title": "management.getSelf()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/management/getSelf", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"getSelf", | |
"management" | |
], | |
"browser-compat": "webextensions.api.management.getSelf" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/management/index.md": { | |
"title": "management", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/management", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Reference", | |
"WebExtensions", | |
"management" | |
], | |
"browser-compat": "webextensions.api.management" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/management/install/index.md": { | |
"title": "management.install()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/management/install", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Method", | |
"Reference", | |
"Theme", | |
"WebExtensions", | |
"install", | |
"management" | |
], | |
"browser-compat": "webextensions.api.management.install" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/management/ondisabled/index.md": { | |
"title": "management.onDisabled()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/management/onDisabled", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Reference", | |
"WebExtensions", | |
"management", | |
"onDisabled" | |
], | |
"browser-compat": "webextensions.api.management.onDisabled" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/management/onenabled/index.md": { | |
"title": "management.onEnabled()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/management/onEnabled", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Reference", | |
"WebExtensions", | |
"management", | |
"onEnabled" | |
], | |
"browser-compat": "webextensions.api.management.onEnabled" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/management/oninstalled/index.md": { | |
"title": "management.onInstalled()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/management/onInstalled", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Reference", | |
"WebExtensions", | |
"management", | |
"onInstalled" | |
], | |
"browser-compat": "webextensions.api.management.onInstalled" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/management/onuninstalled/index.md": { | |
"title": "management.onUninstalled()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/management/onUninstalled", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Reference", | |
"WebExtensions", | |
"management", | |
"onUninstalled" | |
], | |
"browser-compat": "webextensions.api.management.onUninstalled" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/management/setenabled/index.md": { | |
"title": "management.setEnabled()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/management/setEnabled", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"management", | |
"setEnabled" | |
], | |
"browser-compat": "webextensions.api.management.setEnabled" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/management/uninstall/index.md": { | |
"title": "management.uninstall()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/management/uninstall", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"management", | |
"uninstall" | |
], | |
"browser-compat": "webextensions.api.management.uninstall" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/management/uninstallself/index.md": { | |
"title": "management.uninstallSelf()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/management/uninstallSelf", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"management", | |
"uninstallSelf" | |
], | |
"browser-compat": "webextensions.api.management.uninstallSelf" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/menus/action_menu_top_level_limit/index.md": { | |
"title": "menus.ACTION_MENU_TOP_LEVEL_LIMIT", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/menus/ACTION_MENU_TOP_LEVEL_LIMIT", | |
"tags": [ | |
"ACTION_MENU_TOP_LEVEL_LIMIT", | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Property", | |
"Reference", | |
"WebExtensions", | |
"contextMenus" | |
], | |
"browser-compat": "webextensions.api.menus.ACTION_MENU_TOP_LEVEL_LIMIT" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/menus/contexttype/index.md": { | |
"title": "menus.ContextType", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/menus/ContextType", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"ContextType", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"contextMenus", | |
"menus" | |
], | |
"browser-compat": "webextensions.api.menus.ContextType" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/menus/create/index.md": { | |
"title": "menus.create()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/menus/create", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Create", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"contextMenus" | |
], | |
"browser-compat": "webextensions.api.menus.create" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/menus/createproperties/index.md": { | |
"title": "createProperties", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/menus/createProperties", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"WebExtensions", | |
"contextMenus", | |
"createProperties" | |
], | |
"browser-compat": "webextensions.api.menus.createProperties" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/menus/gettargetelement/index.md": { | |
"title": "menus.getTargetElement()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/menus/getTargetElement", | |
"tags": [ | |
"API", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"getTargetElement", | |
"menus" | |
], | |
"browser-compat": "webextensions.api.menus.getTargetElement" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/menus/index.md": { | |
"title": "menus", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/menus", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Interface", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"contextMenus", | |
"menus" | |
] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/menus/itemtype/index.md": { | |
"title": "menus.ItemType", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/menus/ItemType", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"contextMenus", | |
"itemtype" | |
], | |
"browser-compat": "webextensions.api.menus.ItemType" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/menus/onclickdata/index.md": { | |
"title": "menus.OnClickData", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/menus/OnClickData", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"OnClickData", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"contextMenus" | |
], | |
"browser-compat": "webextensions.api.menus.OnClickData" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/menus/onclicked/index.md": { | |
"title": "menus.onClicked", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/menus/onClicked", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"contextMenus", | |
"onClicked" | |
], | |
"browser-compat": "webextensions.api.menus.onClicked" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/menus/onhidden/index.md": { | |
"title": "menus.onHidden", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/menus/onHidden", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Reference", | |
"WebExtensions", | |
"menus", | |
"onHidden" | |
], | |
"browser-compat": "webextensions.api.menus.onHidden" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/menus/onshown/index.md": { | |
"title": "menus.onShown", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/menus/onShown", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Reference", | |
"WebExtensions", | |
"menus", | |
"onShown" | |
], | |
"browser-compat": "webextensions.api.menus.onShown" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/menus/overridecontext/index.md": { | |
"title": "menus.overrideContext()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/menus/overrideContext", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Create", | |
"Extensions", | |
"Method", | |
"WebExtensions", | |
"contextMenus" | |
] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/menus/refresh/index.md": { | |
"title": "menus.refresh()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/menus/refresh", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"menus", | |
"refresh" | |
], | |
"browser-compat": "webextensions.api.menus.refresh" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/menus/remove/index.md": { | |
"title": "menus.remove()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/menus/remove", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"contextMenus", | |
"remove" | |
], | |
"browser-compat": "webextensions.api.menus.remove" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/menus/removeall/index.md": { | |
"title": "menus.removeAll()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/menus/removeAll", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"contextMenus", | |
"menus", | |
"removeAll" | |
], | |
"browser-compat": "webextensions.api.menus.removeAll" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/menus/update/index.md": { | |
"title": "menus.update()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/menus/update", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"Update", | |
"WebExtensions", | |
"contextMenus" | |
], | |
"browser-compat": "webextensions.api.menus.update" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/notifications/clear/index.md": { | |
"title": "notifications.clear()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/notifications/clear", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Notifications", | |
"Reference", | |
"WebExtensions", | |
"clear" | |
], | |
"browser-compat": "webextensions.api.notifications.clear" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/notifications/create/index.md": { | |
"title": "notifications.create()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/notifications/create", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Create", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Notifications", | |
"Reference", | |
"WebExtensions" | |
], | |
"browser-compat": "webextensions.api.notifications.create" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/notifications/getall/index.md": { | |
"title": "notifications.getAll()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/notifications/getAll", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Notifications", | |
"Reference", | |
"WebExtensions", | |
"getAll" | |
], | |
"browser-compat": "webextensions.api.notifications.getAll" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/notifications/index.md": { | |
"title": "notifications", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/notifications", | |
"tags": ["API", "Add-ons", "Extensions", "Notifications", "WebExtensions"], | |
"browser-compat": "webextensions.api.notifications" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/notifications/notificationoptions/index.md": { | |
"title": "notifications.NotificationOptions", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/notifications/NotificationOptions", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"NotificationOptions", | |
"Notifications", | |
"Reference", | |
"Type", | |
"WebExtensions" | |
], | |
"browser-compat": "webextensions.api.notifications.NotificationOptions" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/notifications/onbuttonclicked/index.md": { | |
"title": "notifications.onButtonClicked", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/notifications/onButtonClicked", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Notifications", | |
"Reference", | |
"WebExtensions", | |
"onButtonClicked" | |
], | |
"browser-compat": "webextensions.api.notifications.onButtonClicked" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/notifications/onclicked/index.md": { | |
"title": "notifications.onClicked", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/notifications/onClicked", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Notifications", | |
"Reference", | |
"WebExtensions", | |
"onClicked" | |
], | |
"browser-compat": "webextensions.api.notifications.onClicked" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/notifications/onclosed/index.md": { | |
"title": "notifications.onClosed", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/notifications/onClosed", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Notifications", | |
"Reference", | |
"WebExtensions", | |
"onClosed" | |
], | |
"browser-compat": "webextensions.api.notifications.onClosed" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/notifications/onshown/index.md": { | |
"title": "notifications.onShown", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/notifications/onShown", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Notifications", | |
"Reference", | |
"WebExtensions", | |
"events", | |
"onShown" | |
], | |
"browser-compat": "webextensions.api.notifications.onShown" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/notifications/templatetype/index.md": { | |
"title": "notifications.TemplateType", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/notifications/TemplateType", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Notifications", | |
"Reference", | |
"TemplateType", | |
"Type", | |
"WebExtensions" | |
], | |
"browser-compat": "webextensions.api.notifications.TemplateType" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/notifications/update/index.md": { | |
"title": "notifications.update()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/notifications/update", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Notifications", | |
"Reference", | |
"Update", | |
"WebExtensions" | |
], | |
"browser-compat": "webextensions.api.notifications.update" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/omnibox/index.md": { | |
"title": "omnibox", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/omnibox", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Reference", | |
"WebExtensions", | |
"omnibox" | |
], | |
"browser-compat": "webextensions.api.omnibox" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/omnibox/oninputcancelled/index.md": { | |
"title": "omnibox.onInputCancelled", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/omnibox/onInputCancelled", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Reference", | |
"WebExtensions", | |
"omnibox", | |
"onInputCancelled" | |
], | |
"browser-compat": "webextensions.api.omnibox.onInputCancelled" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/omnibox/oninputchanged/index.md": { | |
"title": "omnibox.onInputChanged", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/omnibox/onInputChanged", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Reference", | |
"WebExtensions", | |
"omnibox", | |
"onInputChanged" | |
], | |
"browser-compat": "webextensions.api.omnibox.onInputChanged" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/omnibox/oninputentered/index.md": { | |
"title": "omnibox.onInputEntered", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/omnibox/onInputEntered", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Reference", | |
"WebExtensions", | |
"omnibox", | |
"onInputEntered" | |
], | |
"browser-compat": "webextensions.api.omnibox.onInputEntered" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/omnibox/oninputentereddisposition/index.md": { | |
"title": "omnibox.OnInputEnteredDisposition", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/omnibox/OnInputEnteredDisposition", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"OnInputEnteredDisposition", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"omnibox" | |
], | |
"browser-compat": "webextensions.api.omnibox.OnInputEnteredDisposition" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/omnibox/oninputstarted/index.md": { | |
"title": "omnibox.onInputStarted", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/omnibox/onInputStarted", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Reference", | |
"WebExtensions", | |
"omnibox", | |
"onInputStarted" | |
], | |
"browser-compat": "webextensions.api.omnibox.onInputStarted" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/omnibox/setdefaultsuggestion/index.md": { | |
"title": "omnibox.setDefaultSuggestion()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/omnibox/setDefaultSuggestion", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"omnibox", | |
"setDefaultSuggestion" | |
], | |
"browser-compat": "webextensions.api.omnibox.setDefaultSuggestion" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/omnibox/suggestresult/index.md": { | |
"title": "omnibox.SuggestResult", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/omnibox/SuggestResult", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Reference", | |
"SuggestResult", | |
"Type", | |
"WebExtensions", | |
"omnibox" | |
], | |
"browser-compat": "webextensions.api.omnibox.SuggestResult" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/pageaction/getpopup/index.md": { | |
"title": "pageAction.getPopup()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/pageAction/getPopup", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"getPopup", | |
"pageAction" | |
], | |
"browser-compat": "webextensions.api.pageAction.getPopup" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/pageaction/gettitle/index.md": { | |
"title": "pageAction.getTitle()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/pageAction/getTitle", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"getTitle", | |
"pageAction" | |
], | |
"browser-compat": "webextensions.api.pageAction.getTitle" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/pageaction/hide/index.md": { | |
"title": "pageAction.hide()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/pageAction/hide", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"hide", | |
"pageAction" | |
], | |
"browser-compat": "webextensions.api.pageAction.hide" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/pageaction/imagedatatype/index.md": { | |
"title": "pageAction.ImageDataType", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/pageAction/ImageDataType", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"ImageDataType", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"pageAction" | |
], | |
"browser-compat": "webextensions.api.pageAction.ImageDataType" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/pageaction/index.md": { | |
"title": "pageAction", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/pageAction", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Interface", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"pageAction" | |
], | |
"browser-compat": "webextensions.api.pageAction" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/pageaction/isshown/index.md": { | |
"title": "pageAction.isShown()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/pageAction/isShown", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"isShown", | |
"pageAction" | |
], | |
"browser-compat": "webextensions.api.pageAction.isShown" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/pageaction/onclicked/index.md": { | |
"title": "pageAction.onClicked", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/pageAction/onClicked", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onClicked", | |
"pageAction" | |
], | |
"browser-compat": "webextensions.api.pageAction.onClicked" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/pageaction/openpopup/index.md": { | |
"title": "pageAction.openPopup()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/pageAction/openPopup", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"close", | |
"sidebarAction" | |
], | |
"browser-compat": "webextensions.api.pageAction.openPopup" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/pageaction/seticon/index.md": { | |
"title": "pageAction.setIcon()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/pageAction/setIcon", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"pageAction", | |
"setIcon" | |
], | |
"browser-compat": "webextensions.api.pageAction.setIcon" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/pageaction/setpopup/index.md": { | |
"title": "pageAction.setPopup()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/pageAction/setPopup", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"pageAction", | |
"setPopup" | |
], | |
"browser-compat": "webextensions.api.pageAction.setPopup" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/pageaction/settitle/index.md": { | |
"title": "pageAction.setTitle()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/pageAction/setTitle", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"pageAction", | |
"setTitle" | |
], | |
"browser-compat": "webextensions.api.pageAction.setTitle" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/pageaction/show/index.md": { | |
"title": "pageAction.show()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/pageAction/show", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"pageAction", | |
"show" | |
], | |
"browser-compat": "webextensions.api.pageAction.show" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/permissions/contains/index.md": { | |
"title": "permissions.contains()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/permissions/contains", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Contains", | |
"Method", | |
"Permissions", | |
"Reference", | |
"WebExtensions" | |
], | |
"browser-compat": "webextensions.api.permissions.contains" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/permissions/getall/index.md": { | |
"title": "permissions.getAll()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/permissions/getAll", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Method", | |
"Permissions", | |
"Reference", | |
"WebExtensions", | |
"getAll" | |
], | |
"browser-compat": "webextensions.api.permissions.getAll" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/permissions/index.md": { | |
"title": "permissions", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/permissions", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Permissions", | |
"Reference", | |
"WebExtensions" | |
], | |
"browser-compat": "webextensions.api.permissions" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/permissions/onadded/index.md": { | |
"title": "permissions.onAdded", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/permissions/onAdded", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Permissions", | |
"Reference", | |
"WebExtensions", | |
"onAdded" | |
], | |
"browser-compat": "webextensions.api.permissions.onAdded" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/permissions/onremoved/index.md": { | |
"title": "permissions.onRemoved", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/permissions/onRemoved", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Permissions", | |
"Reference", | |
"WebExtensions", | |
"onRemoved" | |
], | |
"browser-compat": "webextensions.api.permissions.onRemoved" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/permissions/permissions/index.md": { | |
"title": "Permissions", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/permissions/Permissions", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Permissions", | |
"Reference", | |
"Type", | |
"WebExtensions" | |
], | |
"browser-compat": "webextensions.api.permissions.Permissions" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/permissions/remove/index.md": { | |
"title": "permissions.remove()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/permissions/remove", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Method", | |
"Permissions", | |
"Reference", | |
"WebExtensions", | |
"remove" | |
], | |
"browser-compat": "webextensions.api.permissions.remove" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/permissions/request/index.md": { | |
"title": "permissions.request()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/permissions/request", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Method", | |
"Permissions", | |
"Reference", | |
"WebExtensions", | |
"request" | |
], | |
"browser-compat": "webextensions.api.permissions.request" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/pkcs11/getmoduleslots/index.md": { | |
"title": "pkcs11.getModuleSlots()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/pkcs11/getModuleSlots", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"getModuleSlots", | |
"pkcs11" | |
], | |
"browser-compat": "webextensions.api.pkcs11.getModuleSlots" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/pkcs11/index.md": { | |
"title": "pkcs11", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/pkcs11", | |
"tags": [ | |
"API", | |
"API Extensions", | |
"Add-ons", | |
"Extensions", | |
"Reference", | |
"Web", | |
"Web Development", | |
"WebExtensions", | |
"pkcs11" | |
] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/pkcs11/installmodule/index.md": { | |
"title": "pkcs11.installModule()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/pkcs11/installModule", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"installModule", | |
"pkcs11" | |
], | |
"browser-compat": "webextensions.api.pkcs11.installModule" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/pkcs11/ismoduleinstalled/index.md": { | |
"title": "pkcs11.isModuleInstalled()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/pkcs11/isModuleInstalled", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"isModuleInstalled", | |
"pkcs11" | |
], | |
"browser-compat": "webextensions.api.pkcs11.isModuleInstalled" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/pkcs11/uninstallmodule/index.md": { | |
"title": "pkcs11.uninstallModule()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/pkcs11/uninstallModule", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"pkcs11", | |
"uninstallModule" | |
], | |
"browser-compat": "webextensions.api.pkcs11.uninstallModule" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/privacy/index.md": { | |
"title": "privacy", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/privacy", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Privacy", | |
"Reference", | |
"WebExtensions" | |
], | |
"browser-compat": "webextensions.api.privacy" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/privacy/network/index.md": { | |
"title": "privacy.network", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/privacy/network", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Network", | |
"Privacy", | |
"Property", | |
"Reference", | |
"WebExtensions" | |
], | |
"browser-compat": "webextensions.api.privacy.network" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/privacy/services/index.md": { | |
"title": "privacy.services", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/privacy/services", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Privacy", | |
"Property", | |
"Reference", | |
"Services" | |
], | |
"browser-compat": "webextensions.api.privacy.services" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/privacy/websites/index.md": { | |
"title": "privacy.websites", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/privacy/websites", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Privacy", | |
"Property", | |
"Reference", | |
"WebExtensions", | |
"websites" | |
], | |
"browser-compat": "webextensions.api.privacy.websites" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/proxy/index.md": { | |
"title": "proxy", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/proxy", | |
"tags": ["API", "Add-ons", "Proxy", "WebExtensions"], | |
"browser-compat": "webextensions.api.proxy" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/proxy/onerror/index.md": { | |
"title": "proxy.onError", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/proxy/onError", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Proxy", | |
"Reference", | |
"WebExtensions", | |
"onProxyError" | |
], | |
"browser-compat": "webextensions.api.proxy.onError" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/proxy/onrequest/index.md": { | |
"title": "proxy.onRequest", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/proxy/onRequest", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Proxy", | |
"Reference", | |
"WebExtensions", | |
"onRequest" | |
], | |
"browser-compat": "webextensions.api.proxy.onRequest" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/proxy/proxyinfo/index.md": { | |
"title": "proxy.ProxyInfo", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/proxy/ProxyInfo", | |
"tags": [ | |
"Add-ons", | |
"Extensions", | |
"Proxy", | |
"ProxyInfo", | |
"Type", | |
"WebExtensions" | |
], | |
"browser-compat": "webextensions.api.proxy.ProxyInfo" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/proxy/register/index.md": { | |
"title": "proxy.register()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/proxy/register", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Function", | |
"Method", | |
"Proxy", | |
"Reference", | |
"WebExtensions", | |
"register", | |
"registerProxyScript" | |
], | |
"browser-compat": "webextensions.api.proxy.register" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/proxy/requestdetails/index.md": { | |
"title": "proxy.RequestDetails", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/proxy/RequestDetails", | |
"tags": [ | |
"Add-ons", | |
"Extensions", | |
"Proxy", | |
"RequestDetails", | |
"Type", | |
"WebExtensions" | |
], | |
"browser-compat": "webextensions.api.proxy.RequestDetails" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/proxy/settings/index.md": { | |
"title": "proxy.settings", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/proxy/settings", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Property", | |
"Proxy", | |
"Reference", | |
"Settings", | |
"WebExtensions" | |
], | |
"browser-compat": "webextensions.api.proxy.settings" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/proxy/unregister/index.md": { | |
"title": "proxy.unregister()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/proxy/unregister", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Proxy", | |
"Reference", | |
"WebExtensions", | |
"unregister" | |
], | |
"browser-compat": "webextensions.api.proxy.unregister" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/runtime/connect/index.md": { | |
"title": "runtime.connect()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/runtime/connect", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"connect", | |
"runtime" | |
], | |
"browser-compat": "webextensions.api.runtime.connect" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/runtime/connectnative/index.md": { | |
"title": "runtime.connectNative()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/runtime/connectNative", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"connectNative", | |
"runtime" | |
], | |
"browser-compat": "webextensions.api.runtime.connectNative" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/runtime/getbackgroundpage/index.md": { | |
"title": "runtime.getBackgroundPage()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/runtime/getBackgroundPage", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"getBackgroundPage", | |
"runtime" | |
], | |
"browser-compat": "webextensions.api.runtime.getBackgroundPage" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/runtime/getbrowserinfo/index.md": { | |
"title": "runtime.getBrowserInfo()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/runtime/getBrowserInfo", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"getBrowserInfo", | |
"runtime" | |
], | |
"browser-compat": "webextensions.api.runtime.getBrowserInfo" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/runtime/getmanifest/index.md": { | |
"title": "runtime.getManifest()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/runtime/getManifest", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"getManifest", | |
"runtime" | |
], | |
"browser-compat": "webextensions.api.runtime.getManifest" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/runtime/getpackagedirectoryentry/index.md": { | |
"title": "runtime.getPackageDirectoryEntry()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/runtime/getPackageDirectoryEntry", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"getPackageDirectoryEntry", | |
"runtime" | |
], | |
"browser-compat": "webextensions.api.runtime.getPackageDirectoryEntry" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/runtime/getplatforminfo/index.md": { | |
"title": "runtime.getPlatformInfo()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/runtime/getPlatformInfo", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"getPlatformInfo", | |
"runtime" | |
], | |
"browser-compat": "webextensions.api.runtime.getPlatformInfo" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/runtime/geturl/index.md": { | |
"title": "runtime.getURL()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/runtime/getURL", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"getURL", | |
"runtime" | |
], | |
"browser-compat": "webextensions.api.runtime.getURL" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/runtime/id/index.md": { | |
"title": "runtime.id", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/runtime/id", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Property", | |
"Reference", | |
"WebExtensions", | |
"id", | |
"runtime" | |
], | |
"browser-compat": "webextensions.api.runtime.id" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/runtime/index.md": { | |
"title": "runtime", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/runtime", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Interface", | |
"Reference", | |
"WebExtensions", | |
"runtime" | |
], | |
"browser-compat": "webextensions.api.runtime" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/runtime/lasterror/index.md": { | |
"title": "runtime.lastError", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/runtime/lastError", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Property", | |
"Reference", | |
"WebExtensions", | |
"lastError", | |
"runtime" | |
], | |
"browser-compat": "webextensions.api.runtime.lastError" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/runtime/messagesender/index.md": { | |
"title": "runtime.MessageSender", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/runtime/MessageSender", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"MessageSender", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"runtime" | |
], | |
"browser-compat": "webextensions.api.runtime.MessageSender" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/runtime/onbrowserupdateavailable/index.md": { | |
"title": "runtime.onBrowserUpdateAvailable", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/runtime/onBrowserUpdateAvailable", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Deprecated", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onBrowserUpdateAvailable", | |
"runtime" | |
], | |
"browser-compat": "webextensions.api.runtime.onBrowserUpdateAvailable" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/runtime/onconnect/index.md": { | |
"title": "runtime.onConnect", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/runtime/onConnect", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onconnect", | |
"runtime" | |
], | |
"browser-compat": "webextensions.api.runtime.onConnect" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/runtime/onconnectexternal/index.md": { | |
"title": "runtime.onConnectExternal", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/runtime/onConnectExternal", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onConnectExternal", | |
"runtime" | |
], | |
"browser-compat": "webextensions.api.runtime.onConnectExternal" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/runtime/oninstalled/index.md": { | |
"title": "runtime.onInstalled", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/runtime/onInstalled", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onInstalled", | |
"runtime" | |
], | |
"browser-compat": "webextensions.api.runtime.onInstalled" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/runtime/oninstalledreason/index.md": { | |
"title": "runtime.OnInstalledReason", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/runtime/OnInstalledReason", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"OnInstalledReason", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"runtime" | |
], | |
"browser-compat": "webextensions.api.runtime.OnInstalledReason" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/runtime/onmessage/index.md": { | |
"title": "runtime.onMessage", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/runtime/onMessage", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onmessage", | |
"runtime" | |
], | |
"browser-compat": "webextensions.api.runtime.onMessage" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/runtime/onmessageexternal/index.md": { | |
"title": "runtime.onMessageExternal", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/runtime/onMessageExternal", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onMessageExternal", | |
"runtime" | |
], | |
"browser-compat": "webextensions.api.runtime.onMessageExternal" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/runtime/onrestartrequired/index.md": { | |
"title": "runtime.onRestartRequired", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/runtime/onRestartRequired", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onRestartRequired", | |
"runtime" | |
], | |
"browser-compat": "webextensions.api.runtime.onRestartRequired" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/runtime/onrestartrequiredreason/index.md": { | |
"title": "runtime.OnRestartRequiredReason", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/runtime/OnRestartRequiredReason", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"OnRestartRequiredReason", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"runtime" | |
], | |
"browser-compat": "webextensions.api.runtime.OnRestartRequiredReason" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/runtime/onstartup/index.md": { | |
"title": "runtime.onStartup", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/runtime/onStartup", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onStartup", | |
"runtime" | |
], | |
"browser-compat": "webextensions.api.runtime.onStartup" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/runtime/onsuspend/index.md": { | |
"title": "runtime.onSuspend", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/runtime/onSuspend", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onSuspend", | |
"runtime" | |
], | |
"browser-compat": "webextensions.api.runtime.onSuspend" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/runtime/onsuspendcanceled/index.md": { | |
"title": "runtime.onSuspendCanceled", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/runtime/onSuspendCanceled", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onSuspendCanceled", | |
"runtime" | |
], | |
"browser-compat": "webextensions.api.runtime.onSuspendCanceled" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/runtime/onupdateavailable/index.md": { | |
"title": "runtime.onUpdateAvailable", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/runtime/onUpdateAvailable", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onUpdateAvailable", | |
"runtime" | |
], | |
"browser-compat": "webextensions.api.runtime.onUpdateAvailable" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/runtime/openoptionspage/index.md": { | |
"title": "runtime.openOptionsPage()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/runtime/openOptionsPage", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"openOptionsPage", | |
"runtime" | |
], | |
"browser-compat": "webextensions.api.runtime.openOptionsPage" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/runtime/platformarch/index.md": { | |
"title": "runtime.PlatformArch", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/runtime/PlatformArch", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"PlatformArch", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"runtime" | |
], | |
"browser-compat": "webextensions.api.runtime.PlatformArch" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/runtime/platforminfo/index.md": { | |
"title": "runtime.PlatformInfo", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/runtime/PlatformInfo", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"PlatformInfo", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"runtime" | |
], | |
"browser-compat": "webextensions.api.runtime.PlatformInfo" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/runtime/platformnaclarch/index.md": { | |
"title": "runtime.PlatformNaclArch", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/runtime/PlatformNaclArch", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"PlatformNaclArch", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"runtime" | |
], | |
"browser-compat": "webextensions.api.runtime.PlatformNaclArch" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/runtime/platformos/index.md": { | |
"title": "runtime.PlatformOs", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/runtime/PlatformOs", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"PlatformOs", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"runtime" | |
], | |
"browser-compat": "webextensions.api.runtime.PlatformOs" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/runtime/port/index.md": { | |
"title": "runtime.Port", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/runtime/Port", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"port", | |
"runtime" | |
], | |
"browser-compat": "webextensions.api.runtime.Port" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/runtime/reload/index.md": { | |
"title": "runtime.reload()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/runtime/reload", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"reload", | |
"runtime" | |
], | |
"browser-compat": "webextensions.api.runtime.reload" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/runtime/requestupdatecheck/index.md": { | |
"title": "runtime.requestUpdateCheck()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/runtime/requestUpdateCheck", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"requestUpdateCheck", | |
"runtime" | |
], | |
"browser-compat": "webextensions.api.runtime.requestUpdateCheck" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/runtime/requestupdatecheckstatus/index.md": { | |
"title": "runtime.RequestUpdateCheckStatus", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/runtime/RequestUpdateCheckStatus", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"RequestUpdateCheckStatus", | |
"Type", | |
"WebExtensions", | |
"runtime" | |
], | |
"browser-compat": "webextensions.api.runtime.RequestUpdateCheckStatus" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/runtime/sendmessage/index.md": { | |
"title": "runtime.sendMessage()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/runtime/sendMessage", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"runtime", | |
"sendMessage" | |
], | |
"browser-compat": "webextensions.api.runtime.sendMessage" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/runtime/sendnativemessage/index.md": { | |
"title": "runtime.sendNativeMessage()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/runtime/sendNativeMessage", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"runtime", | |
"sendNativeMessage" | |
], | |
"browser-compat": "webextensions.api.runtime.sendNativeMessage" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/runtime/setuninstallurl/index.md": { | |
"title": "runtime.setUninstallURL()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/runtime/setUninstallURL", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"runtime", | |
"setUninstallURL" | |
], | |
"browser-compat": "webextensions.api.runtime.setUninstallURL" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/search/get/index.md": { | |
"title": "search.get()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/search/get", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"Search", | |
"WebExtensions", | |
"get" | |
], | |
"browser-compat": "webextensions.api.search.search" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/search/index.md": { | |
"title": "search", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/search", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Reference", | |
"Search", | |
"Search Engines", | |
"WebExtensions" | |
] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/search/search/index.md": { | |
"title": "search.search()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/search/search", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Reference", | |
"Search", | |
"Search Engines", | |
"WebExtensions" | |
], | |
"browser-compat": "webextensions.api.search.search" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/sessions/filter/index.md": { | |
"title": "sessions.Filter", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/sessions/Filter", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"filter", | |
"sessions" | |
], | |
"browser-compat": "webextensions.api.sessions.Filter" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/sessions/forgetclosedtab/index.md": { | |
"title": "sessions.forgetClosedTab()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/sessions/forgetClosedTab", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"forgetClosedTab", | |
"sessions" | |
], | |
"browser-compat": "webextensions.api.sessions.forgetClosedTab" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/sessions/forgetclosedwindow/index.md": { | |
"title": "sessions.forgetClosedWindow()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/sessions/forgetClosedWindow", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"forgetClosedWindow", | |
"sessions" | |
], | |
"browser-compat": "webextensions.api.sessions.forgetClosedWindow" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/sessions/getrecentlyclosed/index.md": { | |
"title": "sessions.getRecentlyClosed()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/sessions/getRecentlyClosed", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"getRecentlyClosed", | |
"sessions" | |
], | |
"browser-compat": "webextensions.api.sessions.getRecentlyClosed" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/sessions/gettabvalue/index.md": { | |
"title": "sessions.getTabValue()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/sessions/getTabValue", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"getTabValue", | |
"sessions" | |
], | |
"browser-compat": "webextensions.api.sessions.getTabValue" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/sessions/getwindowvalue/index.md": { | |
"title": "sessions.getWindowValue()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/sessions/getWindowValue", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"getWindowValue", | |
"sessions" | |
], | |
"browser-compat": "webextensions.api.sessions.getWindowValue" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/sessions/index.md": { | |
"title": "sessions", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/sessions", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"sessions" | |
], | |
"browser-compat": "webextensions.api.sessions" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/sessions/max_session_results/index.md": { | |
"title": "sessions.MAX_SESSION_RESULTS", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/sessions/MAX_SESSION_RESULTS", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"MAX_SESSION_RESULTS", | |
"Non-standard", | |
"Property", | |
"Reference", | |
"WebExtensions", | |
"sessions" | |
], | |
"browser-compat": "webextensions.api.sessions.MAX_SESSION_RESULTS" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/sessions/onchanged/index.md": { | |
"title": "sessions.onChanged", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/sessions/onChanged", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onChanged", | |
"sessions" | |
], | |
"browser-compat": "webextensions.api.sessions.onChanged" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/sessions/removetabvalue/index.md": { | |
"title": "sessions.removeTabValue()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/sessions/removeTabValue", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"removeTabValue", | |
"sessions" | |
], | |
"browser-compat": "webextensions.api.sessions.removeTabValue" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/sessions/removewindowvalue/index.md": { | |
"title": "sessions.removeWindowValue()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/sessions/removeWindowValue", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"removeWindowValue", | |
"sessions" | |
], | |
"browser-compat": "webextensions.api.sessions.removeWindowValue" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/sessions/restore/index.md": { | |
"title": "sessions.restore()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/sessions/restore", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"WebExtensions", | |
"restore", | |
"sessions" | |
], | |
"browser-compat": "webextensions.api.sessions.restore" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/sessions/session/index.md": { | |
"title": "sessions.Session", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/sessions/Session", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"Session", | |
"Type", | |
"WebExtensions", | |
"sessions" | |
], | |
"browser-compat": "webextensions.api.sessions.Session" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/sessions/settabvalue/index.md": { | |
"title": "sessions.setTabValue()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/sessions/setTabValue", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"sessions", | |
"setTabValue" | |
], | |
"browser-compat": "webextensions.api.sessions.setTabValue" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/sessions/setwindowvalue/index.md": { | |
"title": "sessions.setWindowValue()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/sessions/setWindowValue", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"sessions", | |
"setWindowValue" | |
], | |
"browser-compat": "webextensions.api.sessions.setWindowValue" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/sidebaraction/close/index.md": { | |
"title": "sidebarAction.close()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/sidebarAction/close", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"close", | |
"sidebarAction" | |
], | |
"browser-compat": "webextensions.api.sidebarAction.close" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/sidebaraction/getpanel/index.md": { | |
"title": "sidebarAction.getPanel()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/sidebarAction/getPanel", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"getPanel", | |
"sidebarAction" | |
], | |
"browser-compat": "webextensions.api.sidebarAction.getPanel" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/sidebaraction/gettitle/index.md": { | |
"title": "sidebarAction.getTitle()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/sidebarAction/getTitle", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"getTitle", | |
"sidebarAction" | |
], | |
"browser-compat": "webextensions.api.sidebarAction.getTitle" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/sidebaraction/imagedatatype/index.md": { | |
"title": "sidebarAction.ImageDataType", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/sidebarAction/ImageDataType", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"ImageDataType", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"sidebarAction" | |
], | |
"browser-compat": "webextensions.api.sidebarAction.ImageDataType" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/sidebaraction/index.md": { | |
"title": "sidebarAction", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/sidebarAction", | |
"tags": [ | |
"API", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"Sidebar", | |
"WebExtensions", | |
"sidebarAction" | |
], | |
"browser-compat": "webextensions.api.sidebarAction" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/sidebaraction/isopen/index.md": { | |
"title": "sidebarAction.isOpen()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/sidebarAction/isOpen", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"isOpen", | |
"sidebarAction" | |
], | |
"browser-compat": "webextensions.api.sidebarAction.isOpen" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/sidebaraction/open/index.md": { | |
"title": "sidebarAction.open()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/sidebarAction/open", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"open", | |
"sidebarAction" | |
], | |
"browser-compat": "webextensions.api.sidebarAction.open" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/sidebaraction/seticon/index.md": { | |
"title": "sidebarAction.setIcon()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/sidebarAction/setIcon", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"setIcon", | |
"sidebarAction" | |
], | |
"browser-compat": "webextensions.api.sidebarAction.setIcon" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/sidebaraction/setpanel/index.md": { | |
"title": "sidebarAction.setPanel()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/sidebarAction/setPanel", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"setPanel", | |
"sidebarAction" | |
], | |
"browser-compat": "webextensions.api.sidebarAction.setPanel" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/sidebaraction/settitle/index.md": { | |
"title": "sidebarAction.setTitle()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/sidebarAction/setTitle", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"setTitle", | |
"sidebarAction" | |
], | |
"browser-compat": "webextensions.api.sidebarAction.setTitle" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/sidebaraction/toggle/index.md": { | |
"title": "sidebarAction.toggle()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/sidebarAction/toggle", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"sidebarAction", | |
"toggle" | |
], | |
"browser-compat": "webextensions.api.sidebarAction.toggle" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/storage/index.md": { | |
"title": "storage", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/storage", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Interface", | |
"Non-standard", | |
"Reference", | |
"Storage", | |
"WebExtensions" | |
], | |
"browser-compat": "webextensions.api.storage" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/storage/local/index.md": { | |
"title": "storage.local", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/storage/local", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Property", | |
"Reference", | |
"Storage", | |
"WebExtensions", | |
"local" | |
], | |
"browser-compat": "webextensions.api.storage.local" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/storage/managed/index.md": { | |
"title": "storage.managed", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/storage/managed", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Property", | |
"Reference", | |
"Storage", | |
"WebExtensions", | |
"managed" | |
], | |
"browser-compat": "webextensions.api.storage.managed" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/storage/onchanged/index.md": { | |
"title": "storage.onChanged", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/storage/onChanged", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"Storage", | |
"WebExtensions", | |
"onChanged" | |
], | |
"browser-compat": "webextensions.api.storage.onChanged" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/storage/storagearea/clear/index.md": { | |
"title": "StorageArea.clear()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/storage/StorageArea/clear", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"Storage", | |
"StorageArea", | |
"WebExtensions", | |
"remove" | |
], | |
"browser-compat": "webextensions.api.storage.StorageArea.clear" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/storage/storagearea/get/index.md": { | |
"title": "StorageArea.get()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/storage/StorageArea/get", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"JavaScript", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"Storage", | |
"StorageArea", | |
"Web", | |
"WebExtensions", | |
"get" | |
], | |
"browser-compat": "webextensions.api.storage.StorageArea.get" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/storage/storagearea/getbytesinuse/index.md": { | |
"title": "StorageArea.getBytesInUse()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/storage/StorageArea/getBytesInUse", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"Storage", | |
"StorageArea", | |
"WebExtensions", | |
"getBytesInUse" | |
], | |
"browser-compat": "webextensions.api.storage.StorageArea.getBytesInUse" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/storage/storagearea/index.md": { | |
"title": "storage.StorageArea", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/storage/StorageArea", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"Storage", | |
"StorageArea", | |
"Type", | |
"WebExtensions" | |
], | |
"browser-compat": "webextensions.api.storage.StorageArea" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/storage/storagearea/remove/index.md": { | |
"title": "StorageArea.remove()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/storage/StorageArea/remove", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"Storage", | |
"StorageArea", | |
"WebExtensions", | |
"remove" | |
], | |
"browser-compat": "webextensions.api.storage.StorageArea.remove" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/storage/storagearea/set/index.md": { | |
"title": "StorageArea.set()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/storage/StorageArea/set", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"Storage", | |
"StorageArea", | |
"WebExtensions", | |
"set" | |
], | |
"browser-compat": "webextensions.api.storage.StorageArea.set" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/storage/storagechange/index.md": { | |
"title": "storage.StorageChange", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/storage/StorageChange", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"Storage", | |
"StorageChange", | |
"Type", | |
"WebExtensions" | |
], | |
"browser-compat": "webextensions.api.storage.StorageChange" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/storage/sync/index.md": { | |
"title": "storage.sync", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/storage/sync", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Property", | |
"Reference", | |
"Storage", | |
"Sync", | |
"WebExtensions" | |
], | |
"browser-compat": "webextensions.api.storage.sync" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/capturetab/index.md": { | |
"title": "tabs.captureTab()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/captureTab", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"captureTab", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.captureTab" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/capturevisibletab/index.md": { | |
"title": "tabs.captureVisibleTab()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/captureVisibleTab", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"captureVisibleTab", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.captureVisibleTab" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/connect/index.md": { | |
"title": "tabs.connect()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/connect", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"connect", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.connect" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/create/index.md": { | |
"title": "tabs.create()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/create", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Create", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.create" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/detectlanguage/index.md": { | |
"title": "tabs.detectLanguage()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/detectLanguage", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"detectLanguage", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.detectLanguage" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/discard/index.md": { | |
"title": "tabs.discard()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/discard", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"WebExtensions", | |
"discard", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.discard" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/duplicate/index.md": { | |
"title": "tabs.duplicate()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/duplicate", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Duplicate", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.duplicate" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/executescript/index.md": { | |
"title": "tabs.executeScript()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/executeScript", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"executeScript", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.executeScript" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/get/index.md": { | |
"title": "tabs.get()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/get", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"get", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.get" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/getallinwindow/index.md": { | |
"title": "tabs.getAllInWindow()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/getAllInWindow", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Deprecated", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"getAllInWindow", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.getAllInWindow" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/getcurrent/index.md": { | |
"title": "tabs.getCurrent()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/getCurrent", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"getCurrent", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.getCurrent" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/getselected/index.md": { | |
"title": "tabs.getSelected()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/getSelected", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Deprecated", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"getSelected", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.getSelected" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/getzoom/index.md": { | |
"title": "tabs.getZoom()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/getZoom", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"getZoom", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.getZoom" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/getzoomsettings/index.md": { | |
"title": "tabs.getZoomSettings()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/getZoomSettings", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"getZoomSettings", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.getZoomSettings" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/goback/index.md": { | |
"title": "tabs.goBack()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/goBack", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"goBack" | |
], | |
"browser-compat": "webextensions.api.tabs.goBack" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/goforward/index.md": { | |
"title": "tabs.goForward()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/goForward", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"goForward" | |
], | |
"browser-compat": "webextensions.api.tabs.goForward" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/hide/index.md": { | |
"title": "tabs.hide()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/hide", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"hide", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.hide" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/highlight/index.md": { | |
"title": "tabs.highlight()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/highlight", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"highlight", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.highlight" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/index.md": { | |
"title": "tabs", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Interface", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/insertcss/index.md": { | |
"title": "tabs.insertCSS()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/insertCSS", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"insertCSS", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.insertCSS" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/move/index.md": { | |
"title": "tabs.move()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/move", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"move", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.move" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/moveinsuccession/index.md": { | |
"title": "tabs.moveInSuccession()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/moveInSuccession", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.moveInSuccession" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/mutedinfo/index.md": { | |
"title": "tabs.MutedInfo", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/MutedInfo", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"MutedInfo", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.MutedInfo" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/mutedinforeason/index.md": { | |
"title": "tabs.MutedInfoReason", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/MutedInfoReason", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"MutedInfoReason", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.MutedInfoReason" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/onactivated/index.md": { | |
"title": "tabs.onActivated", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/onActivated", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onActivated", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.onActivated" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/onactivechanged/index.md": { | |
"title": "tabs.onActiveChanged", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/onActiveChanged", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Deprecated", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onActiveChanged", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.onActiveChanged" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/onattached/index.md": { | |
"title": "tabs.onAttached", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/onAttached", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onAttached", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.onAttached" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/oncreated/index.md": { | |
"title": "tabs.onCreated", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/onCreated", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onCreated", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.onCreated" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/ondetached/index.md": { | |
"title": "tabs.onDetached", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/onDetached", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onDetached", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.onDetached" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/onhighlightchanged/index.md": { | |
"title": "tabs.onHighlightChanged", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/onHighlightChanged", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Deprecated", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onHighlightChanged", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.onHighlightChanged" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/onhighlighted/index.md": { | |
"title": "tabs.onHighlighted", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/onHighlighted", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onHighlighted", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.onHighlighted" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/onmoved/index.md": { | |
"title": "tabs.onMoved", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/onMoved", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onMoved", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.onMoved" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/onremoved/index.md": { | |
"title": "tabs.onRemoved", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/onRemoved", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onRemoved", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.onRemoved" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/onreplaced/index.md": { | |
"title": "tabs.onReplaced", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/onReplaced", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onReplaced", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.onReplaced" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/onselectionchanged/index.md": { | |
"title": "tabs.onSelectionChanged", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/onSelectionChanged", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Deprecated", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onSelectionChanged", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.onSelectionChanged" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/onupdated/index.md": { | |
"title": "tabs.onUpdated", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/onUpdated", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onUpdated", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.onUpdated" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/onzoomchange/index.md": { | |
"title": "tabs.onZoomChange", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/onZoomChange", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onZoomChange", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.onZoomChange" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/pagesettings/index.md": { | |
"title": "tabs.PageSettings", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/PageSettings", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"PageSettings", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.PageSettings" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/print/index.md": { | |
"title": "tabs.print()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/print", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"print", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.print" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/printpreview/index.md": { | |
"title": "tabs.printPreview()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/printPreview", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"printPreview", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.printPreview" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/query/index.md": { | |
"title": "tabs.query()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/query", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"query", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.query" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/reload/index.md": { | |
"title": "tabs.reload()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/reload", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"reload", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.reload" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/remove/index.md": { | |
"title": "tabs.remove()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/remove", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"remove", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.remove" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/removecss/index.md": { | |
"title": "tabs.removeCSS()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/removeCSS", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"removeCSS", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.removeCSS" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/saveaspdf/index.md": { | |
"title": "tabs.saveAsPDF()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/saveAsPDF", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"saveAsPDF", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.saveAsPDF" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/sendmessage/index.md": { | |
"title": "tabs.sendMessage()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/sendMessage", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"sendMessage", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.sendMessage" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/sendrequest/index.md": { | |
"title": "tabs.sendRequest()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/sendRequest", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Deprecated", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"sendRequest", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.sendRequest" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/setzoom/index.md": { | |
"title": "tabs.setZoom()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/setZoom", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"setZoom", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.setZoom" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/setzoomsettings/index.md": { | |
"title": "tabs.setZoomSettings()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/setZoomSettings", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"setZoomSettings", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.setZoomSettings" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/show/index.md": { | |
"title": "tabs.show()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/show", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"show", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.show" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/tab/index.md": { | |
"title": "tabs.Tab", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/Tab", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"Tab", | |
"Type", | |
"WebExtensions", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.Tab" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/tab_id_none/index.md": { | |
"title": "tabs.TAB_ID_NONE", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/TAB_ID_NONE", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Property", | |
"Reference", | |
"TAB_ID_NONE", | |
"WebExtensions", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.TAB_ID_NONE" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/tabstatus/index.md": { | |
"title": "tabs.TabStatus", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/TabStatus", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"TabStatus", | |
"Type", | |
"WebExtensions", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.TabStatus" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/togglereadermode/index.md": { | |
"title": "tabs.toggleReaderMode()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/toggleReaderMode", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"tabs", | |
"toggleReaderMode" | |
], | |
"browser-compat": "webextensions.api.tabs.toggleReaderMode" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/update/index.md": { | |
"title": "tabs.update()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/update", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"Update", | |
"WebExtensions", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.update" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/warmup/index.md": { | |
"title": "tabs.warmup()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/warmup", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"tabs", | |
"warmup" | |
], | |
"browser-compat": "webextensions.api.tabs.warmup" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/windowtype/index.md": { | |
"title": "tabs.WindowType", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/WindowType", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"WindowType", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.WindowType" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/zoomsettings/index.md": { | |
"title": "tabs.ZoomSettings", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/ZoomSettings", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"ZoomSettings", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.ZoomSettings" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/zoomsettingsmode/index.md": { | |
"title": "tabs.ZoomSettingsMode", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/ZoomSettingsMode", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"ZoomSettingsMode", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.ZoomSettingsMode" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/tabs/zoomsettingsscope/index.md": { | |
"title": "tabs.ZoomSettingsScope", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/tabs/ZoomSettingsScope", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"ZoomSettingsScope", | |
"tabs" | |
], | |
"browser-compat": "webextensions.api.tabs.ZoomSettingsScope" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/theme/getcurrent/index.md": { | |
"title": "theme.getCurrent()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/theme/getCurrent", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"Theme", | |
"WebExtensions", | |
"getCurrent" | |
], | |
"browser-compat": "webextensions.api.theme.getCurrent" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/theme/index.md": { | |
"title": "theme", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/theme", | |
"tags": ["Extensions", "Themes", "WebExtensions", "add-on"], | |
"browser-compat": "webextensions.api.theme" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/theme/onupdated/index.md": { | |
"title": "theme.onUpdated", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/theme/onUpdated", | |
"tags": ["Add-ons", "Event", "Extensions", "Theme", "WebExtensions"], | |
"browser-compat": "webextensions.api.theme.onUpdated" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/theme/reset/index.md": { | |
"title": "theme.reset()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/theme/reset", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"Theme", | |
"WebExtensions", | |
"reset" | |
], | |
"browser-compat": "webextensions.api.theme.reset" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/theme/theme/index.md": { | |
"title": "Theme", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/theme/Theme", | |
"tags": ["Extension", "Theme", "Type", "WebExtensions", "add-on"], | |
"browser-compat": "webextensions.api.theme.Theme" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/theme/update/index.md": { | |
"title": "theme.update()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/theme/update", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"Theme", | |
"Update", | |
"WebExtensions" | |
], | |
"browser-compat": "webextensions.api.theme.update" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/topsites/get/index.md": { | |
"title": "topSites.get()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/topSites/get", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"get", | |
"topSites" | |
], | |
"browser-compat": "webextensions.api.topSites.get" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/topsites/index.md": { | |
"title": "topSites", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/topSites", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Interface", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"topSites" | |
], | |
"browser-compat": "webextensions.api.topSites" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/topsites/mostvisitedurl/index.md": { | |
"title": "topSites.MostVisitedURL", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/topSites/MostVisitedURL", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"MostVisitedURL", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"topSites" | |
], | |
"browser-compat": "webextensions.api.topSites.MostVisitedURL" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/types/browsersetting/clear/index.md": { | |
"title": "clear()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/types/BrowserSetting/clear", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"Types", | |
"WebExtensions", | |
"clear" | |
] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/types/browsersetting/get/index.md": { | |
"title": "get()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/types/BrowserSetting/get", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"Types", | |
"WebExtensions", | |
"get" | |
] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/types/browsersetting/index.md": { | |
"title": "BrowserSetting", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/types/BrowserSetting", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"BrowserSetting", | |
"Extensions", | |
"Reference", | |
"Type", | |
"Types", | |
"WebExtensions" | |
], | |
"browser-compat": "webextensions.api.types.BrowserSetting" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/types/browsersetting/onchange/index.md": { | |
"title": "BrowserSetting.onChange", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/types/BrowserSetting/onChange", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"BrowserSetting", | |
"Event", | |
"Extensions", | |
"Privacy", | |
"Reference", | |
"WebExtensions", | |
"onchange" | |
], | |
"browser-compat": "webextensions.api.types.BrowserSetting.onChange" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/types/browsersetting/set/index.md": { | |
"title": "set()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/types/BrowserSetting/set", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"BrowserSetting", | |
"Extensions", | |
"Privacy", | |
"Reference", | |
"WebExtensions", | |
"set" | |
] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/types/index.md": { | |
"title": "types", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/types", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Reference", | |
"Types", | |
"WebExtensions" | |
] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/userscripts/index.md": { | |
"title": "userScripts", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/userScripts", | |
"tags": [ | |
"Add-ons", | |
"Customization", | |
"Extensions", | |
"Firefox", | |
"Mozilla", | |
"Reference", | |
"WebExtensions", | |
"userScripts" | |
], | |
"browser-compat": "webextensions.api.userScripts" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/userscripts/onbeforescript/index.md": { | |
"title": "userScripts.onBeforeScript", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/userScripts/onBeforeScript", | |
"tags": [ | |
"Add-ons", | |
"Addons", | |
"Customization", | |
"Event", | |
"Extensions", | |
"Firefox", | |
"Mozilla", | |
"Reference", | |
"User Scripts API", | |
"WebExtensions", | |
"userScripts" | |
], | |
"browser-compat": "webextensions.api.userScripts.onBeforeScript" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/userscripts/register/index.md": { | |
"title": "userScripts.register()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/userScripts/register", | |
"tags": [ | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"User Scripts API", | |
"WebExtensions", | |
"register", | |
"userScripts" | |
], | |
"browser-compat": "webextensions.api.userScripts.register" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/userscripts/registereduserscript/index.md": { | |
"title": "userScripts.RegisteredUserScript", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/userScripts/RegisteredUserScript", | |
"tags": [ | |
"API", | |
"Extensions", | |
"Reference", | |
"RegisteredUserScript", | |
"Type", | |
"userScripts" | |
], | |
"browser-compat": "webextensions.api.userScripts.RegisteredUserScript" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/userscripts/registereduserscript/unregister/index.md": { | |
"title": "RegisteredUserScript.unregister()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/userScripts/RegisteredUserScript/unregister", | |
"tags": [ | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"User Scripts API", | |
"WebExtensions", | |
"unregister", | |
"userScripts" | |
], | |
"browser-compat": "webextensions.api.userScripts.RegisteredUserScript.unregister" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/userscripts/userscriptoptions/index.md": { | |
"title": "UserScripts.UserScriptOptions", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/userScripts/UserScriptOptions", | |
"tags": [ | |
"Add-ons", | |
"Extensions", | |
"Firefox", | |
"Guide", | |
"Intermediate", | |
"NeedsExample", | |
"UserScriptOptions", | |
"WebExtensions", | |
"userScripts" | |
] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/userscripts/working_with_userscripts/index.md": { | |
"title": "Working with userScripts", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/userScripts/Working_with_userScripts", | |
"tags": ["API", "Extensions", "How-to", "Tutorial", "userScripts"] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webnavigation/getallframes/index.md": { | |
"title": "webNavigation.getAllFrames()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webNavigation/getAllFrames", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"getAllFrames", | |
"webNavigation" | |
], | |
"browser-compat": "webextensions.api.webNavigation.getAllFrames" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webnavigation/getframe/index.md": { | |
"title": "webNavigation.getFrame()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webNavigation/getFrame", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"getFrame", | |
"webNavigation" | |
], | |
"browser-compat": "webextensions.api.webNavigation.getFrame" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webnavigation/index.md": { | |
"title": "webNavigation", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webNavigation", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Interface", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"webNavigation" | |
], | |
"browser-compat": "webextensions.api.webNavigation" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webnavigation/onbeforenavigate/index.md": { | |
"title": "webNavigation.onBeforeNavigate", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webNavigation/onBeforeNavigate", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onBeforeNavigate", | |
"webNavigation" | |
], | |
"browser-compat": "webextensions.api.webNavigation.onBeforeNavigate" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webnavigation/oncommitted/index.md": { | |
"title": "webNavigation.onCommitted", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webNavigation/onCommitted", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onCommitted", | |
"webNavigation" | |
], | |
"browser-compat": "webextensions.api.webNavigation.onCommitted" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webnavigation/oncompleted/index.md": { | |
"title": "webNavigation.onCompleted", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webNavigation/onCompleted", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onCompleted", | |
"webNavigation" | |
], | |
"browser-compat": "webextensions.api.webNavigation.onCompleted" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webnavigation/oncreatednavigationtarget/index.md": { | |
"title": "webNavigation.onCreatedNavigationTarget", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webNavigation/onCreatedNavigationTarget", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onCreatedNavigationTarget", | |
"webNavigation" | |
], | |
"browser-compat": "webextensions.api.webNavigation.onCreatedNavigationTarget" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webnavigation/ondomcontentloaded/index.md": { | |
"title": "webNavigation.onDOMContentLoaded", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webNavigation/onDOMContentLoaded", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onDOMContentLoaded", | |
"webNavigation" | |
], | |
"browser-compat": "webextensions.api.webNavigation.onDOMContentLoaded" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webnavigation/onerroroccurred/index.md": { | |
"title": "webNavigation.onErrorOccurred", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webNavigation/onErrorOccurred", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onErrorOccurred", | |
"webNavigation" | |
], | |
"browser-compat": "webextensions.api.webNavigation.onErrorOccurred" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webnavigation/onhistorystateupdated/index.md": { | |
"title": "webNavigation.onHistoryStateUpdated", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webNavigation/onHistoryStateUpdated", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onHistoryStateUpdated", | |
"webNavigation" | |
], | |
"browser-compat": "webextensions.api.webNavigation.onHistoryStateUpdated" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webnavigation/onreferencefragmentupdated/index.md": { | |
"title": "webNavigation.onReferenceFragmentUpdated", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webNavigation/onReferenceFragmentUpdated", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onReferenceFragmentUpdated", | |
"webNavigation" | |
], | |
"browser-compat": "webextensions.api.webNavigation.onReferenceFragmentUpdated" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webnavigation/ontabreplaced/index.md": { | |
"title": "webNavigation.onTabReplaced", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webNavigation/onTabReplaced", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onTabReplaced", | |
"webNavigation" | |
], | |
"browser-compat": "webextensions.api.webNavigation.onTabReplaced" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webnavigation/transitionqualifier/index.md": { | |
"title": "webNavigation.TransitionQualifier", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webNavigation/TransitionQualifier", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"TransitionQualifier", | |
"Type", | |
"WebExtensions", | |
"webNavigation" | |
], | |
"browser-compat": "webextensions.api.webNavigation.TransitionQualifier" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webnavigation/transitiontype/index.md": { | |
"title": "webNavigation.TransitionType", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webNavigation/TransitionType", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"TransitionType", | |
"Type", | |
"WebExtensions", | |
"webNavigation" | |
], | |
"browser-compat": "webextensions.api.webNavigation.TransitionType" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webrequest/blockingresponse/index.md": { | |
"title": "webRequest.BlockingResponse", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webRequest/BlockingResponse", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"BlockingResponse", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"webRequest" | |
], | |
"browser-compat": "webextensions.api.webRequest.BlockingResponse" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webrequest/certificateinfo/index.md": { | |
"title": "webRequest.CertificateInfo", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webRequest/CertificateInfo", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"CertificateInfo", | |
"Extensions", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"webRequest" | |
], | |
"browser-compat": "webextensions.api.webRequest.CertificateInfo" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webrequest/filterresponsedata/index.md": { | |
"title": "webRequest.filterResponseData()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webRequest/filterResponseData", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"filterResponseData", | |
"webRequest" | |
], | |
"browser-compat": "webextensions.api.webRequest.filterResponseData" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webrequest/getsecurityinfo/index.md": { | |
"title": "webRequest.getSecurityInfo()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webRequest/getSecurityInfo", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Reference", | |
"WebExtensions", | |
"getSecurityInfo", | |
"webRequest" | |
], | |
"browser-compat": "webextensions.api.webRequest.getSecurityInfo" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webrequest/handlerbehaviorchanged/index.md": { | |
"title": "webRequest.handlerBehaviorChanged()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webRequest/handlerBehaviorChanged", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"handlerBehaviorChanged", | |
"webRequest" | |
], | |
"browser-compat": "webextensions.api.webRequest.handlerBehaviorChanged" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webrequest/httpheaders/index.md": { | |
"title": "webRequest.HttpHeaders", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webRequest/HttpHeaders", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"HttpHeaders", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"webRequest" | |
], | |
"browser-compat": "webextensions.api.webRequest.HttpHeaders" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webrequest/index.md": { | |
"title": "webRequest", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webRequest", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Interface", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"webRequest" | |
], | |
"browser-compat": "webextensions.api.webRequest" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webrequest/max_handler_behavior_changed_calls_per_10_minutes/index.md": { | |
"title": "webRequest.MAX_HANDLER_BEHAVIOR_CHANGED_CALLS_PER_10_MINUTES", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webRequest/MAX_HANDLER_BEHAVIOR_CHANGED_CALLS_PER_10_MINUTES", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"MAX_HANDLER_BEHAVIOR_CHANGED_CALLS_PER_10_MINUTES", | |
"Non-standard", | |
"Property", | |
"Reference", | |
"WebExtensions", | |
"webRequest" | |
], | |
"browser-compat": "webextensions.api.webRequest.MAX_HANDLER_BEHAVIOR_CHANGED_CALLS_PER_10_MINUTES" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webrequest/onauthrequired/index.md": { | |
"title": "webRequest.onAuthRequired", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webRequest/onAuthRequired", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onAuthRequired", | |
"webRequest" | |
], | |
"browser-compat": "webextensions.api.webRequest.onAuthRequired" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webrequest/onbeforeredirect/index.md": { | |
"title": "webRequest.onBeforeRedirect", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webRequest/onBeforeRedirect", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onBeforeRedirect", | |
"webRequest" | |
], | |
"browser-compat": "webextensions.api.webRequest.onBeforeRedirect" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webrequest/onbeforerequest/index.md": { | |
"title": "webRequest.onBeforeRequest", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webRequest/onBeforeRequest", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onBeforeRequest", | |
"webRequest" | |
], | |
"browser-compat": "webextensions.api.webRequest.onBeforeRequest" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webrequest/onbeforesendheaders/index.md": { | |
"title": "webRequest.onBeforeSendHeaders", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webRequest/onBeforeSendHeaders", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onBeforeSendHeaders", | |
"webRequest" | |
], | |
"browser-compat": "webextensions.api.webRequest.onBeforeSendHeaders" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webrequest/oncompleted/index.md": { | |
"title": "webRequest.onCompleted", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webRequest/onCompleted", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onCompleted", | |
"webRequest" | |
], | |
"browser-compat": "webextensions.api.webRequest.onCompleted" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webrequest/onerroroccurred/index.md": { | |
"title": "webRequest.onErrorOccurred", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webRequest/onErrorOccurred", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onErrorOccurred", | |
"webRequest" | |
], | |
"browser-compat": "webextensions.api.webRequest.onErrorOccurred" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webrequest/onheadersreceived/index.md": { | |
"title": "webRequest.onHeadersReceived", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webRequest/onHeadersReceived", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onHeadersReceived", | |
"webRequest" | |
], | |
"browser-compat": "webextensions.api.webRequest.onHeadersReceived" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webrequest/onresponsestarted/index.md": { | |
"title": "webRequest.onResponseStarted", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webRequest/onResponseStarted", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onResponseStarted", | |
"webRequest" | |
], | |
"browser-compat": "webextensions.api.webRequest.onResponseStarted" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webrequest/onsendheaders/index.md": { | |
"title": "webRequest.onSendHeaders", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webRequest/onSendHeaders", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"onSendHeaders", | |
"webRequest" | |
], | |
"browser-compat": "webextensions.api.webRequest.onSendHeaders" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webrequest/requestfilter/index.md": { | |
"title": "webRequest.RequestFilter", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webRequest/RequestFilter", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"RequestFilter", | |
"Type", | |
"WebExtensions", | |
"webRequest" | |
], | |
"browser-compat": "webextensions.api.webRequest.RequestFilter" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webrequest/resourcetype/index.md": { | |
"title": "webRequest.ResourceType", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webRequest/ResourceType", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"ResourceType", | |
"Type", | |
"WebExtensions", | |
"webRequest" | |
], | |
"browser-compat": "webextensions.api.webRequest.ResourceType" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webrequest/securityinfo/index.md": { | |
"title": "webRequest.SecurityInfo", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webRequest/SecurityInfo", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Reference", | |
"SecurityInfo", | |
"Type", | |
"WebExtensions", | |
"webRequest" | |
], | |
"browser-compat": "webextensions.api.webRequest.SecurityInfo" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webrequest/streamfilter/close/index.md": { | |
"title": "webRequest.StreamFilter.close()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webRequest/StreamFilter/close", | |
"tags": [ | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"StreamFilter.close", | |
"WebExtensions", | |
"webRequest" | |
], | |
"browser-compat": "webextensions.api.webRequest.StreamFilter.close" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webrequest/streamfilter/disconnect/index.md": { | |
"title": "webRequest.StreamFilter.disconnect()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webRequest/StreamFilter/disconnect", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"StreamFilter.disconnect", | |
"WebExtensions", | |
"webRequest" | |
], | |
"browser-compat": "webextensions.api.webRequest.StreamFilter.disconnect" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webrequest/streamfilter/error/index.md": { | |
"title": "webRequest.Streamfilter.error", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webRequest/StreamFilter/error", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Reference", | |
"StreamFilter.error", | |
"WebExtensions", | |
"webRequest" | |
], | |
"browser-compat": "webextensions.api.webRequest.StreamFilter.error" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webrequest/streamfilter/index.md": { | |
"title": "webRequest.StreamFilter", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webRequest/StreamFilter", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Reference", | |
"StreamFilter", | |
"Type", | |
"WebExtensions", | |
"webRequest" | |
], | |
"browser-compat": "webextensions.api.webRequest.StreamFilter" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webrequest/streamfilter/ondata/index.md": { | |
"title": "webRequest.StreamFilter.ondata", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webRequest/StreamFilter/ondata", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Reference", | |
"StreamFilter.ondata", | |
"TextDecoder", | |
"TextEncoder", | |
"WebExtensions", | |
"webRequest" | |
], | |
"browser-compat": "webextensions.api.webRequest.StreamFilter.ondata" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webrequest/streamfilter/onerror/index.md": { | |
"title": "webRequest.StreamFilter.onerror", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webRequest/StreamFilter/onerror", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Reference", | |
"StreamFilter.onerror", | |
"WebExtensions", | |
"webRequest" | |
], | |
"browser-compat": "webextensions.api.webRequest.StreamFilter.onerror" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webrequest/streamfilter/onstart/index.md": { | |
"title": "webRequest.StreamFilter.onstart", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webRequest/StreamFilter/onstart", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Reference", | |
"StreamFilter.onstart", | |
"WebExtensions", | |
"webRequest" | |
], | |
"browser-compat": "webextensions.api.webRequest.StreamFilter.onstart" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webrequest/streamfilter/onstop/index.md": { | |
"title": "webRequest.StreamFilter.onstop", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webRequest/StreamFilter/onstop", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Reference", | |
"StreamFilter.onstop", | |
"WebExtensions", | |
"webRequest" | |
], | |
"browser-compat": "webextensions.api.webRequest.StreamFilter.onstop" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webrequest/streamfilter/resume/index.md": { | |
"title": "webRequest.StreamFilter.resume()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webRequest/StreamFilter/resume", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Reference", | |
"StreamFilter.resume()", | |
"WebExtensions", | |
"webRequest" | |
], | |
"browser-compat": "webextensions.api.webRequest.StreamFilter.resume" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webrequest/streamfilter/status/index.md": { | |
"title": "webRequest.StreamFilter.status", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webRequest/StreamFilter/status", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Reference", | |
"StreamFilter.status", | |
"WebExtensions", | |
"webRequest" | |
], | |
"browser-compat": "webextensions.api.webRequest.StreamFilter.status" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webrequest/streamfilter/suspend/index.md": { | |
"title": "webRequest.StreamFilter.suspend()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webRequest/StreamFilter/suspend", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Reference", | |
"StreamFilter.suspend()", | |
"WebExtensions", | |
"webRequest" | |
], | |
"browser-compat": "webextensions.api.webRequest.StreamFilter.suspend" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webrequest/streamfilter/write/index.md": { | |
"title": "webRequest.StreamFilter.write()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webRequest/StreamFilter/write", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Reference", | |
"StreamFilter.write()", | |
"WebExtensions", | |
"webRequest" | |
], | |
"browser-compat": "webextensions.api.webRequest.StreamFilter.write" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/webrequest/uploaddata/index.md": { | |
"title": "webRequest.UploadData", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/webRequest/UploadData", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"UploadData", | |
"WebExtensions", | |
"webRequest" | |
], | |
"browser-compat": "webextensions.api.webRequest.UploadData" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/windows/create/index.md": { | |
"title": "windows.create()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/windows/create", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Create", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"Windows" | |
], | |
"browser-compat": "webextensions.api.windows.create" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/windows/createtype/index.md": { | |
"title": "windows.CreateType", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/windows/CreateType", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"CreateType", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"Windows" | |
], | |
"browser-compat": "webextensions.api.windows.CreateType" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/windows/get/index.md": { | |
"title": "windows.get()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/windows/get", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"Windows", | |
"get" | |
], | |
"browser-compat": "webextensions.api.windows.get" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/windows/getall/index.md": { | |
"title": "windows.getAll()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/windows/getAll", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"Windows", | |
"getAll" | |
], | |
"browser-compat": "webextensions.api.windows.getAll" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/windows/getcurrent/index.md": { | |
"title": "windows.getCurrent()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/windows/getCurrent", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"Windows", | |
"getCurrent" | |
], | |
"browser-compat": "webextensions.api.windows.getCurrent" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/windows/getlastfocused/index.md": { | |
"title": "windows.getLastFocused()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/windows/getLastFocused", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"Windows", | |
"getLastFocused" | |
], | |
"browser-compat": "webextensions.api.windows.getLastFocused" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/windows/index.md": { | |
"title": "windows", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/windows", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Interface", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"Windows" | |
], | |
"browser-compat": "webextensions.api.windows" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/windows/oncreated/index.md": { | |
"title": "windows.onCreated", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/windows/onCreated", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"Windows", | |
"onCreated" | |
], | |
"browser-compat": "webextensions.api.windows.onCreated" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/windows/onfocuschanged/index.md": { | |
"title": "windows.onFocusChanged", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/windows/onFocusChanged", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"Windows", | |
"onFocusChanged" | |
], | |
"browser-compat": "webextensions.api.windows.onFocusChanged" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/windows/onremoved/index.md": { | |
"title": "windows.onRemoved", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/windows/onRemoved", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Event", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"Windows", | |
"onRemoved" | |
], | |
"browser-compat": "webextensions.api.windows.onRemoved" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/windows/remove/index.md": { | |
"title": "windows.remove()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/windows/remove", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"WebExtensions", | |
"Windows", | |
"close", | |
"remove" | |
], | |
"browser-compat": "webextensions.api.windows.remove" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/windows/update/index.md": { | |
"title": "windows.update()", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/windows/update", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"Update", | |
"WebExtensions", | |
"Windows" | |
], | |
"browser-compat": "webextensions.api.windows.update" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/windows/window/index.md": { | |
"title": "windows.Window", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/windows/Window", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"Window", | |
"Windows" | |
], | |
"browser-compat": "webextensions.api.windows.Window" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/windows/window_id_current/index.md": { | |
"title": "windows.WINDOW_ID_CURRENT", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/windows/WINDOW_ID_CURRENT", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Property", | |
"Reference", | |
"WINDOW_ID_CURRENT", | |
"WebExtensions", | |
"Windows" | |
], | |
"browser-compat": "webextensions.api.windows.WINDOW_ID_CURRENT" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/windows/window_id_none/index.md": { | |
"title": "windows.WINDOW_ID_NONE", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/windows/WINDOW_ID_NONE", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Property", | |
"Reference", | |
"WINDOW_ID_NONE", | |
"WebExtensions", | |
"Windows" | |
], | |
"browser-compat": "webextensions.api.windows.WINDOW_ID_NONE" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/windows/windowstate/index.md": { | |
"title": "windows.WindowState", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/windows/WindowState", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"WindowState", | |
"Windows" | |
], | |
"browser-compat": "webextensions.api.windows.WindowState" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/api/windows/windowtype/index.md": { | |
"title": "windows.WindowType", | |
"slug": "Mozilla/Add-ons/WebExtensions/API/windows/WindowType", | |
"tags": [ | |
"API", | |
"Add-ons", | |
"Extensions", | |
"Non-standard", | |
"Reference", | |
"Type", | |
"WebExtensions", | |
"WindowType", | |
"Windows" | |
], | |
"browser-compat": "webextensions.api.windows.WindowType" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/browser_actions/index.md": { | |
"title": "Browser actions", | |
"slug": "Mozilla/Add-ons/WebExtensions/Browser_actions", | |
"tags": ["WebExtensions"] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/browser_compatibility_for_manifest.json/index.md": { | |
"title": "Browser compatibility for manifest.json", | |
"slug": "Mozilla/Add-ons/WebExtensions/Browser_compatibility_for_manifest.json", | |
"tags": ["Add-ons", "WebExtensions", "manifest.json"] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/browser_support_for_javascript_apis/index.md": { | |
"title": "Browser support for JavaScript APIs", | |
"slug": "Mozilla/Add-ons/WebExtensions/Browser_support_for_JavaScript_APIs", | |
"tags": ["Reference", "WebExtensions"] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/build_a_cross_browser_extension/index.md": { | |
"title": "Building a cross-browser extension", | |
"slug": "Mozilla/Add-ons/WebExtensions/Build_a_cross_browser_extension", | |
"tags": ["Add-ons", "Extensions", "Guide", "WebExtensions"] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/chrome_incompatibilities/index.md": { | |
"title": "Chrome incompatibilities", | |
"slug": "Mozilla/Add-ons/WebExtensions/Chrome_incompatibilities", | |
"tags": ["Guide", "WebExtensions", "google chrome"] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/content_scripts/index.md": { | |
"title": "Content scripts", | |
"slug": "Mozilla/Add-ons/WebExtensions/Content_scripts", | |
"tags": ["WebExtensions"] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/content_security_policy/index.md": { | |
"title": "Content Security Policy", | |
"slug": "Mozilla/Add-ons/WebExtensions/Content_Security_Policy", | |
"tags": ["WebExtensions"] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/developing_webextensions_for_thunderbird/index.md": { | |
"title": "Developing WebExtensions for Thunderbird", | |
"slug": "Mozilla/Add-ons/WebExtensions/Developing_WebExtensions_for_Thunderbird", | |
"tags": ["Add-ons", "Draft", "NeedsContent", "WebExtensions", "thunderbird"] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/differences_between_api_implementations/index.md": { | |
"title": "Differences between API implementations", | |
"slug": "Mozilla/Add-ons/WebExtensions/Differences_between_API_implementations", | |
"tags": ["Guide", "WebExtensions"] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/examples/index.md": { | |
"title": "Example extensions", | |
"slug": "Mozilla/Add-ons/WebExtensions/Examples", | |
"tags": ["Interface", "WebExtensions"] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/extending_the_developer_tools/index.md": { | |
"title": "Extending the developer tools", | |
"slug": "Mozilla/Add-ons/WebExtensions/Extending_the_developer_tools", | |
"tags": [ | |
"Add-ons", | |
"DevTools", | |
"Extensions", | |
"Guide", | |
"Needs Privileges", | |
"WebExtensions" | |
] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/firefox_differentiators/index.md": { | |
"title": "Firefox differentiators", | |
"slug": "Mozilla/Add-ons/WebExtensions/Firefox_differentiators", | |
"tags": [ | |
"Add-ons", | |
"Draft", | |
"Extensions", | |
"Firefox", | |
"NeedsMarkupWork", | |
"Themes", | |
"WebExtensions" | |
] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/firefox_workflow_overview/index.md": { | |
"title": "Firefox workflow overview", | |
"slug": "Mozilla/Add-ons/WebExtensions/Firefox_workflow_overview", | |
"tags": [ | |
"Add-ons", | |
"Code", | |
"Extensions", | |
"Firefox", | |
"WebExtensions", | |
"enhance", | |
"prepare", | |
"publish", | |
"retire", | |
"workflow" | |
] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/implement_a_settings_page/index.md": { | |
"title": "Implement a settings page", | |
"slug": "Mozilla/Add-ons/WebExtensions/Implement_a_settings_page", | |
"tags": ["Guide", "JavaScript", "Web", "WebExtensions"] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/index/index.md": { | |
"title": "Index", | |
"slug": "Mozilla/Add-ons/WebExtensions/Index", | |
"tags": ["Add-ons", "Index", "WebExtensions"] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/index.md": { | |
"title": "Browser Extensions", | |
"slug": "Mozilla/Add-ons/WebExtensions", | |
"tags": ["Add-ons", "Landing", "WebExtensions"] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/interact_with_the_clipboard/index.md": { | |
"title": "Interact with the clipboard", | |
"slug": "Mozilla/Add-ons/WebExtensions/Interact_with_the_clipboard", | |
"tags": [ | |
"Add-ons", | |
"Clip", | |
"Clipboard", | |
"Cut", | |
"Editing", | |
"Extensions", | |
"Text", | |
"WebExtensions", | |
"copy", | |
"paste" | |
] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/intercept_http_requests/index.md": { | |
"title": "Intercept HTTP requests", | |
"slug": "Mozilla/Add-ons/WebExtensions/Intercept_HTTP_requests", | |
"tags": ["Add-ons", "Extensions", "How-to", "WebExtensions"] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/internationalization/index.md": { | |
"title": "Internationalization", | |
"slug": "Mozilla/Add-ons/WebExtensions/Internationalization", | |
"tags": [ | |
"Article", | |
"Guide", | |
"Internationalization", | |
"Localization", | |
"WebExtensions", | |
"i18n", | |
"messages.json", | |
"placeholders", | |
"predefined messages" | |
] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/manifest.json/author/index.md": { | |
"title": "author", | |
"slug": "Mozilla/Add-ons/WebExtensions/manifest.json/author", | |
"tags": ["Add-ons", "Extensions", "WebExtensions"], | |
"browser-compat": "webextensions.manifest.author" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/manifest.json/background/index.md": { | |
"title": "background", | |
"slug": "Mozilla/Add-ons/WebExtensions/manifest.json/background", | |
"tags": ["Add-ons", "Extensions", "Manifest", "Reference", "WebExtensions"], | |
"browser-compat": "webextensions.manifest.background" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/manifest.json/browser_action/index.md": { | |
"title": "browser_action", | |
"slug": "Mozilla/Add-ons/WebExtensions/manifest.json/browser_action", | |
"tags": ["Add-ons", "Extensions", "WebExtensions"], | |
"browser-compat": "webextensions.manifest.browser_action" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/manifest.json/browser_specific_settings/index.md": { | |
"title": "browser_specific_settings", | |
"slug": "Mozilla/Add-ons/WebExtensions/manifest.json/browser_specific_settings", | |
"tags": [ | |
"Add-ons", | |
"WebExtensions", | |
"browser_specific_settings", | |
"manifest.json" | |
], | |
"browser-compat": "webextensions.manifest.browser_specific_settings" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/manifest.json/chrome_settings_overrides/index.md": { | |
"title": "chrome_settings_overrides", | |
"slug": "Mozilla/Add-ons/WebExtensions/manifest.json/chrome_settings_overrides", | |
"tags": [ | |
"Add-ons", | |
"Extensions", | |
"WebExtensions", | |
"chrome_settings_overrides", | |
"manifest.json" | |
], | |
"browser-compat": "webextensions.manifest.chrome_settings_overrides" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/manifest.json/chrome_url_overrides/index.md": { | |
"title": "chrome_url_overrides", | |
"slug": "Mozilla/Add-ons/WebExtensions/manifest.json/chrome_url_overrides", | |
"tags": ["Add-ons", "Extensions", "WebExtensions"], | |
"browser-compat": "webextensions.manifest.chrome_url_overrides" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/manifest.json/commands/index.md": { | |
"title": "commands", | |
"slug": "Mozilla/Add-ons/WebExtensions/manifest.json/commands", | |
"tags": ["Add-ons", "Extensions", "Keyboard Shortcuts", "WebExtensions"], | |
"browser-compat": "webextensions.manifest.commands" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/manifest.json/content_scripts/index.md": { | |
"title": "content_scripts", | |
"slug": "Mozilla/Add-ons/WebExtensions/manifest.json/content_scripts", | |
"tags": ["Add-ons", "Extensions", "WebExtensions"], | |
"browser-compat": "webextensions.manifest.content_scripts" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/manifest.json/content_security_policy/index.md": { | |
"title": "content_security_policy", | |
"slug": "Mozilla/Add-ons/WebExtensions/manifest.json/content_security_policy", | |
"tags": ["Add-ons", "Extensions", "WebExtensions"], | |
"browser-compat": "webextensions.manifest.content_security_policy" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/manifest.json/default_locale/index.md": { | |
"title": "default_locale", | |
"slug": "Mozilla/Add-ons/WebExtensions/manifest.json/default_locale", | |
"tags": ["Add-ons", "Extensions", "WebExtensions"], | |
"browser-compat": "webextensions.manifest.default_locale" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/manifest.json/description/index.md": { | |
"title": "description", | |
"slug": "Mozilla/Add-ons/WebExtensions/manifest.json/description", | |
"tags": ["Add-ons", "Extensions", "WebExtensions"], | |
"browser-compat": "webextensions.manifest.description" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/manifest.json/developer/index.md": { | |
"title": "developer", | |
"slug": "Mozilla/Add-ons/WebExtensions/manifest.json/developer", | |
"tags": ["Add-ons", "Extensions", "WebExtensions"], | |
"browser-compat": "webextensions.manifest.developer" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/manifest.json/devtools_page/index.md": { | |
"title": "devtools_page", | |
"slug": "Mozilla/Add-ons/WebExtensions/manifest.json/devtools_page", | |
"tags": [ | |
"Add-ons", | |
"DevTools", | |
"Extensions", | |
"Manifest", | |
"Reference", | |
"WebExtensions", | |
"devtools_page" | |
], | |
"browser-compat": "webextensions.manifest.devtools_page" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/manifest.json/dictionaries/index.md": { | |
"title": "dictionaries", | |
"slug": "Mozilla/Add-ons/WebExtensions/manifest.json/dictionaries", | |
"tags": ["Add-ons", "Extensions", "WebExtensions", "manifest.json"], | |
"browser-compat": "webextensions.manifest.dictionaries" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/manifest.json/externally_connectable/index.md": { | |
"title": "externally_connectable", | |
"slug": "Mozilla/Add-ons/WebExtensions/manifest.json/externally_connectable", | |
"tags": ["Add-ons", "WebExtensions", "manifest.json"], | |
"browser-compat": "webextensions.manifest.externally_connectable" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/manifest.json/homepage_url/index.md": { | |
"title": "homepage_url", | |
"slug": "Mozilla/Add-ons/WebExtensions/manifest.json/homepage_url", | |
"tags": ["Add-ons", "Extensions", "WebExtensions"], | |
"browser-compat": "webextensions.manifest.homepage_url" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/manifest.json/icons/index.md": { | |
"title": "icons", | |
"slug": "Mozilla/Add-ons/WebExtensions/manifest.json/icons", | |
"tags": ["Add-ons", "Extensions", "WebExtensions"], | |
"browser-compat": "webextensions.manifest.icons" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/manifest.json/incognito/index.md": { | |
"title": "incognito", | |
"slug": "Mozilla/Add-ons/WebExtensions/manifest.json/incognito", | |
"tags": ["Add-ons", "WebExtensions", "incognito", "manifest.json"], | |
"browser-compat": "webextensions.manifest.incognito" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/manifest.json/index.md": { | |
"title": "manifest.json", | |
"slug": "Mozilla/Add-ons/WebExtensions/manifest.json", | |
"tags": [ | |
"Add-ons", | |
"Extensions", | |
"Overview", | |
"WebExtensions", | |
"manifest.json" | |
], | |
"browser-compat": "webextensions.manifest" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/manifest.json/manifest_version/index.md": { | |
"title": "manifest_version", | |
"slug": "Mozilla/Add-ons/WebExtensions/manifest.json/manifest_version", | |
"tags": ["Add-ons", "Extensions", "WebExtensions"], | |
"browser-compat": "webextensions.manifest.manifest_version" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/manifest.json/name/index.md": { | |
"title": "name", | |
"slug": "Mozilla/Add-ons/WebExtensions/manifest.json/name", | |
"tags": ["Add-ons", "Extensions", "WebExtensions"], | |
"browser-compat": "webextensions.manifest.name" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/manifest.json/offline_enabled/index.md": { | |
"title": "offline_enabled", | |
"slug": "Mozilla/Add-ons/WebExtensions/manifest.json/offline_enabled", | |
"tags": [ | |
"Add-ons", | |
"Deprecated", | |
"Extensions", | |
"Non-standard", | |
"Offline", | |
"WebExtensions", | |
"google chrome" | |
], | |
"browser-compat": "webextensions.manifest.offline_enabled" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/manifest.json/omnibox/index.md": { | |
"title": "omnibox", | |
"slug": "Mozilla/Add-ons/WebExtensions/manifest.json/omnibox", | |
"tags": ["Add-ons", "Extensions", "WebExtensions"], | |
"browser-compat": "webextensions.manifest.omnibox" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/manifest.json/optional_permissions/index.md": { | |
"title": "optional_permissions", | |
"slug": "Mozilla/Add-ons/WebExtensions/manifest.json/optional_permissions", | |
"tags": [ | |
"Add-ons", | |
"WebExtensions", | |
"manifest.json", | |
"optional_permissions" | |
], | |
"browser-compat": "webextensions.manifest.optional_permissions" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/manifest.json/options_page/index.md": { | |
"title": "options_page", | |
"slug": "Mozilla/Add-ons/WebExtensions/manifest.json/options_page", | |
"tags": [ | |
"Add-ons", | |
"Deprecated", | |
"Extensions", | |
"Manifest", | |
"Options", | |
"WebExtensions", | |
"options_page" | |
], | |
"browser-compat": "webextensions.manifest.options_page" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/manifest.json/options_ui/index.md": { | |
"title": "options_ui", | |
"slug": "Mozilla/Add-ons/WebExtensions/manifest.json/options_ui", | |
"tags": [ | |
"Add-ons", | |
"Extensions", | |
"Manifest", | |
"Options", | |
"Reference", | |
"Web", | |
"WebExtensions", | |
"options_ui" | |
], | |
"browser-compat": "webextensions.manifest.options_ui" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/manifest.json/page_action/index.md": { | |
"title": "page_action", | |
"slug": "Mozilla/Add-ons/WebExtensions/manifest.json/page_action", | |
"tags": ["Add-ons", "Extensions", "WebExtensions"], | |
"browser-compat": "webextensions.manifest.page_action" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/manifest.json/permissions/index.md": { | |
"title": "permissions", | |
"slug": "Mozilla/Add-ons/WebExtensions/manifest.json/permissions", | |
"tags": [ | |
"Add-ons", | |
"Extensions", | |
"Permissions", | |
"Reference", | |
"WebExtensions", | |
"manifest.json" | |
], | |
"browser-compat": "webextensions.manifest.permissions" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/manifest.json/protocol_handlers/index.md": { | |
"title": "protocol_handlers", | |
"slug": "Mozilla/Add-ons/WebExtensions/manifest.json/protocol_handlers", | |
"tags": ["Add-ons", "Extensions", "WebExtensions", "manifest.json"], | |
"browser-compat": "webextensions.manifest.protocol_handlers" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/manifest.json/short_name/index.md": { | |
"title": "short_name", | |
"slug": "Mozilla/Add-ons/WebExtensions/manifest.json/short_name", | |
"tags": ["Add-ons", "Extensions", "WebExtensions"], | |
"browser-compat": "webextensions.manifest.short_name" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/manifest.json/sidebar_action/index.md": { | |
"title": "sidebar_action", | |
"slug": "Mozilla/Add-ons/WebExtensions/manifest.json/sidebar_action", | |
"tags": ["WebExtensions"], | |
"browser-compat": "webextensions.manifest.sidebar_action" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/manifest.json/storage/index.md": { | |
"title": "storage", | |
"slug": "Mozilla/Add-ons/WebExtensions/manifest.json/storage", | |
"tags": ["Add-ons", "Extensions", "Manifest", "Reference", "WebExtensions"], | |
"browser-compat": "webextensions.manifest.storage" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/manifest.json/theme/index.md": { | |
"title": "theme", | |
"slug": "Mozilla/Add-ons/WebExtensions/manifest.json/theme", | |
"tags": [ | |
"Add-ons", | |
"Browser", | |
"Customization", | |
"Customize", | |
"Design", | |
"Look and Feel", | |
"Themes", | |
"colors", | |
"theme manifest" | |
], | |
"browser-compat": "webextensions.manifest.theme" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/manifest.json/theme_experiment/index.md": { | |
"title": "theme_experiment", | |
"slug": "Mozilla/Add-ons/WebExtensions/manifest.json/theme_experiment", | |
"tags": [ | |
"Add-ons", | |
"Browser", | |
"Customization", | |
"Customize", | |
"Design", | |
"Look and Feel", | |
"Themes", | |
"colors", | |
"theme manifest" | |
], | |
"browser-compat": "webextensions.manifest.theme_experiment" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/manifest.json/user_scripts/index.md": { | |
"title": "user_scripts", | |
"slug": "Mozilla/Add-ons/WebExtensions/manifest.json/user_scripts", | |
"tags": [ | |
"Add-ons", | |
"Extensions", | |
"WebExtensions", | |
"manifest.json", | |
"user_scripts key" | |
], | |
"browser-compat": "webextensions.manifest.user_scripts" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/manifest.json/version/format/index.md": { | |
"title": "Manifest Version Format", | |
"slug": "Mozilla/Add-ons/WebExtensions/manifest.json/version/format", | |
"tags": ["Add-ons", "Extensions", "WebExtensions"] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/manifest.json/version/index.md": { | |
"title": "version", | |
"slug": "Mozilla/Add-ons/WebExtensions/manifest.json/version", | |
"tags": ["Add-ons", "Extensions", "WebExtensions"], | |
"browser-compat": "webextensions.manifest.version" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/manifest.json/version_name/index.md": { | |
"title": "version_name", | |
"slug": "Mozilla/Add-ons/WebExtensions/manifest.json/version_name", | |
"tags": ["Add-ons", "Extensions", "WebExtensions"], | |
"browser-compat": "webextensions.manifest.version_name" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/manifest.json/web_accessible_resources/index.md": { | |
"title": "web_accessible_resources", | |
"slug": "Mozilla/Add-ons/WebExtensions/manifest.json/web_accessible_resources", | |
"tags": ["Add-ons", "Extensions", "WebExtensions"], | |
"browser-compat": "webextensions.manifest.web_accessible_resources" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/match_patterns/index.md": { | |
"title": "Match patterns in extension manifests", | |
"slug": "Mozilla/Add-ons/WebExtensions/Match_patterns", | |
"tags": ["WebExtensions"], | |
"browser-compat": "webextensions.match_patterns.scheme" | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/modify_a_web_page/index.md": { | |
"title": "Modify a web page", | |
"slug": "Mozilla/Add-ons/WebExtensions/Modify_a_web_page", | |
"tags": ["WebExtensions"] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/native_manifests/index.md": { | |
"title": "Native manifests", | |
"slug": "Mozilla/Add-ons/WebExtensions/Native_manifests", | |
"tags": ["Extensions", "WebExtensions"] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/native_messaging/index.md": { | |
"title": "Native messaging", | |
"slug": "Mozilla/Add-ons/WebExtensions/Native_messaging", | |
"tags": ["WebExtensions"] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/prerequisites/index.md": { | |
"title": "Prerequisites", | |
"slug": "Mozilla/Add-ons/WebExtensions/Prerequisites", | |
"tags": ["Draft", "WebExtensions"] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/safely_inserting_external_content_into_a_page/index.md": { | |
"title": "Safely inserting external content into a page", | |
"slug": "Mozilla/Add-ons/WebExtensions/Safely_inserting_external_content_into_a_page", | |
"tags": [ | |
"Add-ons", | |
"Beginner", | |
"Extensions", | |
"How-to", | |
"Security", | |
"WebExtensions" | |
] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/sharing_objects_with_page_scripts/index.md": { | |
"title": "Sharing objects with page scripts", | |
"slug": "Mozilla/Add-ons/WebExtensions/Sharing_objects_with_page_scripts", | |
"tags": [ | |
"Add-ons", | |
"Content script", | |
"Extensions", | |
"Firefox", | |
"Guide", | |
"Mozilla", | |
"Non-standard", | |
"WebExtensions", | |
"XPCOM", | |
"page scripts" | |
] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/tips/index.md": { | |
"title": "Tips and Tricks", | |
"slug": "Mozilla/Add-ons/WebExtensions/Tips", | |
"tags": ["ECMAScript", "Tips", "Tips and Tricks", "WebExtensions", "tricks"] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/user_actions/index.md": { | |
"title": "User actions", | |
"slug": "Mozilla/Add-ons/WebExtensions/User_actions", | |
"tags": ["Add-ons", "Guide", "WebExtensions"] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/user_interface/browser_action/index.md": { | |
"title": "Toolbar button", | |
"slug": "Mozilla/Add-ons/WebExtensions/user_interface/Browser_action", | |
"tags": ["WebExtension"] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/user_interface/browser_styles/index.md": { | |
"title": "Browser styles", | |
"slug": "Mozilla/Add-ons/WebExtensions/user_interface/Browser_styles", | |
"tags": [ | |
"Add-ons", | |
"Browser style", | |
"Example", | |
"Extensions", | |
"Guide", | |
"WebExtensions" | |
] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/user_interface/context_menu_items/index.md": { | |
"title": "Context menu items", | |
"slug": "Mozilla/Add-ons/WebExtensions/user_interface/Context_menu_items", | |
"tags": ["WebExtensions"] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/user_interface/devtools_panels/index.md": { | |
"title": "devtools panels", | |
"slug": "Mozilla/Add-ons/WebExtensions/user_interface/devtools_panels", | |
"tags": ["Beginner", "Guide", "User Interface", "WebExtensions"] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/user_interface/extension_pages/index.md": { | |
"title": "Extension pages", | |
"slug": "Mozilla/Add-ons/WebExtensions/user_interface/Extension_pages", | |
"tags": ["Beginner", "User Interface", "WebExtensions"] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/user_interface/index.md": { | |
"title": "User interface", | |
"slug": "Mozilla/Add-ons/WebExtensions/user_interface", | |
"tags": ["Landing", "User Interface", "WebExtensions"] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/user_interface/notifications/index.md": { | |
"title": "Notifications", | |
"slug": "Mozilla/Add-ons/WebExtensions/user_interface/Notifications", | |
"tags": ["WebExtensions"] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/user_interface/omnibox/index.md": { | |
"title": "Address bar suggestions", | |
"slug": "Mozilla/Add-ons/WebExtensions/user_interface/Omnibox", | |
"tags": ["User Interface", "WebExtensions"] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/user_interface/options_pages/index.md": { | |
"title": "Options page", | |
"slug": "Mozilla/Add-ons/WebExtensions/user_interface/Options_pages", | |
"tags": ["WebExtensions"] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/user_interface/page_actions/index.md": { | |
"title": "Address bar button", | |
"slug": "Mozilla/Add-ons/WebExtensions/user_interface/Page_actions", | |
"tags": [ | |
"AddressBarButton", | |
"Page Action", | |
"User Interface", | |
"WebExtensions" | |
] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/user_interface/popups/index.md": { | |
"title": "Popups", | |
"slug": "Mozilla/Add-ons/WebExtensions/user_interface/Popups", | |
"tags": ["UI", "User Interface", "WebExtensions", "popup"] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/user_interface/sidebars/index.md": { | |
"title": "Sidebars", | |
"slug": "Mozilla/Add-ons/WebExtensions/user_interface/Sidebars", | |
"tags": ["WebExtensions"] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/what_are_webextensions/index.md": { | |
"title": "What are extensions?", | |
"slug": "Mozilla/Add-ons/WebExtensions/What_are_WebExtensions", | |
"tags": ["Extensions", "WebExtensions"] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/what_next_/index.md": { | |
"title": "What next?", | |
"slug": "Mozilla/Add-ons/WebExtensions/What_next_", | |
"tags": ["Beginner", "Extensions", "WebExtension"] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/work_with_contextual_identities/index.md": { | |
"title": "Work with contextual identities", | |
"slug": "Mozilla/Add-ons/WebExtensions/Work_with_contextual_identities", | |
"tags": [ | |
"Add-ons", | |
"Beginner", | |
"Contextual identities", | |
"Extensions", | |
"How-to", | |
"WebExtensions" | |
] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/work_with_the_bookmarks_api/index.md": { | |
"title": "Work with the Bookmarks API", | |
"slug": "Mozilla/Add-ons/WebExtensions/Work_with_the_Bookmarks_API", | |
"tags": [ | |
"Add-ons", | |
"Beginner", | |
"Bookmarks", | |
"Extensions", | |
"How-to", | |
"WebExtensions" | |
] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/work_with_the_cookies_api/index.md": { | |
"title": "Work with the Cookies API", | |
"slug": "Mozilla/Add-ons/WebExtensions/Work_with_the_Cookies_API", | |
"tags": [ | |
"Add-ons", | |
"Beginner", | |
"Cookies", | |
"Extensions", | |
"How-to", | |
"WebExtensions" | |
] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/working_with_files/index.md": { | |
"title": "Working with files", | |
"slug": "Mozilla/Add-ons/WebExtensions/Working_with_files", | |
"tags": ["Guide", "WebExtensions"] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/working_with_the_tabs_api/index.md": { | |
"title": "Working with the Tabs API", | |
"slug": "Mozilla/Add-ons/WebExtensions/Working_with_the_Tabs_API", | |
"tags": [ | |
"Add-ons", | |
"Beginner", | |
"Extensions", | |
"How-to", | |
"WebExtensions", | |
"tabs" | |
] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/your_first_webextension/index.md": { | |
"title": "Your first extension", | |
"slug": "Mozilla/Add-ons/WebExtensions/Your_first_WebExtension", | |
"tags": ["Add-ons", "Extensions", "Guide", "WebExtensions"] | |
}, | |
"/files/en-us/mozilla/add-ons/webextensions/your_second_webextension/index.md": { | |
"title": "Your second extension", | |
"slug": "Mozilla/Add-ons/WebExtensions/Your_second_WebExtension", | |
"tags": ["WebExtensions"] | |
}, | |
"/files/en-us/mozilla/firefox/experimental_features/index.md": { | |
"title": "Experimental features in Firefox", | |
"slug": "Mozilla/Firefox/Experimental_features", | |
"tags": ["Experimental", "Firefox", "Preferences", "features"] | |
}, | |
"/files/en-us/mozilla/firefox/index.md": { | |
"title": "Firefox", | |
"slug": "Mozilla/Firefox", | |
"tags": ["Firefox", "Landing", "Mozilla"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/1.5/adapting_xul_applications_for_firefox_1.5/index.md": { | |
"title": "Adapting XUL Applications for Firefox 1.5", | |
"slug": "Mozilla/Firefox/Releases/1.5/Adapting_XUL_Applications_for_Firefox_1.5", | |
"tags": ["Add-ons", "Extensions", "XUL"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/1.5/changing_the_priority_of_http_requests/index.md": { | |
"title": "Changing the Priority of HTTP Requests", | |
"slug": "Mozilla/Firefox/Releases/1.5/Changing_the_priority_of_HTTP_requests", | |
"tags": ["HTTP"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/1.5/index.md": { | |
"title": "Firefox 1.5 for developers", | |
"slug": "Mozilla/Firefox/Releases/1.5", | |
"tags": [ | |
"Add-ons", | |
"CSS", | |
"DOM", | |
"Extensions", | |
"HTML", | |
"JavaScript", | |
"RDF", | |
"SVG", | |
"Web Development", | |
"Web Standards", | |
"XML", | |
"XML Web Services", | |
"XSLT", | |
"XUL" | |
] | |
}, | |
"/files/en-us/mozilla/firefox/releases/1.5/using_firefox_1.5_caching/index.md": { | |
"title": "Using Firefox 1.5 caching", | |
"slug": "Mozilla/Firefox/Releases/1.5/Using_Firefox_1.5_caching", | |
"tags": [ | |
"Add-ons", | |
"DOM", | |
"Extensions", | |
"HTML", | |
"JavaScript", | |
"Web Development" | |
] | |
}, | |
"/files/en-us/mozilla/firefox/releases/1.5/what_s_new_in_1.5_alpha/index.md": { | |
"title": "What's New in Deer Park Alpha", | |
"slug": "Mozilla/Firefox/Releases/1.5/What_s_new_in_1.5_alpha", | |
"tags": [ | |
"API", | |
"CSS", | |
"DOM", | |
"Extensions", | |
"Graphics", | |
"HTML", | |
"JavaScript", | |
"SVG" | |
] | |
}, | |
"/files/en-us/mozilla/firefox/releases/10/index.md": { | |
"title": "Firefox 10 for developers", | |
"slug": "Mozilla/Firefox/Releases/10", | |
"tags": ["Firefox", "Firefox 10", "Gecko 10"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/10/updating_add-ons/index.md": { | |
"title": "Updating add-ons for Firefox 10", | |
"slug": "Mozilla/Firefox/Releases/10/Updating_add-ons", | |
"tags": ["Add-ons", "Extensions", "Firefox", "Firefox 10", "Gecko 10"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/11/index.md": { | |
"title": "Firefox 11 for developers", | |
"slug": "Mozilla/Firefox/Releases/11", | |
"tags": ["Firefox", "Firefox 11"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/12/index.md": { | |
"title": "Firefox 12 for developers", | |
"slug": "Mozilla/Firefox/Releases/12", | |
"tags": ["Firefox", "Firefox 12", "Gecko 12", "Web Development"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/13/index.md": { | |
"title": "Firefox 13 for developers", | |
"slug": "Mozilla/Firefox/Releases/13", | |
"tags": ["Firefox", "Gecko"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/14/index.md": { | |
"title": "Firefox 14 for developers", | |
"slug": "Mozilla/Firefox/Releases/14", | |
"tags": ["Firefox", "Firefox 14", "Gecko", "Gecko 14"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/15/index.md": { | |
"title": "Firefox 15 for developers", | |
"slug": "Mozilla/Firefox/Releases/15", | |
"tags": ["Firefox", "Firefox 15", "Gecko 15"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/16/index.md": { | |
"title": "Firefox 16 for developers", | |
"slug": "Mozilla/Firefox/Releases/16", | |
"tags": ["2009", "Firefox"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/17/index.md": { | |
"title": "Firefox 17 for developers", | |
"slug": "Mozilla/Firefox/Releases/17", | |
"tags": ["17", "Firefox"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/18/index.md": { | |
"title": "Firefox 18 for developers", | |
"slug": "Mozilla/Firefox/Releases/18", | |
"tags": ["Firefox", "Firefox 18"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/19/index.md": { | |
"title": "Firefox 19 for developers", | |
"slug": "Mozilla/Firefox/Releases/19", | |
"tags": ["Firefox", "Firefox 19", "NeedsContent"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/2/adding_feed_readers_to_firefox/index.md": { | |
"title": "Adding feed readers to Firefox", | |
"slug": "Mozilla/Firefox/Releases/2/Adding_feed_readers_to_Firefox", | |
"tags": ["Configuration management"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/2/index.md": { | |
"title": "Firefox 2 for developers", | |
"slug": "Mozilla/Firefox/Releases/2", | |
"tags": ["Firefox", "Firefox 2"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/2/security_changes/index.md": { | |
"title": "Security in Firefox 2", | |
"slug": "Mozilla/Firefox/Releases/2/Security_changes", | |
"tags": ["Firefox", "Security"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/2/updating_extensions/index.md": { | |
"title": "Updating extensions for Firefox 2", | |
"slug": "Mozilla/Firefox/Releases/2/Updating_extensions", | |
"tags": ["Add-ons", "Extensions"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/20/index.md": { | |
"title": "Firefox 20 for developers", | |
"slug": "Mozilla/Firefox/Releases/20", | |
"tags": ["Firefox", "Firefox 20", "Gecko", "Mozilla"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/21/index.md": { | |
"title": "Firefox 21 for developers", | |
"slug": "Mozilla/Firefox/Releases/21", | |
"tags": ["Firefox", "Mozilla"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/22/index.md": { | |
"title": "Firefox 22 for developers", | |
"slug": "Mozilla/Firefox/Releases/22", | |
"tags": ["Firefox", "Firefox 22"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/23/index.md": { | |
"title": "Firefox 23 for developers", | |
"slug": "Mozilla/Firefox/Releases/23", | |
"tags": ["Firefox", "Firefox 23"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/24/index.md": { | |
"title": "Firefox 24 for developers", | |
"slug": "Mozilla/Firefox/Releases/24", | |
"tags": ["Firefox", "Firefox 24"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/25/index.md": { | |
"title": "Firefox 25 for developers", | |
"slug": "Mozilla/Firefox/Releases/25", | |
"tags": ["Beginner", "Firefox", "Firefox 25", "Guide"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/26/index.md": { | |
"title": "Firefox 26 for developers", | |
"slug": "Mozilla/Firefox/Releases/26", | |
"tags": ["Firefox"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/27/index.md": { | |
"title": "Firefox 27 for developers", | |
"slug": "Mozilla/Firefox/Releases/27", | |
"tags": ["Firefox"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/28/index.md": { | |
"title": "Firefox 28 for developers", | |
"slug": "Mozilla/Firefox/Releases/28", | |
"tags": ["Compatibility", "Firefox", "Mozilla"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/29/index.md": { | |
"title": "Firefox 29 for developers", | |
"slug": "Mozilla/Firefox/Releases/29", | |
"tags": ["firefox developers", "firefox29"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/3/dom_improvements/index.md": { | |
"title": "DOM improvements in Firefox 3", | |
"slug": "Mozilla/Firefox/Releases/3/DOM_improvements", | |
"tags": ["DOM", "Firefox 3"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/3/full_page_zoom/index.md": { | |
"title": "Full page zoom", | |
"slug": "Mozilla/Firefox/Releases/3/Full_page_zoom", | |
"tags": ["Extensions", "Firefox 3", "XUL"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/3/index.md": { | |
"title": "Firefox 3 for developers", | |
"slug": "Mozilla/Firefox/Releases/3", | |
"tags": ["Firefox 3"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/3/notable_bugs_fixed/index.md": { | |
"title": "Notable bugs fixed in Firefox 3", | |
"slug": "Mozilla/Firefox/Releases/3/Notable_bugs_fixed", | |
"tags": ["Firefox 3"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/3/site_compatibility/index.md": { | |
"title": "Site compatibility for Firefox 3", | |
"slug": "Mozilla/Firefox/Releases/3/Site_compatibility", | |
"tags": ["Compatibility", "Gecko", "Web Development"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/3/svg_improvements/index.md": { | |
"title": "SVG improvements in Firefox 3", | |
"slug": "Mozilla/Firefox/Releases/3/SVG_improvements", | |
"tags": ["Firefox 3", "SVG"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/3/templates/index.md": { | |
"title": "Templates in Firefox 3", | |
"slug": "Mozilla/Firefox/Releases/3/Templates", | |
"tags": ["Firefox 3", "NeedsContent", "NeedsHelp"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/3/updating_extensions/index.md": { | |
"title": "Updating extensions for Firefox 3", | |
"slug": "Mozilla/Firefox/Releases/3/Updating_extensions", | |
"tags": ["Firefox 3"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/3/updating_web_applications/index.md": { | |
"title": "Updating web applications for Firefox 3", | |
"slug": "Mozilla/Firefox/Releases/3/Updating_web_applications", | |
"tags": ["Firefox 3"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/3/using_an_external_spell_checker/index.md": { | |
"title": "Using an external spell checker", | |
"slug": "Mozilla/Firefox/Releases/3/Using_an_external_spell_checker", | |
"tags": ["Extensions", "Guide", "NeedsExample"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/3/xul_improvements_in_firefox_3/index.md": { | |
"title": "XUL improvements in Firefox 3", | |
"slug": "Mozilla/Firefox/Releases/3/XUL_improvements_in_Firefox_3", | |
"tags": ["Firefox 3", "XUL"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/3.5/icc_color_correction_in_firefox/index.md": { | |
"title": "ICC color correction in Firefox", | |
"slug": "Mozilla/Firefox/Releases/3.5/ICC_color_correction_in_Firefox", | |
"tags": ["Firefox", "Firefox 3", "Firefox 3.5"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/3.5/index.md": { | |
"title": "Firefox 3.5 for developers", | |
"slug": "Mozilla/Firefox/Releases/3.5", | |
"tags": [ | |
"CSS", | |
"Firefox", | |
"Firefox 3.5", | |
"Gecko", | |
"Gecko 1.9.1", | |
"HTML", | |
"JavaScript", | |
"Storage", | |
"XUL" | |
] | |
}, | |
"/files/en-us/mozilla/firefox/releases/3.5/security_changes/index.md": { | |
"title": "Security changes in Firefox 3.5", | |
"slug": "Mozilla/Firefox/Releases/3.5/Security_changes", | |
"tags": ["Firefox", "Firefox 3.5", "Security", "XUL"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/3.5/updating_extensions/index.md": { | |
"title": "Updating extensions for Firefox 3.5", | |
"slug": "Mozilla/Firefox/Releases/3.5/Updating_extensions", | |
"tags": ["Extensions"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/3.6/index.md": { | |
"title": "Firefox 3.6 for developers", | |
"slug": "Mozilla/Firefox/Releases/3.6", | |
"tags": [ | |
"CSS", | |
"Firefox", | |
"Gecko", | |
"Gecko 1.9.2", | |
"HTML", | |
"JavaScript", | |
"Namoroka", | |
"XUL" | |
] | |
}, | |
"/files/en-us/mozilla/firefox/releases/3.6/interfaces_moved/index.md": { | |
"title": "Interfaces moved in Firefox 3.6", | |
"slug": "Mozilla/Firefox/Releases/3.6/Interfaces_moved", | |
"tags": ["DOM", "Gecko", "Gecko 1.9.2", "Interfaces", "XPCOM"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/3.6/updating_extensions/index.md": { | |
"title": "Updating extensions for Firefox 3.6", | |
"slug": "Mozilla/Firefox/Releases/3.6/Updating_extensions", | |
"tags": ["Extensions", "Firefox", "Firefox 3.6"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/3.6/updating_plug-ins/index.md": { | |
"title": "Updating plug-ins for Firefox 3.6", | |
"slug": "Mozilla/Firefox/Releases/3.6/Updating_plug-ins", | |
"tags": ["Add-ons", "Firefox", "Firefox 3.6", "Gecko 1.9.2", "Plugins"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/3.6/updating_themes/index.md": { | |
"title": "Updating themes for Firefox 3.6", | |
"slug": "Mozilla/Firefox/Releases/3.6/Updating_themes", | |
"tags": ["Firefox 3.6", "Themes"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/30/index.md": { | |
"title": "Firefox 30 for developers", | |
"slug": "Mozilla/Firefox/Releases/30", | |
"tags": ["Firefox", "Firefox for Developers"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/31/index.md": { | |
"title": "Firefox 31 for developers", | |
"slug": "Mozilla/Firefox/Releases/31", | |
"tags": ["Firefox", "Firefox 31", "Firefox for Developers"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/32/index.md": { | |
"title": "Firefox 32 for developers", | |
"slug": "Mozilla/Firefox/Releases/32", | |
"tags": ["Firefox"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/33/index.md": { | |
"title": "Firefox 33 for developers", | |
"slug": "Mozilla/Firefox/Releases/33", | |
"tags": ["Firefox"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/34/index.md": { | |
"title": "Firefox 34 for developers", | |
"slug": "Mozilla/Firefox/Releases/34", | |
"tags": ["Firefox", "Releases"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/35/index.md": { | |
"title": "Firefox 35 for developers", | |
"slug": "Mozilla/Firefox/Releases/35", | |
"tags": ["Firefox", "Releases"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/36/index.md": { | |
"title": "Firefox 36 for developers", | |
"slug": "Mozilla/Firefox/Releases/36", | |
"tags": ["Firefox"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/37/index.md": { | |
"title": "Firefox 37 for developers", | |
"slug": "Mozilla/Firefox/Releases/37", | |
"tags": ["Firefox", "Release Notes"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/38/index.md": { | |
"title": "Firefox 38 for developers", | |
"slug": "Mozilla/Firefox/Releases/38", | |
"tags": ["Firefox", "Release"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/39/index.md": { | |
"title": "Firefox 39 for developers", | |
"slug": "Mozilla/Firefox/Releases/39", | |
"tags": ["Firefox", "Releases"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/4/index.md": { | |
"title": "Firefox 4 for developers", | |
"slug": "Mozilla/Firefox/Releases/4", | |
"tags": [ | |
"CSS", | |
"Firefox", | |
"Firefox 4", | |
"Gecko", | |
"Gecko 2.0", | |
"HTML", | |
"JavaScript", | |
"XPCOM", | |
"XUL" | |
] | |
}, | |
"/files/en-us/mozilla/firefox/releases/4/the_add-on_bar/index.md": { | |
"title": "The add-on bar", | |
"slug": "Mozilla/Firefox/Releases/4/The_add-on_bar", | |
"tags": [ | |
"Add-ons", | |
"Extensions", | |
"Firefox 4", | |
"Guide", | |
"NeedsExample", | |
"Toolbar" | |
] | |
}, | |
"/files/en-us/mozilla/firefox/releases/4/updating_extensions_for_firefox_4/index.md": { | |
"title": "Updating extensions for Firefox 4", | |
"slug": "Mozilla/Firefox/Releases/4/Updating_extensions_for_Firefox_4", | |
"tags": [ | |
"4", | |
"Add-ons", | |
"Extensions", | |
"Firefox", | |
"Firefox 4", | |
"Gecko 2.0", | |
"Mozilla", | |
"Release" | |
] | |
}, | |
"/files/en-us/mozilla/firefox/releases/40/index.md": { | |
"title": "Firefox 40 for developers", | |
"slug": "Mozilla/Firefox/Releases/40", | |
"tags": ["Firefox", "Releases"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/41/index.md": { | |
"title": "Firefox 41 for developers", | |
"slug": "Mozilla/Firefox/Releases/41", | |
"tags": ["Firefox", "Firefox 41", "Releases"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/42/index.md": { | |
"title": "Firefox 42 for developers", | |
"slug": "Mozilla/Firefox/Releases/42", | |
"tags": ["42", "Firefox", "Mozilla", "Release", "Release Notes"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/43/index.md": { | |
"title": "Firefox 43 for developers", | |
"slug": "Mozilla/Firefox/Releases/43", | |
"tags": ["Firefox"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/44/index.md": { | |
"title": "Firefox 44 for developers", | |
"slug": "Mozilla/Firefox/Releases/44", | |
"tags": ["Firefox"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/45/index.md": { | |
"title": "Firefox 45 for developers", | |
"slug": "Mozilla/Firefox/Releases/45", | |
"tags": ["Firefox"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/46/index.md": { | |
"title": "Firefox 46 for developers", | |
"slug": "Mozilla/Firefox/Releases/46", | |
"tags": ["Firefox"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/47/index.md": { | |
"title": "Firefox 47 for developers", | |
"slug": "Mozilla/Firefox/Releases/47", | |
"tags": ["Firefox", "Release Notes"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/48/index.md": { | |
"title": "Firefox 48 for developers", | |
"slug": "Mozilla/Firefox/Releases/48", | |
"tags": ["48", "Firefox", "Mozilla", "Release"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/49/index.md": { | |
"title": "Firefox 49 for developers", | |
"slug": "Mozilla/Firefox/Releases/49", | |
"tags": ["Firefox", "Release Notes"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/5/index.md": { | |
"title": "Firefox 5 for developers", | |
"slug": "Mozilla/Firefox/Releases/5", | |
"tags": ["Firefox", "Firefox 5", "Gecko 5.0"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/5/updating_add-ons/index.md": { | |
"title": "Updating add-ons for Firefox 5", | |
"slug": "Mozilla/Firefox/Releases/5/Updating_add-ons", | |
"tags": ["Add-ons", "Extensions", "Firefox 5"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/50/index.md": { | |
"title": "Firefox 50 for developers", | |
"slug": "Mozilla/Firefox/Releases/50", | |
"tags": ["Firefox", "Release Notes"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/51/index.md": { | |
"title": "Firefox 51 for developers", | |
"slug": "Mozilla/Firefox/Releases/51", | |
"tags": ["Firefox", "Mozilla", "Release Notes"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/52/index.md": { | |
"title": "Firefox 52 for developers", | |
"slug": "Mozilla/Firefox/Releases/52", | |
"tags": ["Firefox", "Mozilla", "Release Notes"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/53/index.md": { | |
"title": "Firefox 53 for developers", | |
"slug": "Mozilla/Firefox/Releases/53", | |
"tags": ["Firefox", "Mozilla", "Release Notes"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/54/index.md": { | |
"title": "Firefox 54 for developers", | |
"slug": "Mozilla/Firefox/Releases/54", | |
"tags": ["54", "Firefox", "Release Notes"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/55/index.md": { | |
"title": "Firefox 55 for developers", | |
"slug": "Mozilla/Firefox/Releases/55", | |
"tags": ["55", "Firefox", "Release Notes"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/56/index.md": { | |
"title": "Firefox 56 for developers", | |
"slug": "Mozilla/Firefox/Releases/56", | |
"tags": ["56", "Firefox", "Release Notes"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/57/index.md": { | |
"title": "Firefox 57 (Quantum) for developers", | |
"slug": "Mozilla/Firefox/Releases/57", | |
"tags": ["57", "Firefox", "Firefox Quantum", "Release Notes", "Stylo"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/58/index.md": { | |
"title": "Firefox 58 for developers", | |
"slug": "Mozilla/Firefox/Releases/58", | |
"tags": ["58", "Firefox", "Release Notes"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/59/index.md": { | |
"title": "Firefox 59 for developers", | |
"slug": "Mozilla/Firefox/Releases/59", | |
"tags": ["59", "Firefox", "Release Notes"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/6/index.md": { | |
"title": "Firefox 6 for developers", | |
"slug": "Mozilla/Firefox/Releases/6", | |
"tags": ["Firefox", "Firefox 6", "Gecko 6.0"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/6/updating_add-ons/index.md": { | |
"title": "Updating add-ons for Firefox 6", | |
"slug": "Mozilla/Firefox/Releases/6/Updating_add-ons", | |
"tags": ["API", "Add-ons", "Firefox"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/60/index.md": { | |
"title": "Firefox 60 for developers", | |
"slug": "Mozilla/Firefox/Releases/60", | |
"tags": ["60", "Firefox", "Release Notes"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/61/index.md": { | |
"title": "Firefox 61 for developers", | |
"slug": "Mozilla/Firefox/Releases/61", | |
"tags": ["61", "Firefox", "Release"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/62/index.md": { | |
"title": "Firefox 62 for developers", | |
"slug": "Mozilla/Firefox/Releases/62", | |
"tags": ["62", "Firefox", "Release"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/63/index.md": { | |
"title": "Firefox 63 for developers", | |
"slug": "Mozilla/Firefox/Releases/63", | |
"tags": ["63", "Firefox", "Mozilla", "Release"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/64/index.md": { | |
"title": "Firefox 64 for developers", | |
"slug": "Mozilla/Firefox/Releases/64", | |
"tags": ["64", "Firefox", "Mozilla", "Release"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/65/index.md": { | |
"title": "Firefox 65 for developers", | |
"slug": "Mozilla/Firefox/Releases/65", | |
"tags": ["65", "Firefox", "Mozilla", "Release"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/66/index.md": { | |
"title": "Firefox 66 for developers", | |
"slug": "Mozilla/Firefox/Releases/66", | |
"tags": ["66", "Firefox", "Mozilla", "Release"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/67/index.md": { | |
"title": "Firefox 67 for developers", | |
"slug": "Mozilla/Firefox/Releases/67", | |
"tags": ["67", "Firefox", "Mozilla", "Release"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/68/index.md": { | |
"title": "Firefox 68 for developers", | |
"slug": "Mozilla/Firefox/Releases/68", | |
"tags": ["68", "Firefox", "Mozilla", "Release"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/69/index.md": { | |
"title": "Firefox 69 for developers", | |
"slug": "Mozilla/Firefox/Releases/69", | |
"tags": ["69", "Firefox", "Mozilla", "Release"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/7/index.md": { | |
"title": "Firefox 7 for developers", | |
"slug": "Mozilla/Firefox/Releases/7", | |
"tags": ["Firefox", "Firefox 7", "Gecko 7"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/7/updating_extensions/index.md": { | |
"title": "Updating extensions for Firefox 7", | |
"slug": "Mozilla/Firefox/Releases/7/Updating_extensions", | |
"tags": ["Extensions", "Firefox", "Firefox 7"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/70/index.md": { | |
"title": "Firefox 70 for developers", | |
"slug": "Mozilla/Firefox/Releases/70", | |
"tags": ["70", "Firefox", "Mozilla", "Release"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/71/index.md": { | |
"title": "Firefox 71 for Developers", | |
"slug": "Mozilla/Firefox/Releases/71", | |
"tags": ["71", "Firefox", "Mozilla", "Release"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/72/index.md": { | |
"title": "Firefox 72 for Developers", | |
"slug": "Mozilla/Firefox/Releases/72", | |
"tags": ["72", "Firefox", "Mozilla", "Release"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/73/index.md": { | |
"title": "Firefox 73 for developers", | |
"slug": "Mozilla/Firefox/Releases/73", | |
"tags": ["73", "Firefox", "Mozilla", "Release"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/74/index.md": { | |
"title": "Firefox 74 for developers", | |
"slug": "Mozilla/Firefox/Releases/74", | |
"tags": ["74", "Firefox", "Mozilla", "Release"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/75/index.md": { | |
"title": "Firefox 75 for developers", | |
"slug": "Mozilla/Firefox/Releases/75", | |
"tags": ["75", "Firefox", "Mozilla", "Release"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/76/index.md": { | |
"title": "Firefox 76 for developers", | |
"slug": "Mozilla/Firefox/Releases/76", | |
"tags": ["76", "Firefox", "Mozilla", "Release"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/77/index.md": { | |
"title": "Firefox 77 for developers", | |
"slug": "Mozilla/Firefox/Releases/77", | |
"tags": ["77", "Firefox", "Mozilla", "Releases"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/78/index.md": { | |
"title": "Firefox 78 for developers", | |
"slug": "Mozilla/Firefox/Releases/78", | |
"tags": ["78", "Firefox", "Mozilla", "Releases"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/79/index.md": { | |
"title": "Firefox 79 for developers", | |
"slug": "Mozilla/Firefox/Releases/79", | |
"tags": ["79", "Firefox", "Mozilla", "Release"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/8/index.md": { | |
"title": "Firefox 8 for developers", | |
"slug": "Mozilla/Firefox/Releases/8", | |
"tags": ["Firefox", "Firefox 8"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/8/updating_add-ons/index.md": { | |
"title": "Updating add-ons for Firefox 8", | |
"slug": "Mozilla/Firefox/Releases/8/Updating_add-ons", | |
"tags": ["Add-ons", "Extensions", "Firefox 8", "Guide"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/80/index.md": { | |
"title": "Firefox 80 for developers", | |
"slug": "Mozilla/Firefox/Releases/80", | |
"tags": ["80", "Firefox", "Mozilla", "Release"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/81/index.md": { | |
"title": "Firefox 81 for developers", | |
"slug": "Mozilla/Firefox/Releases/81", | |
"tags": ["81", "Firefox", "Mozilla", "Release"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/82/index.md": { | |
"title": "Firefox 82 for developers", | |
"slug": "Mozilla/Firefox/Releases/82", | |
"tags": ["82", "Firefox", "Mozilla", "Release"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/83/index.md": { | |
"title": "Firefox 83 for developers", | |
"slug": "Mozilla/Firefox/Releases/83", | |
"tags": ["83", "Firefox", "Mozilla", "Release"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/84/index.md": { | |
"title": "Firefox 84 for developers", | |
"slug": "Mozilla/Firefox/Releases/84", | |
"tags": ["84", "Firefox", "Mozilla", "Release"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/85/index.md": { | |
"title": "Firefox 85 for developers", | |
"slug": "Mozilla/Firefox/Releases/85", | |
"tags": ["85", "Firefox", "Mozilla", "Release"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/86/index.md": { | |
"title": "Firefox 86 for developers", | |
"slug": "Mozilla/Firefox/Releases/86", | |
"tags": ["86", "Firefox", "Mozilla", "Release"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/87/index.md": { | |
"title": "Firefox 87 for developers", | |
"slug": "Mozilla/Firefox/Releases/87", | |
"tags": ["87", "Firefox", "Mozilla", "Release"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/88/index.md": { | |
"title": "Firefox 88 for developers", | |
"slug": "Mozilla/Firefox/Releases/88", | |
"tags": ["88", "Firefox", "Mozilla", "Release"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/89/index.md": { | |
"title": "Firefox 89 for developers", | |
"slug": "Mozilla/Firefox/Releases/89", | |
"tags": ["89", "Firefox", "Mozilla", "Release"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/9/index.md": { | |
"title": "Firefox 9 for developers", | |
"slug": "Mozilla/Firefox/Releases/9", | |
"tags": ["Firefox", "Firefox 9", "Gecko 9"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/9/updating_add-ons/index.md": { | |
"title": "Updating add-ons for Firefox 9", | |
"slug": "Mozilla/Firefox/Releases/9/Updating_add-ons", | |
"tags": ["Extensions", "Firefox 9", "Guide"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/90/index.md": { | |
"title": "Firefox 90 for developers", | |
"slug": "Mozilla/Firefox/Releases/90", | |
"tags": ["90", "Firefox", "Mozilla", "Release"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/91/index.md": { | |
"title": "Firefox 91 for developers", | |
"slug": "Mozilla/Firefox/Releases/91", | |
"tags": ["91", "Firefox", "Mozilla", "Release"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/92/index.md": { | |
"title": "Firefox 92 for developers", | |
"slug": "Mozilla/Firefox/Releases/92", | |
"tags": ["92", "Firefox", "Mozilla", "Release"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/93/index.md": { | |
"title": "Firefox 93 for developers", | |
"slug": "Mozilla/Firefox/Releases/93", | |
"tags": ["93", "Firefox", "Mozilla", "Release"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/94/index.md": { | |
"title": "Firefox 94 for developers", | |
"slug": "Mozilla/Firefox/Releases/94", | |
"tags": ["94", "Firefox", "Mozilla", "Release"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/95/index.md": { | |
"title": "Firefox 95 for developers", | |
"slug": "Mozilla/Firefox/Releases/95", | |
"tags": ["95", "Firefox", "Mozilla", "Release"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/96/index.md": { | |
"title": "Firefox 96 for developers", | |
"slug": "Mozilla/Firefox/Releases/96", | |
"tags": ["96", "Firefox", "Mozilla", "Release"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/97/index.md": { | |
"title": "Firefox 97 for developers", | |
"slug": "Mozilla/Firefox/Releases/97", | |
"tags": ["97", "Firefox", "Mozilla", "Release"] | |
}, | |
"/files/en-us/mozilla/firefox/releases/index.md": { | |
"title": "Firefox developer release notes", | |
"slug": "Mozilla/Firefox/Releases", | |
"tags": ["Firefox", "Landing", "Mozilla", "Release"] | |
}, | |
"/files/en-us/mozilla/index.html": { | |
"title": "Mozilla", | |
"slug": "Mozilla", | |
"tags": [ | |
"Add-ons", | |
"Advanced", | |
"Apps", | |
"CodingScripting", | |
"Landing", | |
"Mozilla" | |
] | |
}, | |
"/files/en-us/mozilla/projects/nss/an_overview_of_nss_internals/index.html": { | |
"title": "An overview of NSS Internals", | |
"slug": "Mozilla/Projects/NSS/An_overview_of_NSS_Internals", | |
"tags": ["API", "Intermediate", "Intro", "NSS", "Tools"] | |
}, | |
"/files/en-us/mozilla/projects/nss/blank_function/index.html": { | |
"title": "Function_Name", | |
"slug": "Mozilla/Projects/NSS/Blank_Function", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/building/index.html": { | |
"title": "Building NSS", | |
"slug": "Mozilla/Projects/NSS/Building", | |
"tags": ["Guide", "NSS", "Security"] | |
}, | |
"/files/en-us/mozilla/projects/nss/cert_findcertbydercert/index.html": { | |
"title": "CERT_FindCertByDERCert", | |
"slug": "Mozilla/Projects/NSS/CERT_FindCertByDERCert", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/cert_findcertbyissuerandsn/index.html": { | |
"title": "CERT_FindCertByIssuerAndSN", | |
"slug": "Mozilla/Projects/NSS/CERT_FindCertByIssuerAndSN", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/certificate_download_specification/index.html": { | |
"title": "NSS Certificate Download Specification", | |
"slug": "Mozilla/Projects/NSS/Certificate_Download_Specification", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/certificate_functions/index.html": { | |
"title": "Certificate functions", | |
"slug": "Mozilla/Projects/NSS/Certificate_functions", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/certverify_log/index.html": { | |
"title": "NSS CERTVerify Log", | |
"slug": "Mozilla/Projects/NSS/CERTVerify_Log", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/code_coverage/index.html": { | |
"title": "NSS Code Coverage", | |
"slug": "Mozilla/Projects/NSS/Code_Coverage", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/cryptography_functions/index.html": { | |
"title": "Cryptography functions", | |
"slug": "Mozilla/Projects/NSS/Cryptography_functions", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/deprecated_ssl_functions/index.html": { | |
"title": "Deprecated SSL functions", | |
"slug": "Mozilla/Projects/NSS/Deprecated_SSL_functions", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/encrypt_decrypt_mac_keys_as_session_objects/index.html": { | |
"title": "Encrypt Decrypt MAC Keys As Session Objects", | |
"slug": "Mozilla/Projects/NSS/Encrypt_Decrypt_MAC_Keys_As_Session_Objects", | |
"tags": ["Decrypt", "Encryption", "Example", "NSS", "Sample code"] | |
}, | |
"/files/en-us/mozilla/projects/nss/encrypt_decrypt_mac_using_token/index.html": { | |
"title": "Encrypt and decrypt MAC using token", | |
"slug": "Mozilla/Projects/NSS/Encrypt_Decrypt_MAC_Using_Token", | |
"tags": ["Example", "Intermediate", "Mozilla", "NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/faq/index.html": { | |
"title": "NSS FAQ", | |
"slug": "Mozilla/Projects/NSS/FAQ", | |
"tags": ["NSS", "NeedsUpdate"] | |
}, | |
"/files/en-us/mozilla/projects/nss/fips_mode_-_an_explanation/index.html": { | |
"title": "FIPS Mode - an explanation", | |
"slug": "Mozilla/Projects/NSS/FIPS_Mode_-_an_explanation", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/getting_started_with_nss/index.html": { | |
"title": "Getting Started With NSS", | |
"slug": "Mozilla/Projects/NSS/Getting_started_with_NSS", | |
"tags": ["Samples WIP"] | |
}, | |
"/files/en-us/mozilla/projects/nss/http_delegation/index.html": { | |
"title": "HTTP delegation", | |
"slug": "Mozilla/Projects/NSS/HTTP_delegation", | |
"tags": ["Advanced", "Guide", "NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/http_delegation_clone/index.html": { | |
"title": "HTTP delegation", | |
"slug": "Mozilla/Projects/NSS/HTTP_delegation_clone", | |
"tags": ["Advanced", "Guide", "NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/index/index.html": { | |
"title": "Index", | |
"slug": "Mozilla/Projects/NSS/Index" | |
}, | |
"/files/en-us/mozilla/projects/nss/index.html": { | |
"title": "Network Security Services", | |
"slug": "Mozilla/Projects/NSS", | |
"tags": ["JSS", "NSS", "NeedsMigration"] | |
}, | |
"/files/en-us/mozilla/projects/nss/introduction_to_network_security_services/index.html": { | |
"title": "Introduction to Network Security Services", | |
"slug": "Mozilla/Projects/NSS/Introduction_to_Network_Security_Services", | |
"tags": ["Introduction", "Mozilla", "NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/jss/4.3.1_release_notes/index.html": { | |
"title": "4.3.1 Release Notes", | |
"slug": "Mozilla/Projects/NSS/JSS/4.3.1_Release_Notes", | |
"tags": ["JSS", "NSPR", "NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/jss/4_3_releasenotes/index.html": { | |
"title": "4.3 Release Notes", | |
"slug": "Mozilla/Projects/NSS/JSS/4_3_ReleaseNotes", | |
"tags": ["JSS", "NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/jss/build_instructions_for_jss_4.3.x/index.html": { | |
"title": "Build instructions for JSS 4.3.x", | |
"slug": "Mozilla/Projects/NSS/JSS/Build_instructions_for_JSS_4.3.x", | |
"tags": ["JSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/jss/build_instructions_for_jss_4.4.x/index.html": { | |
"title": "Build instructions for JSS 4.4.x", | |
"slug": "Mozilla/Projects/NSS/JSS/Build_instructions_for_JSS_4.4.x", | |
"tags": ["JSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/jss/index.html": { | |
"title": "JSS", | |
"slug": "Mozilla/Projects/NSS/JSS", | |
"tags": ["Guide", "JSS", "NSS", "NeedsMigration"] | |
}, | |
"/files/en-us/mozilla/projects/nss/jss/jss_faq/index.html": { | |
"title": "JSS FAQ", | |
"slug": "Mozilla/Projects/NSS/JSS/JSS_FAQ", | |
"tags": ["JSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/jss/jss_provider_notes/index.html": { | |
"title": "JSS Provider Notes", | |
"slug": "Mozilla/Projects/NSS/JSS/JSS_Provider_Notes", | |
"tags": ["Crypto", "JSS", "Security"] | |
}, | |
"/files/en-us/mozilla/projects/nss/jss/mozilla-jss_jca_provider_notes/index.html": { | |
"title": "Mozilla-JSS JCA Provider notes", | |
"slug": "Mozilla/Projects/NSS/JSS/Mozilla-JSS_JCA_Provider_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/jss/using_jss/index.html": { | |
"title": "Using JSS", | |
"slug": "Mozilla/Projects/NSS/JSS/Using_JSS", | |
"tags": ["JSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/jss_4.4.0_release_notes/index.html": { | |
"title": "JSS 4.4.0 Release Notes", | |
"slug": "Mozilla/Projects/NSS/JSS_4.4.0_Release_Notes", | |
"tags": ["D"] | |
}, | |
"/files/en-us/mozilla/projects/nss/key_log_format/index.html": { | |
"title": "NSS Key Log Format", | |
"slug": "Mozilla/Projects/NSS/Key_Log_Format" | |
}, | |
"/files/en-us/mozilla/projects/nss/memory_allocation/index.html": { | |
"title": "NSS Memory allocation", | |
"slug": "Mozilla/Projects/NSS/Memory_allocation", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/modutil-tasks.html/index.html": { | |
"title": "modutil-tasks.html", | |
"slug": "Mozilla/Projects/NSS/modutil-tasks.html" | |
}, | |
"/files/en-us/mozilla/projects/nss/new_nss_samples/index.html": { | |
"title": "New NSS Samples", | |
"slug": "Mozilla/Projects/NSS/New_NSS_Samples", | |
"tags": ["Example"] | |
}, | |
"/files/en-us/mozilla/projects/nss/notes_on_tls_-_ssl_3.0_intolerant_servers/index.html": { | |
"title": "Notes on TLS - SSL 3.0 Intolerant Servers", | |
"slug": "Mozilla/Projects/NSS/Notes_on_TLS_-_SSL_3.0_Intolerant_Servers", | |
"tags": ["Gecko", "NSS", "Security"] | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.11.10_release_notes.html/index.html": { | |
"title": "NSS_3.11.10_release_notes.html", | |
"slug": "Mozilla/Projects/NSS/NSS_3.11.10_release_notes.html" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.12.1_release_notes.html/index.html": { | |
"title": "NSS_3.12.1_release_notes.html", | |
"slug": "Mozilla/Projects/NSS/NSS_3.12.1_release_notes.html" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.12.2_release_notes.html/index.html": { | |
"title": "NSS_3.12.2_release_notes.html", | |
"slug": "Mozilla/Projects/NSS/NSS_3.12.2_release_notes.html" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.12.3_release_notes/index.html": { | |
"title": "NSS_3.12.3_release_notes.html", | |
"slug": "Mozilla/Projects/NSS/NSS_3.12.3_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.12.4_release_notes/index.html": { | |
"title": "NSS 3.12.4 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.12.4_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.12.5_release_notes/index.html": { | |
"title": "NSS 3.12.5 release_notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.12.5_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.12.6_release_notes/index.html": { | |
"title": "NSS 3.12.6 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.12.6_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.12.9_release_notes/index.html": { | |
"title": "NSS 3.12.9 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.12.9_release_notes", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.12_release_notes.html/index.html": { | |
"title": "NSS_3.12_release_notes.html", | |
"slug": "Mozilla/Projects/NSS/NSS_3.12_release_notes.html" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.14.1_release_notes/index.html": { | |
"title": "NSS 3.14.1 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.14.1_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.14.2_release_notes/index.html": { | |
"title": "NSS 3.14.2 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.14.2_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.14.3_release_notes/index.html": { | |
"title": "NSS 3.14.3 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.14.3_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.14.4_release_notes/index.html": { | |
"title": "NSS 3.14.4 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.14.4_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.14.5_release_notes/index.html": { | |
"title": "NSS 3.14.5 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.14.5_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.14_release_notes/index.html": { | |
"title": "NSS 3.14 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.14_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.15.1_release_notes/index.html": { | |
"title": "NSS 3.15.1 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.15.1_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.15.2_release_notes/index.html": { | |
"title": "NSS 3.15.2 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.15.2_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.15.3.1_release_notes/index.html": { | |
"title": "NSS 3.15.3.1 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.15.3.1_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.15.3_release_notes/index.html": { | |
"title": "NSS 3.15.3 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.15.3_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.15.4_release_notes/index.html": { | |
"title": "NSS 3.15.4 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.15.4_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.15.5_release_notes/index.html": { | |
"title": "NSS 3.15.5 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.15.5_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.15_release_notes/index.html": { | |
"title": "NSS 3.15 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.15_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.16.1_release_notes/index.html": { | |
"title": "NSS 3.16.1 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.16.1_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.16.2.1_release_notes/index.html": { | |
"title": "NSS 3.16.2.1 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.16.2.1_release_notes", | |
"tags": ["Reference", "Security"] | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.16.2.2_release_notes/index.html": { | |
"title": "NSS 3.16.2.2 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.16.2.2_release_notes", | |
"tags": ["Reference", "Security"] | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.16.2.3_release_notes/index.html": { | |
"title": "NSS 3.16.2.3 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.16.2.3_release_notes", | |
"tags": ["Reference", "Security"] | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.16.2_release_notes/index.html": { | |
"title": "NSS 3.16.2 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.16.2_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.16.3_release_notes/index.html": { | |
"title": "NSS 3.16.3 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.16.3_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.16.4_release_notes/index.html": { | |
"title": "NSS 3.16.4 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.16.4_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.16.5_release_notes/index.html": { | |
"title": "NSS 3.16.5 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.16.5_release_notes", | |
"tags": ["Reference", "Security"] | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.16.6_release_notes/index.html": { | |
"title": "NSS 3.16.6 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.16.6_release_notes", | |
"tags": ["Reference", "Security"] | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.16_release_notes/index.html": { | |
"title": "NSS 3.16 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.16_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.17.1_release_notes/index.html": { | |
"title": "NSS 3.17.1 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.17.1_release_notes", | |
"tags": ["Reference", "Security"] | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.17.2_release_notes/index.html": { | |
"title": "NSS 3.17.2 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.17.2_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.17.3_release_notes/index.html": { | |
"title": "NSS 3.17.3 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.17.3_release_notes", | |
"tags": ["Guide", "NSS", "Security"] | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.17.4_release_notes/index.html": { | |
"title": "NSS 3.17.4 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.17.4_release_notes", | |
"tags": ["Guide", "NSS", "Security"] | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.17_release_notes/index.html": { | |
"title": "NSS 3.17 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.17_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.18.1_release_notes/index.html": { | |
"title": "NSS 3.18.1 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.18.1_release_notes", | |
"tags": ["Networking", "Security"] | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.18_release_notes/index.html": { | |
"title": "NSS 3.18 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.18_release_notes", | |
"tags": ["Guide", "NSS", "NeedsContent", "Security"] | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.19.1_release_notes/index.html": { | |
"title": "NSS 3.19.1 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.19.1_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.19.2.1_release_notes/index.html": { | |
"title": "NSS 3.19.2.1 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.19.2.1_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.19.2.2_release_notes/index.html": { | |
"title": "NSS 3.19.2.2 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.19.2.2_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.19.2.3_release_notes/index.html": { | |
"title": "NSS 3.19.2.3 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.19.2.3_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.19.2.4_release_notes/index.html": { | |
"title": "NSS 3.19.2.4 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.19.2.4_release_notes", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.19.2_release_notes/index.html": { | |
"title": "NSS 3.19.2 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.19.2_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.19.3_release_notes/index.html": { | |
"title": "NSS 3.19.3 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.19.3_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.19.4_release_notes/index.html": { | |
"title": "NSS 3.19.4 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.19.4_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.19_release_notes/index.html": { | |
"title": "NSS 3.19 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.19_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.20.1_release_notes/index.html": { | |
"title": "NSS 3.20.1 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.20.1_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.20.2_release_notes/index.html": { | |
"title": "NSS 3.20.2 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.20.2_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.20_release_notes/index.html": { | |
"title": "NSS 3.20 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.20_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.21.1_release_notes/index.html": { | |
"title": "NSS 3.21.1 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.21.1_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.21.2_release_notes/index.html": { | |
"title": "NSS 3.21.2 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.21.2_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.21.3_release_notes/index.html": { | |
"title": "NSS 3.21.3 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.21.3_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.21.4_release_notes/index.html": { | |
"title": "NSS 3.21.4 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.21.4_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.21_release_notes/index.html": { | |
"title": "NSS 3.21 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.21_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.22.1_release_notes/index.html": { | |
"title": "NSS 3.22.1 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.22.1_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.22.2_release_notes/index.html": { | |
"title": "NSS 3.22.2 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.22.2_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.22.3_release_notes/index.html": { | |
"title": "NSS 3.22.3 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.22.3_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.22_release_notes/index.html": { | |
"title": "NSS 3.22 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.22_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.23_release_notes/index.html": { | |
"title": "NSS 3.23 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.23_release_notes", | |
"tags": ["Networking", "Security"] | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.24_release_notes/index.html": { | |
"title": "NSS 3.24 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.24_release_notes", | |
"tags": ["NSS", "Release Notes"] | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.25.1_release_notes/index.html": { | |
"title": "NSS 3.25.1 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.25.1_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.25_release_notes/index.html": { | |
"title": "NSS 3.25 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.25_release_notes", | |
"tags": ["NSS", "Release Notes"] | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.26.2_release_notes/index.html": { | |
"title": "NSS 3.26.2 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.26.2_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.26_release_notes/index.html": { | |
"title": "NSS 3.26 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.26_release_notes", | |
"tags": ["NSS", "Release Notes"] | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.27.1_release_notes/index.html": { | |
"title": "NSS 3.27.1 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.27.1_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.27.2_release_notes/index.html": { | |
"title": "NSS 3.27.2 Release Notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.27.2_Release_Notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.27_release_notes/index.html": { | |
"title": "NSS 3.27 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.27_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.28.1_release_notes/index.html": { | |
"title": "NSS 3.28.1 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.28.1_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.28.2_release_notes/index.html": { | |
"title": "NSS 3.28.2 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.28.2_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.28.3_release_notes/index.html": { | |
"title": "NSS 3.28.3 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.28.3_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.28.4_release_notes/index.html": { | |
"title": "NSS 3.28.4 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.28.4_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.28.5_release_notes/index.html": { | |
"title": "NSS 3.28.5 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.28.5_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.28_release_notes/index.html": { | |
"title": "NSS 3.28 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.28_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.29.1_release_notes/index.html": { | |
"title": "NSS 3.29.1 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.29.1_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.29.2_release_notes/index.html": { | |
"title": "NSS 3.29.2 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.29.2_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.29.3_release_notes/index.html": { | |
"title": "NSS 3.29.3 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.29.3_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.29.5_release_notes/index.html": { | |
"title": "NSS 3.29.5 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.29.5_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.29_release_notes/index.html": { | |
"title": "NSS 3.29 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.29_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.30.1_release_notes/index.html": { | |
"title": "NSS 3.30.1 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.30.1_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.30.2_release_notes/index.html": { | |
"title": "NSS 3.30.2 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.30.2_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.30_release_notes/index.html": { | |
"title": "NSS 3.30 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.30_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.31.1_release_notes/index.html": { | |
"title": "NSS 3.31.1 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.31.1_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.31_release_notes/index.html": { | |
"title": "NSS 3.31 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.31_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.32_release_notes/index.html": { | |
"title": "NSS 3.32 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.32_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.33_release_notes/index.html": { | |
"title": "NSS 3.33 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.33_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.34.1_release_notes/index.html": { | |
"title": "NSS 3.34.1 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.34.1_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.34_release_notes/index.html": { | |
"title": "NSS 3.34 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.34_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.35_release_notes/index.html": { | |
"title": "NSS 3.35 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.35_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.36.1_release_notes/index.html": { | |
"title": "NSS 3.36.1 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.36.1_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.36.2_release_notes/index.html": { | |
"title": "NSS 3.36.2 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.36.2_release_notes", | |
"tags": ["NSS", "Release Notes"] | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.36.4_release_notes/index.html": { | |
"title": "NSS 3.36.4 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.36.4_release_notes", | |
"tags": ["NSS", "Release Notes"] | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.36.5_release_notes/index.html": { | |
"title": "NSS 3.36.5 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.36.5_release_notes", | |
"tags": ["Mozilla", "NSS", "Release Notes"] | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.36.6_release_notes/index.html": { | |
"title": "NSS 3.36.6 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.36.6_release_notes", | |
"tags": ["Mozilla", "NSS", "Release Notes"] | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.36.7_release_notes/index.html": { | |
"title": "NSS 3.36.7 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.36.7_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.36.8_release_notes/index.html": { | |
"title": "NSS 3.36.8 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.36.8_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.36_release_notes/index.html": { | |
"title": "NSS 3.36 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.36_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.37.1_release_notes/index.html": { | |
"title": "NSS 3.37.1 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.37.1_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.37.3release_notes/index.html": { | |
"title": "NSS 3.37.3 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.37.3release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.37_release_notes/index.html": { | |
"title": "NSS 3.37 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.37_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.38_release_notes/index.html": { | |
"title": "NSS 3.38 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.38_release_notes", | |
"tags": ["Mozilla", "NSS", "Release Notes"] | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.39_release_notes/index.html": { | |
"title": "NSS 3.39 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.39_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.40.1_release_notes/index.html": { | |
"title": "NSS 3.40.1 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.40.1_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.40_release_notes/index.html": { | |
"title": "NSS 3.40 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.40_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.41.1_release_notes/index.html": { | |
"title": "NSS 3.41.1 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.41.1_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.41_release_notes/index.html": { | |
"title": "NSS 3.41 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.41_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.42.1_release_notes/index.html": { | |
"title": "NSS 3.42.1 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.42.1_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.42_release_notes/index.html": { | |
"title": "NSS 3.42 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.42_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.43_release_notes/index.html": { | |
"title": "NSS 3.43 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.43_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.44.1_release_notes/index.html": { | |
"title": "NSS 3.44.1 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.44.1_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.44.2_release_notes/index.html": { | |
"title": "NSS 3.44.2 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.44.2_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.44.3_release_notes/index.html": { | |
"title": "NSS 3.44.3 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.44.3_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.44.4_release_notes/index.html": { | |
"title": "NSS 3.44.4 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.44.4_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.44_release_notes/index.html": { | |
"title": "NSS 3.44 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.44_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.45_release_notes/index.html": { | |
"title": "NSS 3.45 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.45_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.46.1_release_notes/index.html": { | |
"title": "NSS 3.46.1 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.46.1_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.46_release_notes/index.html": { | |
"title": "NSS 3.46 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.46_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.47.1_release_notes/index.html": { | |
"title": "NSS 3.47.1 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.47.1_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.47_release_notes/index.html": { | |
"title": "NSS 3.47 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.47_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.48.1_release_notes/index.html": { | |
"title": "NSS 3.48.1 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.48.1_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.48_release_notes/index.html": { | |
"title": "NSS 3.48 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.48_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.49.1_release_notes/index.html": { | |
"title": "NSS 3.49.1 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.49.1_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.49.2_release_notes/index.html": { | |
"title": "NSS 3.49.2 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.49.2_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.49_release_notes/index.html": { | |
"title": "NSS 3.49 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.49_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.50_release_notes/index.html": { | |
"title": "NSS 3.50 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.50_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.51.1_release_notes/index.html": { | |
"title": "NSS 3.51.1 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.51.1_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.51_release_notes/index.html": { | |
"title": "NSS 3.51 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.51_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.52.1_release_notes/index.html": { | |
"title": "NSS 3.52.1 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.52.1_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.52_release_notes/index.html": { | |
"title": "NSS 3.52 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.52_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.53.1_release_notes/index.html": { | |
"title": "NSS 3.53.1 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.53.1_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.53_release_notes/index.html": { | |
"title": "NSS 3.53 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.53_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.54_release_notes/index.html": { | |
"title": "NSS 3.54 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.54_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.55_release_notes/index.html": { | |
"title": "NSS 3.55 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.55_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.56_release_notes/index.html": { | |
"title": "NSS 3.56 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.56_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.57_release_notes/index.html": { | |
"title": "NSS 3.57 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.57_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.58_release_notes/index.html": { | |
"title": "NSS 3.58 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.58_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.59.1_release_notes/index.html": { | |
"title": "NSS 3.59.1 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.59.1_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.59_release_notes/index.html": { | |
"title": "NSS 3.59 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.59_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.60.1_release_notes/index.html": { | |
"title": "NSS 3.60.1 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.60.1_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.60_release_notes/index.html": { | |
"title": "NSS 3.60 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.60_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.61_release_notes/index.html": { | |
"title": "NSS 3.61 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.61_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.62_release_notes/index.html": { | |
"title": "NSS 3.62 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.62_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.63.1_release_notes/index.html": { | |
"title": "NSS 3.63.1 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.63.1_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.63_release_notes/index.html": { | |
"title": "NSS 3.63 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.63_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.64_release_notes/index.html": { | |
"title": "NSS 3.64 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.64_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.65_release_notes/index.html": { | |
"title": "NSS 3.65 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.65_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_3.66_release_notes/index.html": { | |
"title": "NSS 3.66 release notes", | |
"slug": "Mozilla/Projects/NSS/NSS_3.66_release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_api_guidelines/index.html": { | |
"title": "NSS API Guidelines", | |
"slug": "Mozilla/Projects/NSS/NSS_API_Guidelines" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_config_options/index.html": { | |
"title": "NSS Config Options", | |
"slug": "Mozilla/Projects/NSS/NSS_Config_Options" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_developer_tutorial/index.html": { | |
"title": "NSS Developer Tutorial", | |
"slug": "Mozilla/Projects/NSS/NSS_Developer_Tutorial", | |
"tags": ["NSS", "Tutorial"] | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_release_notes_template/index.html": { | |
"title": "NSS release notes template", | |
"slug": "Mozilla/Projects/NSS/NSS_release_notes_template" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_releases/index.html": { | |
"title": "Release notes for recent versions of NSS", | |
"slug": "Mozilla/Projects/NSS/NSS_Releases", | |
"tags": [ | |
"Landing", | |
"Mozilla", | |
"NSS", | |
"Networking", | |
"Project", | |
"Release Notes", | |
"Security" | |
] | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_sample_code/enc_dec_mac_output_plblic_key_as_csr/index.html": { | |
"title": "Enc Dec MAC Output Public Key as CSR", | |
"slug": "Mozilla/Projects/NSS/NSS_Sample_Code/Enc_Dec_MAC_Output_Plblic_Key_as_CSR" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_sample_code/enc_dec_mac_using_key_wrap_certreq_pkcs10_csr/index.html": { | |
"title": "Enc Dec MAC Using Key Wrap CertReq PKCS10 CSR", | |
"slug": "Mozilla/Projects/NSS/NSS_Sample_Code/Enc_Dec_MAC_Using_Key_Wrap_CertReq_PKCS10_CSR" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_sample_code/encrypt_decrypt_mac_using_token/index.html": { | |
"title": "Encrypt Decrypt_MAC_Using Token", | |
"slug": "Mozilla/Projects/NSS/nss_sample_code/Encrypt_Decrypt_MAC_Using_Token" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_sample_code/index.html": { | |
"title": "NSS Sample Code", | |
"slug": "Mozilla/Projects/NSS/NSS_Sample_Code", | |
"tags": ["Example"] | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_sample_code/nss_sample_code_sample1/index.html": { | |
"title": "NSS Sample Code Sample1", | |
"slug": "Mozilla/Projects/NSS/NSS_Sample_Code/NSS_Sample_Code_Sample1" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_sample_code/nss_sample_code_sample2/index.html": { | |
"title": "NSS Sample Code sample2", | |
"slug": "Mozilla/Projects/NSS/NSS_Sample_Code/NSS_Sample_Code_sample2" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_sample_code/nss_sample_code_sample3/index.html": { | |
"title": "NSS Sample Code sample3", | |
"slug": "Mozilla/Projects/NSS/NSS_Sample_Code/NSS_Sample_Code_sample3" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_sample_code/nss_sample_code_sample4/index.html": { | |
"title": "NSS Sample Code sample4", | |
"slug": "Mozilla/Projects/NSS/NSS_Sample_Code/NSS_Sample_Code_sample4" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_sample_code/nss_sample_code_sample5/index.html": { | |
"title": "NSS Sample Code sample5", | |
"slug": "Mozilla/Projects/NSS/NSS_Sample_Code/NSS_Sample_Code_sample5" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_sample_code/nss_sample_code_sample6/index.html": { | |
"title": "NSS Sample Code sample6", | |
"slug": "Mozilla/Projects/NSS/NSS_Sample_Code/NSS_Sample_Code_sample6" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_sample_code/nss_sample_code_sample_1_hashing/index.html": { | |
"title": "NSS Sample Code Sample_1_Hashing", | |
"slug": "Mozilla/Projects/NSS/NSS_Sample_Code/NSS_Sample_Code_Sample_1_Hashing", | |
"tags": ["Examples", "NSS", "Security"] | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_sample_code/nss_sample_code_sample_2_initialization_of_nss/index.html": { | |
"title": "NSS Sample Code Sample_2_Initialization of NSS", | |
"slug": "Mozilla/Projects/NSS/NSS_Sample_Code/NSS_Sample_Code_Sample_2_Initialization_of_NSS", | |
"tags": ["Examples", "NSS", "Security"] | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_sample_code/nss_sample_code_sample_3_basic_encryption_and_maci/index.html": { | |
"title": "NSS Sample Code Sample_3_Basic Encryption and MACing", | |
"slug": "Mozilla/Projects/NSS/NSS_Sample_Code/NSS_Sample_Code_Sample_3_Basic_Encryption_and_MACi", | |
"tags": ["Examples", "NSS", "Security"] | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_sample_code/nss_sample_code_utililies_1/index.html": { | |
"title": "NSS Sample Code Utilities_1", | |
"slug": "Mozilla/Projects/NSS/NSS_Sample_Code/NSS_Sample_Code_Utililies_1", | |
"tags": ["Examples", "NSS", "Security"] | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_sample_code/sample1/index.html": { | |
"title": "sample1", | |
"slug": "Mozilla/Projects/NSS/NSS_Sample_Code/sample1", | |
"tags": ["Example", "NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_sample_code/sample1_-_hashing/index.html": { | |
"title": "Hashing - sample 1", | |
"slug": "Mozilla/Projects/NSS/NSS_Sample_Code/Sample1_-_Hashing", | |
"tags": [ | |
"HTML", | |
"Hashing Sample", | |
"JavaScript", | |
"NSS", | |
"Web Development", | |
"hashing" | |
] | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_sample_code/sample2/index.html": { | |
"title": "sample2", | |
"slug": "Mozilla/Projects/NSS/NSS_Sample_Code/sample2" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_sample_code/sample2_-_initialize_nss_database/index.html": { | |
"title": "Initialize NSS database - sample 2", | |
"slug": "Mozilla/Projects/NSS/NSS_Sample_Code/Sample2_-_Initialize_NSS_Database", | |
"tags": [ | |
"HTML", | |
"JavaScript", | |
"NSS", | |
"NSS Article", | |
"NSS Initialization", | |
"Web Development" | |
] | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_sample_code/sample3_-_encdecmac_using_token_object/index.html": { | |
"title": "EncDecMAC using token object - sample 3", | |
"slug": "Mozilla/Projects/NSS/NSS_Sample_Code/Sample3_-_EncDecMAC_using_token_object", | |
"tags": [ | |
"EncDeCMac", | |
"HTML", | |
"NCC", | |
"NCC Article", | |
"Web", | |
"Web Development" | |
] | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_sample_code/utiltiies_for_nss_samples/index.html": { | |
"title": "Utilities for nss samples", | |
"slug": "Mozilla/Projects/NSS/NSS_Sample_Code/Utiltiies_for_nss_samples" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_sources_building_testing/index.html": { | |
"title": "NSS sources building testing", | |
"slug": "Mozilla/Projects/NSS/NSS_Sources_Building_Testing", | |
"tags": ["Build documentation", "Guide", "NSS", "Security"] | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_tech_notes/index.html": { | |
"title": "NSS Tech Notes", | |
"slug": "Mozilla/Projects/NSS/NSS_Tech_Notes", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_tech_notes/nss_tech_note1/index.html": { | |
"title": "nss tech note1", | |
"slug": "Mozilla/Projects/NSS/NSS_Tech_Notes/nss_tech_note1" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_tech_notes/nss_tech_note2/index.html": { | |
"title": "nss tech note2", | |
"slug": "Mozilla/Projects/NSS/NSS_Tech_Notes/nss_tech_note2" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_tech_notes/nss_tech_note3/index.html": { | |
"title": "nss tech note3", | |
"slug": "Mozilla/Projects/NSS/NSS_Tech_Notes/nss_tech_note3" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_tech_notes/nss_tech_note4/index.html": { | |
"title": "nss tech note4", | |
"slug": "Mozilla/Projects/NSS/NSS_Tech_Notes/nss_tech_note4" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_tech_notes/nss_tech_note5/index.html": { | |
"title": "nss tech note5", | |
"slug": "Mozilla/Projects/NSS/NSS_Tech_Notes/nss_tech_note5" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_tech_notes/nss_tech_note6/index.html": { | |
"title": "nss tech note6", | |
"slug": "Mozilla/Projects/NSS/NSS_Tech_Notes/nss_tech_note6" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_tech_notes/nss_tech_note7/index.html": { | |
"title": "nss tech note7", | |
"slug": "Mozilla/Projects/NSS/NSS_Tech_Notes/nss_tech_note7" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_tech_notes/nss_tech_note8/index.html": { | |
"title": "nss tech note8", | |
"slug": "Mozilla/Projects/NSS/NSS_Tech_Notes/nss_tech_note8" | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_third-party_code/index.html": { | |
"title": "NSS Third-Party Code", | |
"slug": "Mozilla/Projects/NSS/NSS_Third-Party_Code", | |
"tags": ["NSS", "Security", "Third-Party Code"] | |
}, | |
"/files/en-us/mozilla/projects/nss/nss_tools_sslstrength/index.html": { | |
"title": "NSS Tools sslstrength", | |
"slug": "Mozilla/Projects/NSS/NSS_Tools_sslstrength" | |
}, | |
"/files/en-us/mozilla/projects/nss/overview/index.html": { | |
"title": "Overview of NSS", | |
"slug": "Mozilla/Projects/NSS/Overview", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/pkcs11/faq/index.html": { | |
"title": "PKCS11 FAQ", | |
"slug": "Mozilla/Projects/NSS/PKCS11/FAQ", | |
"tags": ["NSS", "Security"] | |
}, | |
"/files/en-us/mozilla/projects/nss/pkcs11/index.html": { | |
"title": "PKCS11", | |
"slug": "Mozilla/Projects/NSS/PKCS11", | |
"tags": ["NSS", "Security"] | |
}, | |
"/files/en-us/mozilla/projects/nss/pkcs11/module_installation/index.html": { | |
"title": "PKCS11 module installation", | |
"slug": "Mozilla/Projects/NSS/PKCS11/Module_Installation", | |
"tags": [ | |
"Authentication", | |
"Biometric", | |
"Mozilla", | |
"NSS", | |
"PKCS #11", | |
"Projects", | |
"Security", | |
"Smart Card", | |
"Smart-card", | |
"Smartcard", | |
"pkcs11" | |
] | |
}, | |
"/files/en-us/mozilla/projects/nss/pkcs11/module_specs/index.html": { | |
"title": "PKCS #11 Module Specs", | |
"slug": "Mozilla/Projects/NSS/PKCS11/Module_Specs", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/pkcs11_functions/index.html": { | |
"title": "NSS PKCS11 Functions", | |
"slug": "Mozilla/Projects/NSS/PKCS11_Functions", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/pkcs11_implement/index.html": { | |
"title": "PKCS11 Implement", | |
"slug": "Mozilla/Projects/NSS/PKCS11_Implement" | |
}, | |
"/files/en-us/mozilla/projects/nss/pkcs_12_functions/index.html": { | |
"title": "PKCS 12 functions", | |
"slug": "Mozilla/Projects/NSS/PKCS_12_functions", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/pkcs_7_functions/index.html": { | |
"title": "PKCS 7 functions", | |
"slug": "Mozilla/Projects/NSS/PKCS_7_functions", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/python_binding_for_nss/index.html": { | |
"title": "Python binding for NSS", | |
"slug": "Mozilla/Projects/NSS/Python_binding_for_NSS" | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/building_and_installing_nss/build_instructions/index.html": { | |
"title": "Build instructions", | |
"slug": "Mozilla/Projects/NSS/Reference/Building_and_installing_NSS/Build_instructions", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/building_and_installing_nss/index.html": { | |
"title": "Building and installing NSS", | |
"slug": "Mozilla/Projects/NSS/Reference/Building_and_installing_NSS", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/building_and_installing_nss/installation_guide/index.html": { | |
"title": "Installation guide", | |
"slug": "Mozilla/Projects/NSS/Reference/Building_and_installing_NSS/Installation_guide", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/building_and_installing_nss/migration_to_hg/index.html": { | |
"title": "Migration to HG", | |
"slug": "Mozilla/Projects/NSS/Reference/Building_and_installing_NSS/Migration_to_HG" | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/building_and_installing_nss/sample_manual_installation/index.html": { | |
"title": "Sample manual installation", | |
"slug": "Mozilla/Projects/NSS/Reference/Building_and_installing_NSS/Sample_manual_installation", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_cancelfunction/index.html": { | |
"title": "FC_CancelFunction", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_CancelFunction", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_closeallsessions/index.html": { | |
"title": "FC_CloseAllSessions", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_CloseAllSessions", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_closesession/index.html": { | |
"title": "FC_CloseSession", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_CloseSession", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_copyobject/index.html": { | |
"title": "FC_CopyObject", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_CopyObject", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_createobject/index.html": { | |
"title": "FC_CreateObject", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_CreateObject", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_decrypt/index.html": { | |
"title": "FC_Decrypt", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_Decrypt", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_decryptdigestupdate/index.html": { | |
"title": "FC_DecryptDigestUpdate", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_DecryptDigestUpdate", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_decryptfinal/index.html": { | |
"title": "FC_DecryptFinal", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_DecryptFinal", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_decryptinit/index.html": { | |
"title": "FC_DecryptInit", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_DecryptInit", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_decryptupdate/index.html": { | |
"title": "FC_DecryptUpdate", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_DecryptUpdate", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_decryptverifyupdate/index.html": { | |
"title": "FC_DecryptVerifyUpdate", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_DecryptVerifyUpdate", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_derivekey/index.html": { | |
"title": "FC_DeriveKey", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_DeriveKey", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_destroyobject/index.html": { | |
"title": "FC_DestroyObject", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_DestroyObject", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_digest/index.html": { | |
"title": "FC_Digest", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_Digest", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_digestencryptupdate/index.html": { | |
"title": "FC_DigestEncryptUpdate", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_DigestEncryptUpdate", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_digestfinal/index.html": { | |
"title": "FC_DigestFinal", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_DigestFinal", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_digestinit/index.html": { | |
"title": "FC_DigestInit", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_DigestInit", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_digestkey/index.html": { | |
"title": "FC_DigestKey", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_DigestKey", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_digestupdate/index.html": { | |
"title": "FC_DigestUpdate", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_DigestUpdate", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_encrypt/index.html": { | |
"title": "FC_Encrypt", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_Encrypt", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_encryptfinal/index.html": { | |
"title": "FC_EncryptFinal", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_EncryptFinal", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_encryptinit/index.html": { | |
"title": "FC_EncryptInit", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_EncryptInit", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_encryptupdate/index.html": { | |
"title": "FC_EncryptUpdate", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_EncryptUpdate", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_finalize/index.html": { | |
"title": "FC_Finalize", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_Finalize", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_findobjects/index.html": { | |
"title": "FC_FindObjects", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_FindObjects", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_findobjectsfinal/index.html": { | |
"title": "FC_FindObjectsFinal", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_FindObjectsFinal", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_findobjectsinit/index.html": { | |
"title": "FC_FindObjectsInit", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_FindObjectsInit", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_generatekey/index.html": { | |
"title": "FC_GenerateKey", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_GenerateKey", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_generatekeypair/index.html": { | |
"title": "FC_GenerateKeyPair", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_GenerateKeyPair", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_generaterandom/index.html": { | |
"title": "FC_GenerateRandom", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_GenerateRandom", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_getattributevalue/index.html": { | |
"title": "FC_GetAttributeValue", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_GetAttributeValue", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_getfunctionlist/index.html": { | |
"title": "FC_GetFunctionList", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_GetFunctionList", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_getfunctionstatus/index.html": { | |
"title": "FC_GetFunctionStatus", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_GetFunctionStatus", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_getinfo/index.html": { | |
"title": "FC_GetInfo", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_GetInfo", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_getmechanisminfo/index.html": { | |
"title": "FC_GetMechanismInfo", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_GetMechanismInfo", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_getmechanismlist/index.html": { | |
"title": "FC_GetMechanismList", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_GetMechanismList", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_getobjectsize/index.html": { | |
"title": "FC_GetObjectSize", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_GetObjectSize", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_getoperationstate/index.html": { | |
"title": "FC_GetOperationState", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_GetOperationState", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_getsessioninfo/index.html": { | |
"title": "FC_GetSessionInfo", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_GetSessionInfo", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_getslotinfo/index.html": { | |
"title": "FC_GetSlotInfo", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_GetSlotInfo", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_getslotlist/index.html": { | |
"title": "FC_GetSlotList", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_GetSlotList", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_gettokeninfo/index.html": { | |
"title": "FC_GetTokenInfo", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_GetTokenInfo", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_initialize/index.html": { | |
"title": "FC_Initialize", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_Initialize", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_initpin/index.html": { | |
"title": "FC_InitPIN", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_InitPIN", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_inittoken/index.html": { | |
"title": "FC_InitToken", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_InitToken", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_login/index.html": { | |
"title": "FC_Login", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_Login", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_logout/index.html": { | |
"title": "FC_Logout", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_Logout", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_opensession/index.html": { | |
"title": "FC_OpenSession", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_OpenSession", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_seedrandom/index.html": { | |
"title": "FC_SeedRandom", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_SeedRandom", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_setattributevalue/index.html": { | |
"title": "FC_SetAttributeValue", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_SetAttributeValue", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_setoperationstate/index.html": { | |
"title": "FC_SetOperationState", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_SetOperationState", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_setpin/index.html": { | |
"title": "FC_SetPIN", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_SetPIN", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_sign/index.html": { | |
"title": "FC_Sign", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_Sign", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_signencryptupdate/index.html": { | |
"title": "FC_SignEncryptUpdate", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_SignEncryptUpdate", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_signfinal/index.html": { | |
"title": "FC_SignFinal", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_SignFinal", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_signinit/index.html": { | |
"title": "FC_SignInit", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_SignInit", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_signrecover/index.html": { | |
"title": "FC_SignRecover", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_SignRecover", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_signrecoverinit/index.html": { | |
"title": "FC_SignRecoverInit", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_SignRecoverInit", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_signupdate/index.html": { | |
"title": "FC_SignUpdate", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_SignUpdate", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_unwrapkey/index.html": { | |
"title": "FC_UnwrapKey", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_UnwrapKey", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_verify/index.html": { | |
"title": "FC_Verify", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_Verify", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_verifyfinal/index.html": { | |
"title": "FC_VerifyFinal", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_VerifyFinal", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_verifyinit/index.html": { | |
"title": "FC_VerifyInit", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_VerifyInit", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_verifyrecover/index.html": { | |
"title": "FC_VerifyRecover", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_VerifyRecover", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_verifyrecoverinit/index.html": { | |
"title": "FC_VerifyRecoverInit", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_VerifyRecoverInit", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_verifyupdate/index.html": { | |
"title": "FC_VerifyUpdate", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_VerifyUpdate", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_waitforslotevent/index.html": { | |
"title": "FC_WaitForSlotEvent", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_WaitForSlotEvent", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/fc_wrapkey/index.html": { | |
"title": "FC_WrapKey", | |
"slug": "Mozilla/Projects/NSS/Reference/FC_WrapKey", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/index.html": { | |
"title": "NSS reference", | |
"slug": "Mozilla/Projects/NSS/Reference", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/nsc_inittoken/index.html": { | |
"title": "NSC_InitToken", | |
"slug": "Mozilla/Projects/NSS/Reference/NSC_InitToken", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/nsc_login/index.html": { | |
"title": "NSC_Login", | |
"slug": "Mozilla/Projects/NSS/Reference/NSC_Login", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/nspr_functions/index.html": { | |
"title": "NSPR functions", | |
"slug": "Mozilla/Projects/NSS/Reference/NSPR_functions" | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/nss_certificate_functions/index.html": { | |
"title": "NSS Certificate Functions", | |
"slug": "Mozilla/Projects/NSS/Reference/NSS_Certificate_Functions", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/nss_cryptographic_module/fips_mode_of_operation/index.html": { | |
"title": "FIPS mode of operation", | |
"slug": "Mozilla/Projects/NSS/Reference/NSS_cryptographic_module/FIPS_mode_of_operation", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/nss_cryptographic_module/index.html": { | |
"title": "NSS cryptographic module", | |
"slug": "Mozilla/Projects/NSS/Reference/NSS_cryptographic_module", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/nss_environment_variables/index.html": { | |
"title": "NSS environment variables", | |
"slug": "Mozilla/Projects/NSS/Reference/NSS_environment_variables", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/nss_functions/index.html": { | |
"title": "NSS functions", | |
"slug": "Mozilla/Projects/NSS/Reference/NSS_functions", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/nss_initialize/index.html": { | |
"title": "NSS_Initialize", | |
"slug": "Mozilla/Projects/NSS/Reference/NSS_Initialize" | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/nss_key_functions/index.html": { | |
"title": "NSS Key Functions", | |
"slug": "Mozilla/Projects/NSS/Reference/NSS_Key_Functions", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/nss_tools/index.html": { | |
"title": "NSS Tools Man Pages - work in progress", | |
"slug": "Mozilla/Projects/NSS/Reference/NSS_tools" | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/nss_tools__colon__certutil/index.html": { | |
"title": "NSS tools : certutil", | |
"slug": "Mozilla/Projects/NSS/Reference/NSS_tools_:_certutil" | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/nss_tools__colon__cmsutil/index.html": { | |
"title": "NSS tools : cmsutil", | |
"slug": "Mozilla/Projects/NSS/Reference/NSS_tools_:_cmsutil" | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/nss_tools__colon__crlutil/index.html": { | |
"title": "NSS tools : crlutil", | |
"slug": "Mozilla/Projects/NSS/Reference/NSS_tools_:_crlutil", | |
"tags": ["Reference"] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/nss_tools__colon__modutil/index.html": { | |
"title": "NSS tools : modutil", | |
"slug": "Mozilla/Projects/NSS/Reference/NSS_tools_:_modutil", | |
"tags": [ | |
"Mozilla", | |
"NSS", | |
"Reference", | |
"Security", | |
"Tools", | |
"Utilities", | |
"modutil" | |
] | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/nss_tools__colon__pk12util/index.html": { | |
"title": "NSS tools : pk12util", | |
"slug": "Mozilla/Projects/NSS/Reference/NSS_tools_:_pk12util" | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/nss_tools__colon__ssltab/index.html": { | |
"title": "NSS tools : ssltab", | |
"slug": "Mozilla/Projects/NSS/Reference/NSS_tools_:_ssltab" | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/nss_tools__colon__ssltap/index.html": { | |
"title": "NSS tools : ssltap", | |
"slug": "Mozilla/Projects/NSS/Reference/NSS_tools_:_ssltap" | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/nss_tools__colon__vfychain/index.html": { | |
"title": "NSS tools : vfychain", | |
"slug": "Mozilla/Projects/NSS/Reference/NSS_tools_:_vfychain" | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/nss_tools__colon__vfyserv/index.html": { | |
"title": "NSS tools : vfyserv", | |
"slug": "Mozilla/Projects/NSS/Reference/NSS_tools_:_vfyserv" | |
}, | |
"/files/en-us/mozilla/projects/nss/reference/troubleshoot/index.html": { | |
"title": "troubleshoot", | |
"slug": "Mozilla/Projects/NSS/Reference/troubleshoot" | |
}, | |
"/files/en-us/mozilla/projects/nss/release_notes/index.html": { | |
"title": "Older NSS release notes", | |
"slug": "Mozilla/Projects/NSS/release_notes" | |
}, | |
"/files/en-us/mozilla/projects/nss/s_mime_functions/index.html": { | |
"title": "S/MIME functions", | |
"slug": "Mozilla/Projects/NSS/S_MIME_functions", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/ssl_functions/gtstd/index.html": { | |
"title": "gtstd", | |
"slug": "Mozilla/Projects/NSS/SSL_functions/gtstd" | |
}, | |
"/files/en-us/mozilla/projects/nss/ssl_functions/index.html": { | |
"title": "SSL functions", | |
"slug": "Mozilla/Projects/NSS/SSL_functions", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/ssl_functions/old_ssl_reference/index.html": { | |
"title": "OLD SSL Reference", | |
"slug": "Mozilla/Projects/NSS/SSL_functions/OLD_SSL_Reference", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/ssl_functions/pkfnc/index.html": { | |
"title": "pkfnc", | |
"slug": "Mozilla/Projects/NSS/SSL_functions/pkfnc" | |
}, | |
"/files/en-us/mozilla/projects/nss/ssl_functions/sslcrt/index.html": { | |
"title": "sslcrt", | |
"slug": "Mozilla/Projects/NSS/SSL_functions/sslcrt" | |
}, | |
"/files/en-us/mozilla/projects/nss/ssl_functions/sslerr/index.html": { | |
"title": "sslerr", | |
"slug": "Mozilla/Projects/NSS/SSL_functions/sslerr" | |
}, | |
"/files/en-us/mozilla/projects/nss/ssl_functions/sslfnc/index.html": { | |
"title": "sslfnc", | |
"slug": "Mozilla/Projects/NSS/SSL_functions/sslfnc" | |
}, | |
"/files/en-us/mozilla/projects/nss/ssl_functions/sslintro/index.html": { | |
"title": "sslintro", | |
"slug": "Mozilla/Projects/NSS/SSL_functions/sslintro" | |
}, | |
"/files/en-us/mozilla/projects/nss/ssl_functions/sslkey/index.html": { | |
"title": "sslkey", | |
"slug": "Mozilla/Projects/NSS/SSL_functions/sslkey" | |
}, | |
"/files/en-us/mozilla/projects/nss/ssl_functions/ssltyp/index.html": { | |
"title": "ssltyp", | |
"slug": "Mozilla/Projects/NSS/SSL_functions/ssltyp" | |
}, | |
"/files/en-us/mozilla/projects/nss/tls_cipher_suite_discovery/index.html": { | |
"title": "TLS Cipher Suite Discovery", | |
"slug": "Mozilla/Projects/NSS/TLS_Cipher_Suite_Discovery", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/tools/certutil/index.html": { | |
"title": "certutil", | |
"slug": "Mozilla/Projects/NSS/Tools/certutil" | |
}, | |
"/files/en-us/mozilla/projects/nss/tools/cmsutil/index.html": { | |
"title": "NSS tools : cmsutil", | |
"slug": "Mozilla/Projects/NSS/Tools/cmsutil" | |
}, | |
"/files/en-us/mozilla/projects/nss/tools/crlutil/index.html": { | |
"title": "NSS tools : crlutil", | |
"slug": "Mozilla/Projects/NSS/Tools/crlutil" | |
}, | |
"/files/en-us/mozilla/projects/nss/tools/index.html": { | |
"title": "NSS Tools", | |
"slug": "Mozilla/Projects/NSS/tools", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/tools/modutil/index.html": { | |
"title": "NSS tools : modutil", | |
"slug": "Mozilla/Projects/NSS/Tools/modutil" | |
}, | |
"/files/en-us/mozilla/projects/nss/tools/nss_tools_certutil/index.html": { | |
"title": "NSS Tools certutil", | |
"slug": "Mozilla/Projects/NSS/tools/NSS_Tools_certutil", | |
"tags": ["certificates", "x509v3"] | |
}, | |
"/files/en-us/mozilla/projects/nss/tools/nss_tools_certutil-tasks/index.html": { | |
"title": "NSS Tools certutil-tasks", | |
"slug": "Mozilla/Projects/NSS/tools/NSS_Tools_certutil-tasks" | |
}, | |
"/files/en-us/mozilla/projects/nss/tools/nss_tools_cmsutil/index.html": { | |
"title": "NSS Tools cmsutil", | |
"slug": "Mozilla/Projects/NSS/tools/NSS_Tools_cmsutil" | |
}, | |
"/files/en-us/mozilla/projects/nss/tools/nss_tools_crlutil/index.html": { | |
"title": "NSS Tools crlutil", | |
"slug": "Mozilla/Projects/NSS/tools/NSS_Tools_crlutil" | |
}, | |
"/files/en-us/mozilla/projects/nss/tools/nss_tools_dbck-tasks/index.html": { | |
"title": "NSS Tools dbck-tasks", | |
"slug": "Mozilla/Projects/NSS/tools/NSS_Tools_dbck-tasks" | |
}, | |
"/files/en-us/mozilla/projects/nss/tools/nss_tools_modutil/index.html": { | |
"title": "NSS Tools modutil", | |
"slug": "Mozilla/Projects/NSS/tools/NSS_Tools_modutil" | |
}, | |
"/files/en-us/mozilla/projects/nss/tools/nss_tools_modutil-tasks/index.html": { | |
"title": "NSS Tools modutil-tasks", | |
"slug": "Mozilla/Projects/NSS/tools/NSS_Tools_modutil-tasks" | |
}, | |
"/files/en-us/mozilla/projects/nss/tools/nss_tools_pk12util/index.html": { | |
"title": "NSS Tools pk12util", | |
"slug": "Mozilla/Projects/NSS/tools/NSS_Tools_pk12util" | |
}, | |
"/files/en-us/mozilla/projects/nss/tools/nss_tools_pk12util-tasks/index.html": { | |
"title": "NSS Tools pk12util-tasks", | |
"slug": "Mozilla/Projects/NSS/tools/NSS_Tools_pk12util-tasks" | |
}, | |
"/files/en-us/mozilla/projects/nss/tools/nss_tools_signver-tasks/index.html": { | |
"title": "NSS Tools signver-tasks", | |
"slug": "Mozilla/Projects/NSS/tools/NSS_Tools_signver-tasks" | |
}, | |
"/files/en-us/mozilla/projects/nss/tools/nss_tools_sslstrength/index.html": { | |
"title": "NSS Tools sslstrength", | |
"slug": "Mozilla/Projects/NSS/tools/NSS_Tools_sslstrength" | |
}, | |
"/files/en-us/mozilla/projects/nss/tools/nss_tools_ssltap/index.html": { | |
"title": "NSS Tools ssltap", | |
"slug": "Mozilla/Projects/NSS/tools/NSS_Tools_ssltap" | |
}, | |
"/files/en-us/mozilla/projects/nss/tools/pk12util/index.html": { | |
"title": "NSS tools : pk12util", | |
"slug": "Mozilla/Projects/NSS/Tools/pk12util" | |
}, | |
"/files/en-us/mozilla/projects/nss/tools/signtool/index.html": { | |
"title": "NSS tools : signtool", | |
"slug": "Mozilla/Projects/NSS/Tools/signtool" | |
}, | |
"/files/en-us/mozilla/projects/nss/tools/signver/index.html": { | |
"title": "NSS tools : signver", | |
"slug": "Mozilla/Projects/NSS/Tools/signver" | |
}, | |
"/files/en-us/mozilla/projects/nss/tools/ssltap/index.html": { | |
"title": "NSS tools : ssltap", | |
"slug": "Mozilla/Projects/NSS/Tools/ssltap" | |
}, | |
"/files/en-us/mozilla/projects/nss/tools/vfychain/index.html": { | |
"title": "NSS tools : vfychain", | |
"slug": "Mozilla/Projects/NSS/Tools/vfychain" | |
}, | |
"/files/en-us/mozilla/projects/nss/tools/vfyserv/index.html": { | |
"title": "NSS tools : vfyserv", | |
"slug": "Mozilla/Projects/NSS/Tools/vfyserv" | |
}, | |
"/files/en-us/mozilla/projects/nss/troubleshooting/index.html": { | |
"title": "NSS troubleshooting", | |
"slug": "Mozilla/Projects/NSS/Troubleshooting", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/mozilla/projects/nss/utility_functions/index.html": { | |
"title": "Utility functions", | |
"slug": "Mozilla/Projects/NSS/Utility_functions", | |
"tags": ["NSS"] | |
}, | |
"/files/en-us/related/criteria_for_inclusion/index.html": { | |
"title": "Criteria for inclusion", | |
"slug": "Related/Criteria_for_inclusion", | |
"tags": ["Related", "criteria"] | |
}, | |
"/files/en-us/related/imsc/basics/index.html": { | |
"title": "IMSC basics", | |
"slug": "Related/IMSC/Basics", | |
"tags": ["Guide", "IMSC", "basics", "captions", "subtitles"] | |
}, | |
"/files/en-us/related/imsc/imsc_and_other_standards/index.html": { | |
"title": "IMSC and other standards", | |
"slug": "Related/IMSC/IMSC_and_other_standards", | |
"tags": ["IMSC", "Specifications"] | |
}, | |
"/files/en-us/related/imsc/index.html": { | |
"title": "IMSC: subtitles and captioning for the Web", | |
"slug": "Related/IMSC", | |
"tags": ["IMSC", "captions", "subtitles"] | |
}, | |
"/files/en-us/related/imsc/mapping_video_time_codes_to_imsc/index.html": { | |
"title": "Mapping video time codes to IMSC", | |
"slug": "Related/IMSC/Mapping_video_time_codes_to_IMSC", | |
"tags": ["Guide", "IMSC", "Timing", "captions", "mapping", "subtitles"] | |
}, | |
"/files/en-us/related/imsc/namespaces/index.html": { | |
"title": "Namespaces in IMSC", | |
"slug": "Related/IMSC/Namespaces", | |
"tags": ["IMSC", "Namespaces", "TTML", "XML"] | |
}, | |
"/files/en-us/related/imsc/styling/index.html": { | |
"title": "Styling IMSC documents", | |
"slug": "Related/IMSC/Styling", | |
"tags": ["Guide", "IMSC", "Styling", "captions", "subtitles"] | |
}, | |
"/files/en-us/related/imsc/subtitle_placement/index.html": { | |
"title": "Subtitle placement in IMSC", | |
"slug": "Related/IMSC/Subtitle_placement", | |
"tags": [ | |
"Guide", | |
"IMSC", | |
"Layout", | |
"Positioning", | |
"captions", | |
"region", | |
"subtitles" | |
] | |
}, | |
"/files/en-us/related/imsc/timing_in_imsc/index.html": { | |
"title": "Timing in IMSC", | |
"slug": "Related/IMSC/Timing_in_IMSC", | |
"tags": ["Guide", "IMSC", "Timing", "captions", "subtitles"] | |
}, | |
"/files/en-us/related/imsc/using_the_imscjs_polyfill/index.html": { | |
"title": "Using the imscJS polyfill", | |
"slug": "Related/IMSC/Using_the_imscJS_polyfill", | |
"tags": ["IMSC", "captions", "imscJS", "rendering", "subtitles"] | |
}, | |
"/files/en-us/related/index.html": { | |
"title": "Web-related technologies", | |
"slug": "Related", | |
"tags": ["Related"] | |
}, | |
"/files/en-us/related/process_for_selection/index.html": { | |
"title": "Process for selection", | |
"slug": "Related/Process_for_selection", | |
"tags": ["Related", "selection process"] | |
}, | |
"/files/en-us/related/project_guidelines/index.html": { | |
"title": "Project guidelines", | |
"slug": "Related/Project_guidelines", | |
"tags": ["Related", "project guidelines"] | |
}, | |
"/files/en-us/tools/3d_view/index.html": { | |
"title": "3D view", | |
"slug": "Tools/3D_View", | |
"tags": ["HTML", "Tools", "Web Development", "Web Development:Tools"] | |
}, | |
"/files/en-us/tools/about_colon_debugging/about_colon_debugging_before_firefox_68/index.html": { | |
"title": "about:debugging (before Firefox 68)", | |
"slug": "Tools/about:debugging/about:debugging_before_Firefox_68" | |
}, | |
"/files/en-us/tools/about_colon_debugging/index.html": { | |
"title": "about:debugging", | |
"slug": "Tools/about:debugging", | |
"tags": ["Debugger", "Remote debugging", "about:debugging"] | |
}, | |
"/files/en-us/tools/accessibility_inspector/index.html": { | |
"title": "Accessibility Inspector", | |
"slug": "Tools/Accessibility_inspector", | |
"tags": [ | |
"Accessibility", | |
"Accessibility inspector", | |
"DevTools", | |
"Guide", | |
"Tools" | |
] | |
}, | |
"/files/en-us/tools/accessibility_inspector/simulation/index.html": { | |
"title": "Color vision simulation", | |
"slug": "Tools/Accessibility_inspector/Simulation", | |
"tags": [ | |
"Accessibility", | |
"Accessibility inspector", | |
"Color blindness", | |
"DevTools", | |
"Guide", | |
"Simulation", | |
"Tools" | |
] | |
}, | |
"/files/en-us/tools/accessing_the_developer_tools/index.html": { | |
"title": "The Web Developer Menu", | |
"slug": "Tools/Accessing_the_Developer_Tools", | |
"tags": ["Add-ons", "Debugging", "Tools", "Web Developer"] | |
}, | |
"/files/en-us/tools/application/index.html": { | |
"title": "Application", | |
"slug": "Tools/Application", | |
"tags": [ | |
"Application", | |
"Debugging", | |
"DevTools", | |
"Firefox", | |
"Guide", | |
"Manifests", | |
"Service Workers" | |
] | |
}, | |
"/files/en-us/tools/application/manifests/index.html": { | |
"title": "Inspecting web app manifests", | |
"slug": "Tools/Application/Manifests", | |
"tags": ["Application", "DevTools", "Firefox", "Guide", "Manifest"] | |
}, | |
"/files/en-us/tools/application/service_workers/index.html": { | |
"title": "Debugging service workers", | |
"slug": "Tools/Application/Service_workers", | |
"tags": ["Application", "DevTools", "Firefox", "Guide", "Service Workers"] | |
}, | |
"/files/en-us/tools/browser_console/index.html": { | |
"title": "Browser Console", | |
"slug": "Tools/Browser_Console", | |
"tags": [ | |
"Browser", | |
"Debugging", | |
"Tools", | |
"Web Development", | |
"WebDevelopment:Tools" | |
] | |
}, | |
"/files/en-us/tools/browser_toolbox/index.html": { | |
"title": "Browser Toolbox", | |
"slug": "Tools/Browser_Toolbox", | |
"tags": ["Debug", "Firefox", "JavaScript"] | |
}, | |
"/files/en-us/tools/debugger/break_on_dom_mutation/index.html": { | |
"title": "Break on DOM mutation", | |
"slug": "Tools/Debugger/Break_on_DOM_mutation", | |
"tags": [ | |
"DOM Mutation Breakpoint", | |
"Debugger", | |
"Debugging", | |
"Dev Tools", | |
"Tools", | |
"breakpoint" | |
] | |
}, | |
"/files/en-us/tools/debugger/how_to/access_debugging_in_add-ons/index.html": { | |
"title": "Access debugging in add-ons", | |
"slug": "Tools/Debugger/How_to/Access_debugging_in_add-ons" | |
}, | |
"/files/en-us/tools/debugger/how_to/breaking_on_exceptions/index.html": { | |
"title": "Breaking on exceptions", | |
"slug": "Tools/Debugger/How_to/Breaking_on_exceptions" | |
}, | |
"/files/en-us/tools/debugger/how_to/debug_eval_sources/index.html": { | |
"title": "Debug eval sources", | |
"slug": "Tools/Debugger/How_to/Debug_eval_sources" | |
}, | |
"/files/en-us/tools/debugger/how_to/disable_breakpoints/index.html": { | |
"title": "Disable breakpoints", | |
"slug": "Tools/Debugger/How_to/Disable_breakpoints" | |
}, | |
"/files/en-us/tools/debugger/how_to/highlight_and_inspect_dom_nodes/index.html": { | |
"title": "Highlight and inspect DOM nodes", | |
"slug": "Tools/Debugger/How_to/Highlight_and_inspect_DOM_nodes", | |
"tags": ["DOM node", "Debugger", "DevTools", "Page Inspector"] | |
}, | |
"/files/en-us/tools/debugger/how_to/ignore_a_source/index.html": { | |
"title": "Ignore a source", | |
"slug": "Tools/Debugger/How_to/Ignore_a_source" | |
}, | |
"/files/en-us/tools/debugger/how_to/index.html": { | |
"title": "How to", | |
"slug": "Tools/Debugger/How_to" | |
}, | |
"/files/en-us/tools/debugger/how_to/open_the_debugger/index.html": { | |
"title": "Open the debugger", | |
"slug": "Tools/Debugger/How_to/Open_the_debugger" | |
}, | |
"/files/en-us/tools/debugger/how_to/pretty-print_a_minified_file/index.html": { | |
"title": "Pretty-print a minified file", | |
"slug": "Tools/Debugger/How_to/Pretty-print_a_minified_file", | |
"tags": ["JavaScript"] | |
}, | |
"/files/en-us/tools/debugger/how_to/search/index.html": { | |
"title": "Search", | |
"slug": "Tools/Debugger/How_to/Search" | |
}, | |
"/files/en-us/tools/debugger/how_to/set_a_breakpoint/index.html": { | |
"title": "Set a breakpoint", | |
"slug": "Tools/Debugger/How_to/Set_a_breakpoint", | |
"tags": [ | |
"JavaScript", | |
"Tools", | |
"breakpoint", | |
"column breakpoint", | |
"conditional breakpoint" | |
] | |
}, | |
"/files/en-us/tools/debugger/how_to/set_a_conditional_breakpoint/index.html": { | |
"title": "Set a conditional breakpoint", | |
"slug": "Tools/Debugger/How_to/Set_a_conditional_breakpoint", | |
"tags": [ | |
"Conditional", | |
"Debugger", | |
"Debugging", | |
"DevTools", | |
"Developer Tools", | |
"Firefox", | |
"Guide", | |
"JavaScript debugging", | |
"Tools", | |
"WM", | |
"breakpoint" | |
] | |
}, | |
"/files/en-us/tools/debugger/how_to/set_watch_expressions/index.html": { | |
"title": "Set watch expressions", | |
"slug": "Tools/Debugger/How_to/Set_Watch_Expressions", | |
"tags": ["Firefox", "Tools", "watch expressions"] | |
}, | |
"/files/en-us/tools/debugger/how_to/step_through_code/index.html": { | |
"title": "Step through code", | |
"slug": "Tools/Debugger/How_to/Step_through_code", | |
"tags": ["Debugger", "DevTools", "JavaScript", "Step through code"] | |
}, | |
"/files/en-us/tools/debugger/how_to/use_a_source_map/index.html": { | |
"title": "Use a source map", | |
"slug": "Tools/Debugger/How_to/Use_a_source_map" | |
}, | |
"/files/en-us/tools/debugger/how_to/use_watchpoints/index.html": { | |
"title": "Use watchpoints", | |
"slug": "Tools/Debugger/How_to/Use_watchpoints", | |
"tags": ["Firefox", "Guide", "Tools"] | |
}, | |
"/files/en-us/tools/debugger/index.html": { | |
"title": "The Firefox JavaScript Debugger", | |
"slug": "Tools/Debugger", | |
"tags": [ | |
"Debugger", | |
"Debugging", | |
"Dev Tools", | |
"JavaScript", | |
"Tools", | |
"l10n:priority" | |
] | |
}, | |
"/files/en-us/tools/debugger/set_a_logpoint/index.html": { | |
"title": "Set a logpoint", | |
"slug": "Tools/Debugger/Set_a_logpoint", | |
"tags": [ | |
"Debugger", | |
"Debugging", | |
"Dev Tools", | |
"JavaScript debugging", | |
"Tools", | |
"breakpoint", | |
"logpoint" | |
] | |
}, | |
"/files/en-us/tools/debugger/set_an_xhr_breakpoint/index.html": { | |
"title": "Set an XHR breakpoint", | |
"slug": "Tools/Debugger/Set_an_XHR_breakpoint", | |
"tags": ["Debugger", "Debugging", "JavaScript", "XHR Breakpoint"] | |
}, | |
"/files/en-us/tools/debugger/set_event_listener_breakpoints/index.html": { | |
"title": "Set event listener breakpoints", | |
"slug": "Tools/Debugger/Set_event_listener_breakpoints", | |
"tags": [ | |
"Debugger", | |
"Dev Tools", | |
"Event Debugging", | |
"Event Handler", | |
"Event Listener", | |
"JavaScript debugging", | |
"Tools", | |
"breakpoint", | |
"events" | |
] | |
}, | |
"/files/en-us/tools/debugger/source_map_errors/index.html": { | |
"title": "Source map errors", | |
"slug": "Tools/Debugger/Source_map_errors", | |
"tags": [ | |
"Debugger", | |
"Debugging", | |
"Dev Tools", | |
"Reference", | |
"Source maps", | |
"Tools" | |
] | |
}, | |
"/files/en-us/tools/debugger/ui_tour/index.html": { | |
"title": "UI Tour", | |
"slug": "Tools/Debugger/UI_Tour", | |
"tags": ["Debugger", "JavaScript", "Tools"] | |
}, | |
"/files/en-us/tools/debugger/using_the_debugger_map_scopes_feature/index.html": { | |
"title": "Using the Debugger map scopes feature", | |
"slug": "Tools/Debugger/Using_the_Debugger_map_scopes_feature" | |
}, | |
"/files/en-us/tools/debugger-api/debugger/index.html": { | |
"title": "Debugger", | |
"slug": "Tools/Debugger-API/Debugger" | |
}, | |
"/files/en-us/tools/debugger-api/debugger.environment/index.html": { | |
"title": "Debugger.Environment", | |
"slug": "Tools/Debugger-API/Debugger.Environment" | |
}, | |
"/files/en-us/tools/debugger-api/debugger.frame/index.html": { | |
"title": "Debugger.Frame", | |
"slug": "Tools/Debugger-API/Debugger.Frame" | |
}, | |
"/files/en-us/tools/debugger-api/debugger.memory/index.html": { | |
"title": "Debugger.Memory", | |
"slug": "Tools/Debugger-API/Debugger.Memory" | |
}, | |
"/files/en-us/tools/debugger-api/debugger.object/index.html": { | |
"title": "Debugger.Object", | |
"slug": "Tools/Debugger-API/Debugger.Object" | |
}, | |
"/files/en-us/tools/debugger-api/debugger.script/index.html": { | |
"title": "Debugger.Script", | |
"slug": "Tools/Debugger-API/Debugger.Script" | |
}, | |
"/files/en-us/tools/debugger-api/debugger.source/index.html": { | |
"title": "Debugger.Source", | |
"slug": "Tools/Debugger-API/Debugger.Source" | |
}, | |
"/files/en-us/tools/debugger-api/index.html": { | |
"title": "Debugger-API", | |
"slug": "Tools/Debugger-API", | |
"tags": ["Debugger", "Intermediate", "Intro", "JavaScript", "Tools"] | |
}, | |
"/files/en-us/tools/debugger-api/tutorial-allocation-log-tree/index.html": { | |
"title": "Tutorial: Show Allocations Per Call Path", | |
"slug": "Tools/Debugger-API/Tutorial-Allocation-Log-Tree", | |
"tags": ["Debugger", "Tools", "Tutorial"] | |
}, | |
"/files/en-us/tools/debugger-api/tutorial-breakpoint/index.html": { | |
"title": "Tutorial: Set a breakpoint", | |
"slug": "Tools/Debugger-API/Tutorial-Breakpoint" | |
}, | |
"/files/en-us/tools/debugger.object/index.html": { | |
"title": "Debugger.Object", | |
"slug": "Tools/Debugger.Object" | |
}, | |
"/files/en-us/tools/deprecated_tools/index.html": { | |
"title": "Deprecated tools", | |
"slug": "Tools/Deprecated_tools", | |
"tags": ["Deprecated", "Tools"] | |
}, | |
"/files/en-us/tools/devtoolsapi/index.html": { | |
"title": "DevTools API", | |
"slug": "Tools/DevToolsAPI", | |
"tags": ["DevTools"] | |
}, | |
"/files/en-us/tools/devtoolscolors/index.html": { | |
"title": "DevToolsColors", | |
"slug": "Tools/DevToolsColors", | |
"tags": ["CSS"] | |
}, | |
"/files/en-us/tools/dom_property_viewer/index.html": { | |
"title": "DOM Property Viewer", | |
"slug": "Tools/DOM_Property_Viewer", | |
"tags": ["DOM", "Tools", "Web Development"] | |
}, | |
"/files/en-us/tools/eyedropper/index.html": { | |
"title": "Eyedropper", | |
"slug": "Tools/Eyedropper", | |
"tags": ["Firefox", "Tools", "Web Development:Tools"] | |
}, | |
"/files/en-us/tools/index/index.html": { | |
"title": "Index", | |
"slug": "Tools/Index", | |
"tags": ["Tools"] | |
}, | |
"/files/en-us/tools/index.html": { | |
"title": "Firefox Developer Tools", | |
"slug": "Tools", | |
"tags": [ | |
"DevTools", | |
"Developing Mozilla", | |
"Guide", | |
"Tools", | |
"Web Development", | |
"Web Development:Tools", | |
"l10n:priority" | |
] | |
}, | |
"/files/en-us/tools/json_viewer/index.html": { | |
"title": "JSON viewer", | |
"slug": "Tools/JSON_viewer" | |
}, | |
"/files/en-us/tools/keyboard_shortcuts/index.html": { | |
"title": "All keyboard shortcuts", | |
"slug": "Tools/Keyboard_shortcuts", | |
"tags": ["Tools", "l10n:priority"] | |
}, | |
"/files/en-us/tools/measure_a_portion_of_the_page/index.html": { | |
"title": "Measure a portion of the page", | |
"slug": "Tools/Measure_a_portion_of_the_page", | |
"tags": [ | |
"Design", | |
"DevTools", | |
"Developer", | |
"Firefox", | |
"Layout", | |
"Measure", | |
"Measuring", | |
"Measuring Tool", | |
"Tools" | |
] | |
}, | |
"/files/en-us/tools/memory/aggregate_view/index.html": { | |
"title": "Aggregate view", | |
"slug": "Tools/Memory/Aggregate_view" | |
}, | |
"/files/en-us/tools/memory/basic_operations/index.html": { | |
"title": "Basic operations", | |
"slug": "Tools/Memory/Basic_operations" | |
}, | |
"/files/en-us/tools/memory/dom_allocation_example/index.html": { | |
"title": "DOM allocation example", | |
"slug": "Tools/Memory/DOM_allocation_example" | |
}, | |
"/files/en-us/tools/memory/dominators/index.html": { | |
"title": "Dominators", | |
"slug": "Tools/Memory/Dominators" | |
}, | |
"/files/en-us/tools/memory/dominators_view/index.html": { | |
"title": "Dominators view", | |
"slug": "Tools/Memory/Dominators_view" | |
}, | |
"/files/en-us/tools/memory/index.html": { | |
"title": "Memory", | |
"slug": "Tools/Memory", | |
"tags": ["DevTools", "Firefox", "Mozilla", "Tools"] | |
}, | |
"/files/en-us/tools/memory/monster_example/index.html": { | |
"title": "Monster example", | |
"slug": "Tools/Memory/Monster_example" | |
}, | |
"/files/en-us/tools/memory/tree_map_view/index.html": { | |
"title": "Tree map view", | |
"slug": "Tools/Memory/Tree_map_view" | |
}, | |
"/files/en-us/tools/migrating_from_firebug/index.html": { | |
"title": "Migrating from Firebug", | |
"slug": "Tools/Migrating_from_Firebug", | |
"tags": ["Firebug", "Migration"] | |
}, | |
"/files/en-us/tools/network_monitor/index.html": { | |
"title": "Network Monitor", | |
"slug": "Tools/Network_Monitor", | |
"tags": [ | |
"Debugging", | |
"Dev Tools", | |
"Firefox", | |
"Guide", | |
"Networking", | |
"Tools", | |
"l10n:priority" | |
] | |
}, | |
"/files/en-us/tools/network_monitor/inspecting_server-sent_events/index.html": { | |
"title": "Inspecting server-sent events", | |
"slug": "Tools/Network_Monitor/Inspecting_server-sent_events", | |
"tags": ["Firefox", "Network Monitor", "Server-sent events"] | |
}, | |
"/files/en-us/tools/network_monitor/inspecting_web_sockets/index.html": { | |
"title": "Inspecting web sockets", | |
"slug": "Tools/Network_Monitor/Inspecting_web_sockets", | |
"tags": [ | |
"JavaScript", | |
"Network Monitor", | |
"WebAPIs", | |
"web socket inspector", | |
"web sockets" | |
] | |
}, | |
"/files/en-us/tools/network_monitor/performance_analysis/index.html": { | |
"title": "Performance Analysis", | |
"slug": "Tools/Network_Monitor/Performance_Analysis", | |
"tags": [ | |
"110n:priority", | |
"Debugging", | |
"Dev Tools", | |
"Firefox", | |
"Guide", | |
"Networking", | |
"Tools" | |
] | |
}, | |
"/files/en-us/tools/network_monitor/recording/index.html": { | |
"title": "Network monitor recording", | |
"slug": "Tools/Network_Monitor/recording", | |
"tags": [ | |
"110n:priority", | |
"Debugging", | |
"Dev Tools", | |
"Firefox", | |
"Guide", | |
"Networking", | |
"Tools" | |
] | |
}, | |
"/files/en-us/tools/network_monitor/request_details/index.html": { | |
"title": "Network request details", | |
"slug": "Tools/Network_Monitor/request_details", | |
"tags": [ | |
"110n:priority", | |
"Debugging", | |
"Dev Tools", | |
"Firefox", | |
"Guide", | |
"Networking", | |
"Tools" | |
] | |
}, | |
"/files/en-us/tools/network_monitor/request_list/index.html": { | |
"title": "Network request list", | |
"slug": "Tools/Network_Monitor/request_list", | |
"tags": [ | |
"110n:priority", | |
"Debugging", | |
"Dev Tools", | |
"Firefox", | |
"Guide", | |
"Networking", | |
"Tools" | |
] | |
}, | |
"/files/en-us/tools/network_monitor/throttling/index.html": { | |
"title": "Throttling", | |
"slug": "Tools/Network_Monitor/Throttling", | |
"tags": [ | |
"110n:priority", | |
"Debugging", | |
"Dev Tools", | |
"Firefox", | |
"Guide", | |
"Networking", | |
"Tools" | |
] | |
}, | |
"/files/en-us/tools/network_monitor/toolbar/index.html": { | |
"title": "Network monitor toolbar", | |
"slug": "Tools/Network_Monitor/toolbar", | |
"tags": [ | |
"110n:priority", | |
"Debugging", | |
"Dev Tools", | |
"Firefox", | |
"Guide", | |
"Networking", | |
"Tools" | |
] | |
}, | |
"/files/en-us/tools/page_inspector/3-pane_mode/index.html": { | |
"title": "Page inspector 3-pane mode", | |
"slug": "Tools/Page_Inspector/3-pane_mode", | |
"tags": ["3-pane", "CSS", "Guide", "Inspector", "Tools"] | |
}, | |
"/files/en-us/tools/page_inspector/how_to/debug_scrollable_overflow/index.html": { | |
"title": "Debug scrollable overflow", | |
"slug": "Tools/Page_Inspector/How_to/Debug_Scrollable_Overflow" | |
}, | |
"/files/en-us/tools/page_inspector/how_to/edit_css_filters/index.html": { | |
"title": "Edit CSS filters", | |
"slug": "Tools/Page_Inspector/How_to/Edit_CSS_filters", | |
"tags": ["CSS", "DevTools", "Filters", "Page Inspector", "Tools"] | |
}, | |
"/files/en-us/tools/page_inspector/how_to/edit_css_shapes/index.html": { | |
"title": "Edit Shape Paths in CSS", | |
"slug": "Tools/Page_Inspector/How_to/Edit_CSS_shapes", | |
"tags": [ | |
"CSS", | |
"DevTools", | |
"Page Inspector", | |
"Rules view", | |
"Tools", | |
"highlighter", | |
"shapes" | |
] | |
}, | |
"/files/en-us/tools/page_inspector/how_to/edit_fonts/index.html": { | |
"title": "Edit fonts", | |
"slug": "Tools/Page_Inspector/How_to/Edit_fonts", | |
"tags": ["Fonts", "Guide", "Inspector", "Tools", "variable fonts"] | |
}, | |
"/files/en-us/tools/page_inspector/how_to/examine_and_edit_css/index.html": { | |
"title": "Examine and edit CSS", | |
"slug": "Tools/Page_Inspector/How_to/Examine_and_edit_CSS", | |
"tags": ["Guide", "Inspector", "Tools"] | |
}, | |
"/files/en-us/tools/page_inspector/how_to/examine_and_edit_html/index.html": { | |
"title": "Examine and edit HTML", | |
"slug": "Tools/Page_Inspector/How_to/Examine_and_edit_HTML", | |
"tags": ["Debugging", "Firefox", "Guide", "Inspector", "Mozilla", "Tools"] | |
}, | |
"/files/en-us/tools/page_inspector/how_to/examine_and_edit_the_box_model/index.html": { | |
"title": "Examine and edit the box model", | |
"slug": "Tools/Page_Inspector/How_to/Examine_and_edit_the_box_model", | |
"tags": ["Guide", "Tools"] | |
}, | |
"/files/en-us/tools/page_inspector/how_to/examine_event_listeners/index.html": { | |
"title": "Examine Event Listeners", | |
"slug": "Tools/Page_Inspector/How_to/Examine_event_listeners", | |
"tags": ["Guide", "Inspector", "Tools"] | |
}, | |
"/files/en-us/tools/page_inspector/how_to/examine_flexbox_layouts/index.html": { | |
"title": "CSS Flexbox Inspector: Examine Flexbox layouts", | |
"slug": "Tools/Page_Inspector/How_to/Examine_Flexbox_layouts", | |
"tags": ["Guide", "Inspector", "Tools", "flexbox"] | |
}, | |
"/files/en-us/tools/page_inspector/how_to/examine_grid_layouts/index.html": { | |
"title": "CSS Grid Inspector: Examine grid layouts", | |
"slug": "Tools/Page_Inspector/How_to/Examine_grid_layouts", | |
"tags": ["Guide", "Inspector", "Tools"] | |
}, | |
"/files/en-us/tools/page_inspector/how_to/index.html": { | |
"title": "How to", | |
"slug": "Tools/Page_Inspector/How_to" | |
}, | |
"/files/en-us/tools/page_inspector/how_to/inspect_and_select_colors/index.html": { | |
"title": "Inspect and select colors", | |
"slug": "Tools/Page_Inspector/How_to/Inspect_and_select_colors", | |
"tags": ["Guide", "Inspector", "Tools"] | |
}, | |
"/files/en-us/tools/page_inspector/how_to/open_the_inspector/index.html": { | |
"title": "Open the Inspector", | |
"slug": "Tools/Page_Inspector/How_to/Open_the_Inspector", | |
"tags": ["Guide", "Inspector", "Tools"] | |
}, | |
"/files/en-us/tools/page_inspector/how_to/reposition_elements_in_the_page/index.html": { | |
"title": "Reposition elements in the page", | |
"slug": "Tools/Page_Inspector/How_to/Reposition_elements_in_the_page" | |
}, | |
"/files/en-us/tools/page_inspector/how_to/select_an_element/index.html": { | |
"title": "Select an element", | |
"slug": "Tools/Page_Inspector/How_to/Select_an_element", | |
"tags": ["Guide", "Inspector", "Tools"] | |
}, | |
"/files/en-us/tools/page_inspector/how_to/select_and_highlight_elements/index.html": { | |
"title": "Select and highlight elements", | |
"slug": "Tools/Page_Inspector/How_to/Select_and_highlight_elements" | |
}, | |
"/files/en-us/tools/page_inspector/how_to/use_the_inspector_api/index.html": { | |
"title": "Use the Inspector API", | |
"slug": "Tools/Page_Inspector/How_to/Use_the_Inspector_API", | |
"tags": ["Inspector", "Reference", "Tools"] | |
}, | |
"/files/en-us/tools/page_inspector/how_to/use_the_inspector_from_the_web_console/index.html": { | |
"title": "Use the Inspector from the Web Console", | |
"slug": "Tools/Page_Inspector/How_to/Use_the_Inspector_from_the_Web_Console", | |
"tags": ["Guide", "Inspector", "Tools"] | |
}, | |
"/files/en-us/tools/page_inspector/how_to/view_background_images/index.html": { | |
"title": "View background images", | |
"slug": "Tools/Page_Inspector/How_to/View_background_images" | |
}, | |
"/files/en-us/tools/page_inspector/how_to/visualize_transforms/index.html": { | |
"title": "Visualize transforms", | |
"slug": "Tools/Page_Inspector/How_to/Visualize_transforms", | |
"tags": ["Guide", "Inspector", "Tools"] | |
}, | |
"/files/en-us/tools/page_inspector/how_to/work_with_animations/animation_inspector_(firefox_41_and_42)/index.html": { | |
"title": "Animation inspector (Firefox 41 and 42)", | |
"slug": "Tools/Page_Inspector/How_to/Work_with_animations/Animation_inspector_(Firefox_41_and_42)" | |
}, | |
"/files/en-us/tools/page_inspector/how_to/work_with_animations/animation_inspector_example_colon__css_transitions/index.html": { | |
"title": "Animation inspector example: CSS transitions", | |
"slug": "Tools/Page_Inspector/How_to/Work_with_animations/Animation_inspector_example:_CSS_transitions" | |
}, | |
"/files/en-us/tools/page_inspector/how_to/work_with_animations/animation_inspector_example_colon__web_animations_api/index.html": { | |
"title": "Animation inspector example: Web Animations API", | |
"slug": "Tools/Page_Inspector/How_to/Work_with_animations/Animation_inspector_example:_Web_Animations_API" | |
}, | |
"/files/en-us/tools/page_inspector/how_to/work_with_animations/index.html": { | |
"title": "Work with animations", | |
"slug": "Tools/Page_Inspector/How_to/Work_with_animations", | |
"tags": ["Guide", "Inspector", "Tools"] | |
}, | |
"/files/en-us/tools/page_inspector/index.html": { | |
"title": "Page Inspector", | |
"slug": "Tools/Page_Inspector", | |
"tags": [ | |
"CSS", | |
"DOM", | |
"HTML", | |
"Stylesheets", | |
"Web Development", | |
"Web Development:Tools", | |
"l10n:priority" | |
] | |
}, | |
"/files/en-us/tools/page_inspector/ui_tour/index.html": { | |
"title": "UI Tour", | |
"slug": "Tools/Page_Inspector/UI_Tour", | |
"tags": ["Guide", "Inspector", "Tools"] | |
}, | |
"/files/en-us/tools/paint_flashing_tool/index.html": { | |
"title": "Paint Flashing Tool", | |
"slug": "Tools/Paint_Flashing_Tool", | |
"tags": ["Web Performance"] | |
}, | |
"/files/en-us/tools/performance/allocations/index.html": { | |
"title": "Allocations", | |
"slug": "Tools/Performance/Allocations" | |
}, | |
"/files/en-us/tools/performance/call_tree/index.html": { | |
"title": "Call Tree", | |
"slug": "Tools/Performance/Call_Tree", | |
"tags": ["JavaScript", "Performance", "memory"] | |
}, | |
"/files/en-us/tools/performance/examples/index.html": { | |
"title": "Examples", | |
"slug": "Tools/Performance/Examples" | |
}, | |
"/files/en-us/tools/performance/examples/sorting_algorithms_comparison/index.html": { | |
"title": "Sorting algorithms comparison", | |
"slug": "Tools/Performance/Examples/Sorting_algorithms_comparison" | |
}, | |
"/files/en-us/tools/performance/flame_chart/index.html": { | |
"title": "Flame Chart", | |
"slug": "Tools/Performance/Flame_Chart" | |
}, | |
"/files/en-us/tools/performance/frame_rate/index.html": { | |
"title": "Frame rate", | |
"slug": "Tools/Performance/Frame_rate" | |
}, | |
"/files/en-us/tools/performance/how_to/index.html": { | |
"title": "How to", | |
"slug": "Tools/Performance/How_to" | |
}, | |
"/files/en-us/tools/performance/index.html": { | |
"title": "Performance", | |
"slug": "Tools/Performance", | |
"tags": ["Developer Tools", "Learn", "Performance", "Web Performance"] | |
}, | |
"/files/en-us/tools/performance/scenarios/animating_css_properties/index.html": { | |
"title": "Animating CSS properties", | |
"slug": "Tools/Performance/Scenarios/Animating_CSS_properties", | |
"tags": ["CSS animation", "Developer Tools", "Web Performance"] | |
}, | |
"/files/en-us/tools/performance/scenarios/index.html": { | |
"title": "Scenarios", | |
"slug": "Tools/Performance/Scenarios", | |
"tags": ["NeedsContent"] | |
}, | |
"/files/en-us/tools/performance/scenarios/intensive_javascript/index.html": { | |
"title": "Intensive JavaScript", | |
"slug": "Tools/Performance/Scenarios/Intensive_JavaScript" | |
}, | |
"/files/en-us/tools/performance/ui_tour/index.html": { | |
"title": "UI Tour", | |
"slug": "Tools/Performance/UI_Tour" | |
}, | |
"/files/en-us/tools/performance/waterfall/index.html": { | |
"title": "Waterfall", | |
"slug": "Tools/Performance/Waterfall" | |
}, | |
"/files/en-us/tools/performance__/javascript_flame_chart/index.html": { | |
"title": "JavaScript flame chart", | |
"slug": "Tools/Performance__/JavaScript_flame_chart" | |
}, | |
"/files/en-us/tools/remote_debugging/chrome_desktop/index.html": { | |
"title": "Remotely debugging Chrome Desktop", | |
"slug": "Tools/Remote_Debugging/Chrome_Desktop" | |
}, | |
"/files/en-us/tools/remote_debugging/debugging_firefox_desktop/index.html": { | |
"title": "Debugging Firefox Desktop", | |
"slug": "Tools/Remote_Debugging/Debugging_Firefox_Desktop", | |
"tags": ["Debugging", "Guide", "Tools"] | |
}, | |
"/files/en-us/tools/remote_debugging/firefox_for_android/index.html": { | |
"title": "Remotely debugging Firefox <36 for Android", | |
"slug": "Tools/Remote_Debugging/Firefox_for_Android", | |
"tags": ["Android", "Debugging"] | |
}, | |
"/files/en-us/tools/remote_debugging/index.html": { | |
"title": "Remote Debugging", | |
"slug": "Tools/Remote_Debugging", | |
"tags": ["Tools", "l10n:priority"] | |
}, | |
"/files/en-us/tools/remote_debugging/thunderbird/index.html": { | |
"title": "Remotely debugging Thunderbird", | |
"slug": "Tools/Remote_Debugging/Thunderbird", | |
"tags": ["Debug", "Tutorial", "thunderbird"] | |
}, | |
"/files/en-us/tools/responsive_design_mode/index.html": { | |
"title": "Responsive Design Mode", | |
"slug": "Tools/Responsive_Design_Mode", | |
"tags": [ | |
"Design", | |
"Dev Tools", | |
"Firefox", | |
"Guide", | |
"Responsive Design", | |
"Tools", | |
"Web Development", | |
"l10n:priority" | |
] | |
}, | |
"/files/en-us/tools/rulers/index.html": { | |
"title": "Rulers", | |
"slug": "Tools/Rulers", | |
"tags": ["DevTools", "Firefox", "Rulers", "Tools"] | |
}, | |
"/files/en-us/tools/settings/index.html": { | |
"title": "Settings", | |
"slug": "Tools/Settings" | |
}, | |
"/files/en-us/tools/shader_editor/index.html": { | |
"title": "Shader Editor", | |
"slug": "Tools/Shader_Editor" | |
}, | |
"/files/en-us/tools/storage_inspector/cache_storage/index.html": { | |
"title": "Cache Storage", | |
"slug": "Tools/Storage_Inspector/Cache_Storage", | |
"tags": [ | |
"Cache Storage", | |
"DevTools", | |
"Firefox", | |
"Guide", | |
"Storage", | |
"Storage Inspector", | |
"Tools", | |
"l10n:priority" | |
] | |
}, | |
"/files/en-us/tools/storage_inspector/cookies/index.html": { | |
"title": "Cookies", | |
"slug": "Tools/Storage_Inspector/Cookies", | |
"tags": [ | |
"Cookies", | |
"Dev Tools", | |
"Firefox", | |
"Guide", | |
"Storage", | |
"Storage Inspector", | |
"Tools", | |
"l10n:priority" | |
] | |
}, | |
"/files/en-us/tools/storage_inspector/extension_storage/index.html": { | |
"title": "Extension Storage", | |
"slug": "Tools/Storage_Inspector/Extension_Storage", | |
"tags": [ | |
"Dev Tools", | |
"Extension Storage", | |
"Firefox", | |
"Guide", | |
"Storage", | |
"Storage Inspector", | |
"Tools", | |
"l10n:priority" | |
] | |
}, | |
"/files/en-us/tools/storage_inspector/index.html": { | |
"title": "Storage Inspector", | |
"slug": "Tools/Storage_Inspector", | |
"tags": [ | |
"Cookies", | |
"Dev Tools", | |
"Firefox", | |
"Guide", | |
"IndexedDB", | |
"Local Storage", | |
"Session Storage", | |
"Storage", | |
"Tools" | |
] | |
}, | |
"/files/en-us/tools/storage_inspector/indexeddb/index.html": { | |
"title": "IndexedDB", | |
"slug": "Tools/Storage_Inspector/IndexedDB", | |
"tags": [ | |
"Dev Tools", | |
"Firefox", | |
"Guide", | |
"IndexedDB", | |
"Storage", | |
"Storage Inspector", | |
"Tools", | |
"l10n:priority" | |
] | |
}, | |
"/files/en-us/tools/storage_inspector/local_storage_session_storage/index.html": { | |
"title": "Local Storage / Session Storage", | |
"slug": "Tools/Storage_Inspector/Local_Storage_Session_Storage", | |
"tags": [ | |
"Dev Tools", | |
"Firefox", | |
"Guide", | |
"Local Storage", | |
"Session Storage", | |
"Storage", | |
"Storage Inspector", | |
"Tools", | |
"l10n:priority" | |
] | |
}, | |
"/files/en-us/tools/style_editor/index.html": { | |
"title": "Style Editor", | |
"slug": "Tools/Style_Editor", | |
"tags": [ | |
"CSS", | |
"Stylesheets", | |
"Tools", | |
"Web Development", | |
"Web Development:Tools" | |
] | |
}, | |
"/files/en-us/tools/taking_screenshots/index.html": { | |
"title": "Taking screenshots", | |
"slug": "Tools/Taking_screenshots", | |
"tags": ["Screenshot", "Tools"] | |
}, | |
"/files/en-us/tools/tips/index.html": { | |
"title": "Tips", | |
"slug": "Tools/Tips", | |
"tags": ["Dev Tools", "Tools", "Web Development"] | |
}, | |
"/files/en-us/tools/tools_toolbox/index.html": { | |
"title": "Toolbox", | |
"slug": "Tools/Tools_Toolbox" | |
}, | |
"/files/en-us/tools/validators/index.html": { | |
"title": "Validators", | |
"slug": "Tools/Validators", | |
"tags": ["Tools", "Website validator", "html5 validator", "validator"] | |
}, | |
"/files/en-us/tools/view_source/index.html": { | |
"title": "View Source", | |
"slug": "Tools/View_source", | |
"tags": ["DevTools", "Firefox", "view page source"] | |
}, | |
"/files/en-us/tools/web_audio_editor/index.html": { | |
"title": "Web Audio Editor", | |
"slug": "Tools/Web_Audio_Editor", | |
"tags": ["Firefox", "Mozilla", "Tools", "Web Audio API"] | |
}, | |
"/files/en-us/tools/web_console/console_messages/index.html": { | |
"title": "Console messages", | |
"slug": "Tools/Web_Console/Console_messages" | |
}, | |
"/files/en-us/tools/web_console/helpers/index.html": { | |
"title": "Web Console Helpers", | |
"slug": "Tools/Web_Console/Helpers", | |
"tags": ["Debugging", "JavaScript", "Web Development", "web console"] | |
}, | |
"/files/en-us/tools/web_console/index.html": { | |
"title": "Web Console", | |
"slug": "Tools/Web_Console", | |
"tags": [ | |
"Debugging", | |
"Guide", | |
"Security", | |
"Tools", | |
"Web Development", | |
"Web Development:Tools", | |
"l10n:priority", | |
"web console" | |
] | |
}, | |
"/files/en-us/tools/web_console/invoke_getters_from_autocomplete/index.html": { | |
"title": "Invoke getters from autocomplete", | |
"slug": "Tools/Web_Console/Invoke_getters_from_autocomplete" | |
}, | |
"/files/en-us/tools/web_console/remoting/index.html": { | |
"title": "Web Console remoting", | |
"slug": "Tools/Web_Console/remoting", | |
"tags": ["Debugging", "Reference", "web console"] | |
}, | |
"/files/en-us/tools/web_console/rich_output/index.html": { | |
"title": "Rich output", | |
"slug": "Tools/Web_Console/Rich_output" | |
}, | |
"/files/en-us/tools/web_console/split_console/index.html": { | |
"title": "Split console", | |
"slug": "Tools/Web_Console/Split_console" | |
}, | |
"/files/en-us/tools/web_console/the_command_line_interpreter/index.html": { | |
"title": "The JavaScript input interpreter", | |
"slug": "Tools/Web_Console/The_command_line_interpreter", | |
"tags": ["Debugging", "Web Development", "web console"] | |
}, | |
"/files/en-us/tools/web_console/ui_tour/index.html": { | |
"title": "Web Console UI Tour", | |
"slug": "Tools/Web_Console/UI_Tour", | |
"tags": ["Firefox", "Tools", "console", "web console"] | |
}, | |
"/files/en-us/tools/working_with_iframes/index.html": { | |
"title": "Working with iframes", | |
"slug": "Tools/Working_with_iframes", | |
"tags": ["Debugging", "DevTools", "Developer Tools", "Frames", "Tools"] | |
}, | |
"/files/en-us/web/accessibility/accessibility_and_spacial_patterns/index.md": { | |
"title": "Accessibility and Spacial Patterns", | |
"slug": "Web/Accessibility/Accessibility_and_Spacial_Patterns", | |
"tags": ["Accessibility", "Braille", "patterns", "photosensitive seizure"] | |
}, | |
"/files/en-us/web/accessibility/accessibility_colon__what_users_can_to_to_browse_safely/index.md": { | |
"title": "Accessibility: What users can do to browse more safely", | |
"slug": "Web/Accessibility/Accessibility:_What_users_can_to_to_browse_safely", | |
"tags": [ | |
"color", | |
"epilepsy", | |
"photosensitivity", | |
"prefers-reduced-motion", | |
"reflex epilepsy", | |
"saturation", | |
"seizure disorders", | |
"seizures", | |
"user settings", | |
"web animation" | |
] | |
}, | |
"/files/en-us/web/accessibility/accessible_dynamic_content/index.md": { | |
"title": "Accessible dynamic content", | |
"slug": "Web/Accessibility/Accessible_dynamic_content", | |
"tags": ["Accessibility"] | |
}, | |
"/files/en-us/web/accessibility/an_overview_of_accessible_web_applications_and_widgets/index.md": { | |
"title": "An overview of accessible web applications and widgets", | |
"slug": "Web/Accessibility/An_overview_of_accessible_web_applications_and_widgets", | |
"tags": ["ARIA", "Accessibility", "Guide", "Web apps", "Widget"] | |
}, | |
"/files/en-us/web/accessibility/architecture/index.md": { | |
"title": "Architecture", | |
"slug": "Web/Accessibility/Architecture", | |
"tags": ["Accessibility", "Developing Mozilla"] | |
}, | |
"/files/en-us/web/accessibility/aria/annotations/index.md": { | |
"title": "ARIA annotations", | |
"slug": "Web/Accessibility/ARIA/Annotations", | |
"tags": [ | |
"ARIA", | |
"Accessibility", | |
"WAI-ARIA", | |
"annotations", | |
"comments", | |
"details", | |
"suggestions" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/aria_guides/index.md": { | |
"title": "ARIA guides", | |
"slug": "Web/Accessibility/ARIA/ARIA_Guides", | |
"tags": ["ARIA"] | |
}, | |
"/files/en-us/web/accessibility/aria/aria_live_regions/index.md": { | |
"title": "ARIA live regions", | |
"slug": "Web/Accessibility/ARIA/ARIA_Live_Regions", | |
"tags": ["ARIA", "Accessibility", "ariaLive"] | |
}, | |
"/files/en-us/web/accessibility/aria/aria_screen_reader_implementors_guide/index.md": { | |
"title": "ARIA Screen Reader Implementors Guide", | |
"slug": "Web/Accessibility/ARIA/ARIA_Screen_Reader_Implementors_Guide", | |
"tags": ["ARIA", "Accessibility"] | |
}, | |
"/files/en-us/web/accessibility/aria/aria_techniques/aria_technique_template/index.html": { | |
"title": "ARIA Technique Template", | |
"slug": "Web/Accessibility/ARIA/ARIA_Techniques/ARIA_Technique_Template", | |
"tags": ["Accessibility"] | |
}, | |
"/files/en-us/web/accessibility/aria/aria_techniques/index.html": { | |
"title": "Using ARIA: Roles, states, and properties", | |
"slug": "Web/Accessibility/ARIA/ARIA_Techniques", | |
"tags": ["ARIA", "Accessibility", "Overview", "Reference"] | |
}, | |
"/files/en-us/web/accessibility/aria/aria_techniques/using_the_alert_role/index.html": { | |
"title": "Using the alert role", | |
"slug": "Web/Accessibility/ARIA/ARIA_Techniques/Using_the_alert_role", | |
"tags": [ | |
"ARIA", | |
"Accessibility", | |
"Advanced", | |
"CSS", | |
"Example", | |
"HTML", | |
"NeedsContent", | |
"alert", | |
"alert role", | |
"alerts", | |
"assistive technology", | |
"role configuration", | |
"wcag1.2.1", | |
"wcag3.3.1" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/aria_techniques/using_the_alertdialog_role/index.html": { | |
"title": "Using the alertdialog role", | |
"slug": "Web/Accessibility/ARIA/ARIA_Techniques/Using_the_alertdialog_role", | |
"tags": [ | |
"ARIA", | |
"Accessibility", | |
"CodingScripting", | |
"HTML", | |
"NeedsContent", | |
"Role", | |
"Web Development", | |
"agent", | |
"alertdialog", | |
"alerts", | |
"modal", | |
"user", | |
"userAgent" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/aria_techniques/using_the_aria-describedby_attribute/index.html": { | |
"title": "Using the aria-describedby attribute", | |
"slug": "Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-describedby_attribute", | |
"tags": ["ARIA", "Accessibility", "Attribute"] | |
}, | |
"/files/en-us/web/accessibility/aria/aria_techniques/using_the_aria-hidden_attribute/index.html": { | |
"title": "Using the aria-hidden attribute", | |
"slug": "Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-hidden_attribute", | |
"tags": [ | |
"ARIA", | |
"Accessibility", | |
"Attribute", | |
"CodingScripting", | |
"HTML", | |
"JavaScript", | |
"NeedsContent", | |
"Role", | |
"agent", | |
"alert", | |
"user", | |
"userAgent" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/aria_techniques/using_the_aria-invalid_attribute/index.html": { | |
"title": "Using the aria-invalid attribute", | |
"slug": "Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-invalid_attribute", | |
"tags": [ | |
"ARIA", | |
"Accessibility", | |
"Attribute", | |
"CodingScripting", | |
"HTML", | |
"JavaScript", | |
"NeedsContent", | |
"Role", | |
"agent", | |
"alert", | |
"user", | |
"userAgent" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/aria_techniques/using_the_aria-label_attribute/index.html": { | |
"title": "Using the aria-label attribute", | |
"slug": "Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-label_attribute", | |
"tags": [ | |
"ARIA", | |
"Accessibility", | |
"CodingScripting", | |
"HTML", | |
"NeedsContent", | |
"Reference", | |
"agent", | |
"aria-label", | |
"user", | |
"userAgent" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/aria_techniques/using_the_aria-labelledby_attribute/index.html": { | |
"title": "Using the aria-labelledby attribute", | |
"slug": "Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-labelledby_attribute", | |
"tags": ["ARIA", "Accessibility", "broken link"] | |
}, | |
"/files/en-us/web/accessibility/aria/aria_techniques/using_the_aria-orientation_attribute/index.html": { | |
"title": "Using the aria-orientation attribute", | |
"slug": "Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-orientation_attribute", | |
"tags": ["ARIA", "Accessibility", "Attribute"] | |
}, | |
"/files/en-us/web/accessibility/aria/aria_techniques/using_the_aria-relevant_attribute/index.html": { | |
"title": "Using the aria-relevant attribute", | |
"slug": "Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-relevant_attribute", | |
"tags": ["ARIA", "Accessibility", "NeedsExample", "ariaLive", "Attribute"] | |
}, | |
"/files/en-us/web/accessibility/aria/aria_techniques/using_the_aria-required_attribute/index.html": { | |
"title": "Using the aria-required attribute", | |
"slug": "Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-required_attribute", | |
"tags": ["ARIA", "ARIA role", "Accessibility", "Reference", "NeedsContent"] | |
}, | |
"/files/en-us/web/accessibility/aria/aria_techniques/using_the_aria-valuemax_attribute/index.html": { | |
"title": "Using the aria-valuemax attribute", | |
"slug": "Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-valuemax_attribute", | |
"tags": ["ARIA", "Accessibility"] | |
}, | |
"/files/en-us/web/accessibility/aria/aria_techniques/using_the_aria-valuemin_attribute/index.html": { | |
"title": "Using the aria-valuemin attribute", | |
"slug": "Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-valuemin_attribute", | |
"tags": ["ARIA", "ARIA role", "Accessibility", "Reference", "NeedsContent"] | |
}, | |
"/files/en-us/web/accessibility/aria/aria_techniques/using_the_aria-valuenow_attribute/index.html": { | |
"title": "Using the aria-valuenow attribute", | |
"slug": "Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-valuenow_attribute", | |
"tags": ["ARIA", "ARIA role", "Accessibility", "Reference", "NeedsContent"] | |
}, | |
"/files/en-us/web/accessibility/aria/aria_techniques/using_the_aria-valuetext_attribute/index.html": { | |
"title": "Using the aria-valuetext attribute", | |
"slug": "Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-valuetext_attribute", | |
"tags": ["ARIA", "Accessibility", "Attribute"] | |
}, | |
"/files/en-us/web/accessibility/aria/aria_techniques/using_the_article_role/index.html": { | |
"title": "Using the article role", | |
"slug": "Web/Accessibility/ARIA/ARIA_Techniques/Using_the_article_role", | |
"tags": ["ARIA", "Accessible", "NeedsContent"] | |
}, | |
"/files/en-us/web/accessibility/aria/aria_techniques/using_the_group_role/index.html": { | |
"title": "Using the group role", | |
"slug": "Web/Accessibility/ARIA/ARIA_Techniques/Using_the_group_role", | |
"tags": ["ARIA", "ARIA role", "Accessibility", "Reference", "NeedsContent"] | |
}, | |
"/files/en-us/web/accessibility/aria/aria_techniques/using_the_link_role/index.html": { | |
"title": "Using the link role", | |
"slug": "Web/Accessibility/ARIA/ARIA_Techniques/Using_the_link_role", | |
"tags": ["ARIA", "Accessibility"] | |
}, | |
"/files/en-us/web/accessibility/aria/aria_techniques/using_the_log_role/index.html": { | |
"title": "Using the log role", | |
"slug": "Web/Accessibility/ARIA/ARIA_Techniques/Using_the_log_role", | |
"tags": ["ARIA", "ARIA role", "Accessibility", "Reference", "NeedsContent"] | |
}, | |
"/files/en-us/web/accessibility/aria/aria_techniques/using_the_presentation_role/index.html": { | |
"title": "Using the presentation role", | |
"slug": "Web/Accessibility/ARIA/ARIA_Techniques/Using_the_presentation_role", | |
"tags": ["ARIA", "NeedsContent", "Section 508", "WAI-ARIA", "WCAG"] | |
}, | |
"/files/en-us/web/accessibility/aria/aria_techniques/using_the_progressbar_role/index.html": { | |
"title": "Using the progressbar role", | |
"slug": "Web/Accessibility/ARIA/ARIA_Techniques/Using_the_progressbar_role", | |
"tags": ["ARIA", "Accessibility", "NeedsContent", "NeedsExample"] | |
}, | |
"/files/en-us/web/accessibility/aria/aria_techniques/using_the_radio_role/index.html": { | |
"title": "Using the radio role", | |
"slug": "Web/Accessibility/ARIA/ARIA_Techniques/Using_the_radio_role", | |
"tags": ["NeedsContent"] | |
}, | |
"/files/en-us/web/accessibility/aria/aria_techniques/using_the_slider_role/index.html": { | |
"title": "Using the slider role", | |
"slug": "Web/Accessibility/ARIA/ARIA_Techniques/Using_the_slider_role", | |
"tags": ["ARIA", "ARIA role", "Accessibility", "Reference", "NeedsContent"] | |
}, | |
"/files/en-us/web/accessibility/aria/aria_techniques/using_the_status_role/index.html": { | |
"title": "Using the status role", | |
"slug": "Web/Accessibility/ARIA/ARIA_Techniques/Using_the_status_role", | |
"tags": ["ARIA", "ARIA role", "Accessibility", "Reference", "NeedsContent"] | |
}, | |
"/files/en-us/web/accessibility/aria/aria_techniques/using_the_toolbar_role/index.html": { | |
"title": "Using the toolbar role", | |
"slug": "Web/Accessibility/ARIA/ARIA_Techniques/Using_the_toolbar_role", | |
"tags": ["NeedsContent"] | |
}, | |
"/files/en-us/web/accessibility/aria/aria_techniques/x-ms-aria-flowfrom/index.html": { | |
"title": "x-ms-aria-flowfrom", | |
"slug": "Web/Accessibility/ARIA/ARIA_Techniques/x-ms-aria-flowfrom", | |
"tags": ["ARIA", "Microsoft", "Non-standard"] | |
}, | |
"/files/en-us/web/accessibility/aria/aria_test_cases/index.html": { | |
"title": "ARIA Test Cases", | |
"slug": "Web/Accessibility/ARIA/ARIA_Test_Cases", | |
"tags": ["ARIA", "Accessibility"] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-activedescendant/index.md": { | |
"title": "aria-activedescendant", | |
"slug": "web/Accessibility/ARIA/Attributes/aria-activedescendant", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-activedescendant", | |
"NeedsExample" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-atomic/index.md": { | |
"title": "aria-atomic", | |
"slug": "web/Accessibility/ARIA/Attributes/aria-atomic", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-atomic", | |
"NeedsExample" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-autocomplete/index.md": { | |
"title": "aria-autocomplete", | |
"slug": "web/Accessibility/ARIA/Attributes/aria-autocomplete", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-autocomplete", | |
"combobox", | |
"searchbox", | |
"listbox", | |
"NeedsExample" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-braillelabel/index.md": { | |
"title": "aria-braillelabel", | |
"slug": "web/Accessibility/ARIA/Attributes/aria-braillelabel", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-braillelabel" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-brailleroledescription/index.md": { | |
"title": "aria-brailleroledescription", | |
"slug": "web/Accessibility/ARIA/Attributes/aria-brailleroledescription", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-brailleroledescription" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-busy/index.md": { | |
"title": "aria-busy", | |
"slug": "Web/Accessibility/ARIA/Attributes/aria-busy", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"aria-busy", | |
"aria live regions", | |
"aria state" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-checked/index.md": { | |
"title": "aria-checked", | |
"slug": "web/Accessibility/ARIA/Attributes/aria-checked", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-checked" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-colcount/index.md": { | |
"title": "aria-colcount", | |
"slug": "Web/Accessibility/ARIA/Attributes/aria-colcount", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-colcount" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-colindex/index.md": { | |
"title": "aria-colindex", | |
"slug": "Web/Accessibility/ARIA/Attributes/aria-colindex", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-colindex", | |
"Reference" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-colindextext/index.md": { | |
"title": "aria-colindextext", | |
"slug": "Web/Accessibility/ARIA/Attributes/aria-colindextext", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-colindextext" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-colspan/index.md": { | |
"title": "aria-colspan", | |
"slug": "Web/Accessibility/ARIA/Attributes/aria-colspan", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-colspan" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-controls/index.md": { | |
"title": "aria-controls", | |
"slug": "Web/Accessibility/ARIA/Attributes/aria-controls", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-controls" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-current/index.md": { | |
"title": "aria-current", | |
"slug": "Web/Accessibility/ARIA/Attributes/aria-current", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-current" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-describedby/index.md": { | |
"title": "aria-describedby", | |
"slug": "Web/Accessibility/ARIA/Attributes/aria-describedby", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-describedby", | |
"Reference" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-description/index.md": { | |
"title": "aria-description", | |
"slug": "Web/Accessibility/ARIA/Attributes/aria-description", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-description", | |
"Reference" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-details/index.md": { | |
"title": "aria-details", | |
"slug": "Web/Accessibility/ARIA/Attributes/aria-details", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-details", | |
"Reference", | |
"longdesc" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-disabled/index.md": { | |
"title": "aria-disabled", | |
"slug": "Web/Accessibility/ARIA/Attributes/aria-disabled", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-disabled", | |
"Reference" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-dropeffect/index.md": { | |
"title": "aria-dropeffect", | |
"slug": "Web/Accessibility/ARIA/Attributes/aria-dropeffect", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-dropeffect", | |
"drag and drop", | |
"deprecated" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-errormessage/index.md": { | |
"title": "aria-errormessage", | |
"slug": "Web/Accessibility/ARIA/Attributes/aria-errormessage", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-errormessage", | |
"Reference" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-expanded/index.md": { | |
"title": "aria-expanded", | |
"slug": "Web/Accessibility/ARIA/Attributes/aria-expanded", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-expanded" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-flowto/index.md": { | |
"title": "aria-flowto", | |
"slug": "Web/Accessibility/ARIA/Attributes/aria-flowto", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-flowto", | |
"Reference" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-grabbed/index.md": { | |
"title": "aria-grabbed", | |
"slug": "Web/Accessibility/ARIA/Attributes/aria-grabbed", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-grabbed", | |
"Reference", | |
"deprecated" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-haspopup/index.md": { | |
"title": "aria-haspopup", | |
"slug": "Web/Accessibility/ARIA/Attributes/aria-haspopup", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-haspopup", | |
"Reference" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-hidden/index.md": { | |
"title": "aria-hidden", | |
"slug": "Web/Accessibility/ARIA/Attributes/aria-hidden", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-hidden", | |
"Reference" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-invalid/index.md": { | |
"title": "aria-invalid", | |
"slug": "Web/Accessibility/ARIA/Attributes/aria-invalid", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-invalid", | |
"Reference" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-keyshortcuts/index.md": { | |
"title": "aria-keyshortcuts", | |
"slug": "Web/Accessibility/ARIA/Attributes/aria-keyshortcuts", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-keyshortcuts" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-label/index.md": { | |
"title": "aria-label", | |
"slug": "Web/Accessibility/ARIA/Attributes/aria-label", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-label", | |
"Reference" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-labelledby/index.md": { | |
"title": "aria-labelledby", | |
"slug": "Web/Accessibility/ARIA/Attributes/aria-labelledby", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-labelledby", | |
"Reference" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-level/index.md": { | |
"title": "aria-level", | |
"slug": "Web/Accessibility/ARIA/Attributes/aria-level", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-level", | |
"Reference" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-live/index.md": { | |
"title": "aria-live", | |
"slug": "Web/Accessibility/ARIA/Attributes/aria-live", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-live", | |
"Reference" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-multiline/index.md": { | |
"title": "aria-multiline", | |
"slug": "Web/Accessibility/ARIA/Attributes/aria-multiline", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-multiline", | |
"Reference" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-multiselectable/index.md": { | |
"title": "aria-multiselectable", | |
"slug": "Web/Accessibility/ARIA/Attributes/aria-multiselectable", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-multiselectable", | |
"Reference" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-orientation/index.md": { | |
"title": "aria-orientation", | |
"slug": "Web/Accessibility/ARIA/Attributes/aria-orientation", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-orientation", | |
"Reference" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-placeholder/index.md": { | |
"title": "aria-placeholder", | |
"slug": "Web/Accessibility/ARIA/Attributes/aria-placeholder", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-placeholder", | |
"Reference" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-posinset/index.md": { | |
"title": "aria-posinset", | |
"slug": "Web/Accessibility/ARIA/Attributes/aria-posinset", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-posinset", | |
"Reference" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-pressed/index.md": { | |
"title": "aria-pressed", | |
"slug": "Web/Accessibility/ARIA/Attributes/aria-pressed", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-pressed", | |
"Reference" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-readonly/index.md": { | |
"title": "aria-readonly", | |
"slug": "Web/Accessibility/ARIA/Attributes/aria-readonly", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-readonly", | |
"Reference" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-rowcount/index.md": { | |
"title": "aria-rowcount", | |
"slug": "Web/Accessibility/ARIA/Attributes/aria-rowcount", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-rowcount", | |
"Reference" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-rowindex/index.md": { | |
"title": "aria-rowindex", | |
"slug": "Web/Accessibility/ARIA/Attributes/aria-rowindex", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-rowindex", | |
"Reference" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-rowindextext/index.md": { | |
"title": "aria-rowindextext", | |
"slug": "Web/Accessibility/ARIA/Attributes/aria-rowindextext", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-rowindextext", | |
"Reference" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-rowspan/index.md": { | |
"title": "aria-rowspan", | |
"slug": "Web/Accessibility/ARIA/Attributes/aria-rowspan", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-rowspan", | |
"Reference" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-selected/index.md": { | |
"title": "aria-selected", | |
"slug": "Web/Accessibility/ARIA/Attributes/aria-selected", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-selected", | |
"Reference" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-valuemax/index.md": { | |
"title": "aria-valuemax", | |
"slug": "Web/Accessibility/ARIA/Attributes/aria-valuemax", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-valuemax", | |
"Reference" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-valuemin/index.md": { | |
"title": "aria-valuemin", | |
"slug": "Web/Accessibility/ARIA/Attributes/aria-valuemin", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-valuemin", | |
"Reference" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-valuenow/index.md": { | |
"title": "aria-valuenow", | |
"slug": "Web/Accessibility/ARIA/Attributes/aria-valuenow", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-valuenow", | |
"Reference" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/aria-valuetext/index.md": { | |
"title": "aria-valuetext", | |
"slug": "Web/Accessibility/ARIA/Attributes/aria-valuetext", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"ARIA attribute", | |
"ARIA property", | |
"aria-valuetext", | |
"Reference" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/attributes/index.md": { | |
"title": "ARIA States and Properties", | |
"slug": "Web/Accessibility/ARIA/Attributes", | |
"tags": [ | |
"ARIA", | |
"ARIA States and Properties", | |
"ARIA attributes", | |
"Accessibility", | |
"Reference", | |
"States", | |
"Properties" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/forms/alerts/index.html": { | |
"title": "Alerts", | |
"slug": "Web/Accessibility/ARIA/forms/alerts", | |
"tags": ["ARIA", "Accessibility", "Forms", "Web"] | |
}, | |
"/files/en-us/web/accessibility/aria/forms/basic_form_hints/index.html": { | |
"title": "Basic form hints", | |
"slug": "Web/Accessibility/ARIA/forms/Basic_form_hints", | |
"tags": ["ARIA", "Accessibility", "Forms"] | |
}, | |
"/files/en-us/web/accessibility/aria/forms/index.md": { | |
"title": "Forms", | |
"slug": "Web/Accessibility/ARIA/forms", | |
"tags": ["ARIA", "Accessibility"] | |
}, | |
"/files/en-us/web/accessibility/aria/forms/multipart_labels/index.html": { | |
"title": "Multipart labels: Using ARIA for labels with embedded fields inside them", | |
"slug": "Web/Accessibility/ARIA/forms/Multipart_labels", | |
"tags": [ | |
"ARIA", | |
"Accessibility", | |
"Ben Millard", | |
"Firefox", | |
"Guide", | |
"HELP", | |
"HTML", | |
"HTML 4", | |
"JAWS", | |
"NeedsContent", | |
"aria-labelledby", | |
"label", | |
"solution", | |
"trouble shoot", | |
"troubleshoot" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/how_to_file_aria-related_bugs/index.md": { | |
"title": "How to file ARIA-related bugs", | |
"slug": "Web/Accessibility/ARIA/How_to_file_ARIA-related_bugs", | |
"tags": ["ARIA", "Bugzilla"] | |
}, | |
"/files/en-us/web/accessibility/aria/index.md": { | |
"title": "ARIA", | |
"slug": "Web/Accessibility/ARIA", | |
"tags": ["ARIA", "Accessibility", "HTML", "Reference", "WAI-ARIA"] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/alert_role/index.md": { | |
"title": "ARIA: alert role", | |
"slug": "Web/Accessibility/ARIA/Roles/alert_role", | |
"tags": [ | |
"ARIA", | |
"Alert", | |
"Accessibility", | |
"ARIA Role", | |
"ARIA alert", | |
"ARIA widget", | |
"Reference" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/alertdialog_role/index.md": { | |
"title": "ARIA: alertdialog role", | |
"slug": "Web/Accessibility/ARIA/Roles/alertdialog_role", | |
"tags": [ | |
"Alert", | |
"Alertdialog", | |
"Accessibility", | |
"ARIA", | |
"roles", | |
"Reference", | |
"ARIA roles" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/application_role/index.md": { | |
"title": "ARIA: application role", | |
"slug": "Web/Accessibility/ARIA/Roles/application_role", | |
"tags": [ | |
"ARIA", | |
"ARIA Role", | |
"ARIA widget", | |
"Reference", | |
"Role application", | |
"document structure role" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/article_role/index.md": { | |
"title": "ARIA: article role", | |
"slug": "Web/Accessibility/ARIA/Roles/article_role", | |
"tags": [ | |
"ARIA", | |
"ARIA Role", | |
"ARIA article role", | |
"Article", | |
"Article role", | |
"document structure role", | |
"Reference" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/banner_role/index.md": { | |
"title": "ARIA: banner role", | |
"slug": "Web/Accessibility/ARIA/Roles/banner_role", | |
"tags": ["ARIA", "ARIA role", "Accessibility", "Reference"] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/button_role/index.md": { | |
"title": "ARIA: button role", | |
"slug": "Web/Accessibility/ARIA/Roles/button_role", | |
"tags": [ | |
"ARIA", | |
"ARIA Role", | |
"ARIA button", | |
"Accessibility", | |
"Button Role", | |
"Reference" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/cell_role/index.md": { | |
"title": "ARIA: cell role", | |
"slug": "Web/Accessibility/ARIA/Roles/cell_role", | |
"tags": [ | |
"ARIA", | |
"HTML", | |
"cell", | |
"table", | |
"role", | |
"role attribute", | |
"cell role", | |
"Reference", | |
"document structure role" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/checkbox_role/index.md": { | |
"title": "ARIA: checkbox role", | |
"slug": "Web/Accessibility/ARIA/Roles/checkbox_role", | |
"tags": [ | |
"ARIA", | |
"Accessibility", | |
"NeedsContent", | |
"Role", | |
"ARIA widget", | |
"Reference" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/columnheader_role/index.md": { | |
"title": "ARIA: columnheader role", | |
"slug": "Web/Accessibility/ARIA/Roles/columnheader_role", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"roles", | |
"Reference", | |
"ARIA roles", | |
"document structure role" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/combobox_role/index.md": { | |
"title": "ARIA: combobox role", | |
"slug": "Web/Accessibility/ARIA/Roles/combobox_role", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"roles", | |
"Reference", | |
"ARIA roles", | |
"composite widget role", | |
"NeedsContent" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/command_role/index.md": { | |
"title": "ARIA: command role", | |
"slug": "Web/Accessibility/ARIA/Roles/command_role", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"roles", | |
"ARIA Role", | |
"ARIA command", | |
"ARIA widget", | |
"Reference" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/comment_role/index.md": { | |
"title": "ARIA: comment role", | |
"slug": "Web/Accessibility/ARIA/Roles/comment_role", | |
"tags": ["ARIA", "ARIA Role", "Comment", "Reference", "annotations"] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/complementary_role/index.md": { | |
"title": "ARIA: complementary role", | |
"slug": "Web/Accessibility/ARIA/Roles/complementary_role", | |
"tags": [ | |
"ARIA", | |
"ARIA Role", | |
"Reference", | |
"complementary role", | |
"Accessibility" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/composite_role/index.md": { | |
"title": "ARIA: composite role", | |
"slug": "Web/Accessibility/ARIA/Roles/composite_role", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"roles", | |
"Composite Role", | |
"Abstract Role", | |
"Reference", | |
"NeedsContent" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/contentinfo_role/index.md": { | |
"title": "ARIA: contentinfo role", | |
"slug": "Web/Accessibility/ARIA/Roles/contentinfo_role", | |
"tags": [ | |
"ARIA", | |
"ARIA Role", | |
"Reference", | |
"contentinfo role", | |
"Accessibility" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/definition_role/index.md": { | |
"title": "ARIA: definition role", | |
"slug": "Web/Accessibility/ARIA/Roles/definition_role", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"roles", | |
"Reference", | |
"ARIA roles", | |
"document structure role" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/dialog_role/index.md": { | |
"title": "ARIA: dialog role", | |
"slug": "Web/Accessibility/ARIA/Roles/dialog_role", | |
"tags": [ | |
"ARIA", | |
"Accessibility", | |
"ARIA role", | |
"ARIA dialog", | |
"Reference", | |
"Web Development" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/directory_role/index.md": { | |
"title": "ARIA: directory role", | |
"slug": "Web/Accessibility/ARIA/Roles/directory_role", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"roles", | |
"Reference", | |
"ARIA roles", | |
"document structure role", | |
"deprecated" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/document_role/index.md": { | |
"title": "ARIA: document role", | |
"slug": "Web/Accessibility/ARIA/Roles/document_role", | |
"tags": [ | |
"ARIA", | |
"ARIA Role", | |
"Document", | |
"document structure role", | |
"Reference" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/feed_role/index.md": { | |
"title": "ARIA: feed role", | |
"slug": "Web/Accessibility/ARIA/Roles/feed_role", | |
"tags": [ | |
"ARIA", | |
"ARIA Role", | |
"Reference", | |
"feed", | |
"document structure role" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/figure_role/index.md": { | |
"title": "ARIA: figure role", | |
"slug": "Web/Accessibility/ARIA/Roles/figure_role", | |
"tags": [ | |
"ARIA", | |
"ARIA Role", | |
"ARIA figure", | |
"Accessibility", | |
"Reference", | |
"Role", | |
"document structure role", | |
"figure" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/form_role/index.md": { | |
"title": "ARIA: form role", | |
"slug": "Web/Accessibility/ARIA/Roles/form_role", | |
"tags": [ | |
"ARIA", | |
"ARIA Role", | |
"ARIA figure", | |
"Accessibility", | |
"Reference", | |
"Role", | |
"form" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/grid_role/index.md": { | |
"title": "ARIA: grid role", | |
"slug": "Web/Accessibility/ARIA/Roles/grid_role", | |
"tags": [ | |
"ARIA", | |
"HTML", | |
"Accessibility", | |
"roles", | |
"Reference", | |
"ARIA roles", | |
"grid role", | |
"composite widget role", | |
"NeedsContent" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/gridcell_role/index.md": { | |
"title": "ARIA: gridcell role", | |
"slug": "Web/Accessibility/ARIA/Roles/gridcell_role", | |
"tags": ["ARIA", "HTML"] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/group_role/index.md": { | |
"title": "ARIA: group role", | |
"slug": "Web/Accessibility/ARIA/Roles/group_role", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"roles", | |
"Reference", | |
"ARIA roles", | |
"document structure role" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/heading_role/index.md": { | |
"title": "ARIA: heading role", | |
"slug": "Web/Accessibility/ARIA/Roles/heading_role", | |
"tags": [ | |
"ARIA", | |
"ARIA Role", | |
"ARIA heading", | |
"document structure role", | |
"Reference" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/img_role/index.md": { | |
"title": "ARIA: img role", | |
"slug": "Web/Accessibility/ARIA/Roles/img_role", | |
"tags": [ | |
"ARIA", | |
"ARIA Img", | |
"ARIA Role", | |
"Accessibility", | |
"Reference", | |
"document structure role", | |
"Role", | |
"figure" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/index.md": { | |
"title": "WAI-ARIA Roles", | |
"slug": "Web/Accessibility/ARIA/Roles", | |
"tags": ["ARIA", "ARIA Roles", "Accessibility", "Reference", "Roles"] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/input_role/index.md": { | |
"title": "ARIA: input role", | |
"slug": "Web/Accessibility/ARIA/Roles/input_role", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"roles", | |
"Reference", | |
"ARIA roles", | |
"ARIA input role" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/landmark_role/index.md": { | |
"title": "ARIA: landmark role", | |
"slug": "Web/Accessibility/ARIA/Roles/landmark_role", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"roles", | |
"landmark", | |
"ARIA Role", | |
"Abstract Role", | |
"ARIA landmark", | |
"Reference" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/list_role/index.md": { | |
"title": "ARIA: list role", | |
"slug": "Web/Accessibility/ARIA/Roles/list_role", | |
"tags": [ | |
"ARIA", | |
"ARIA Role", | |
"ARIA list", | |
"Accessibility", | |
"Reference", | |
"Role", | |
"document structure role", | |
"list role" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/listbox_role/index.md": { | |
"title": "ARIA: listbox role", | |
"slug": "Web/Accessibility/ARIA/Roles/listbox_role", | |
"tags": [ | |
"ARIA", | |
"ARIA role", | |
"Accessibility", | |
"Reference", | |
"listbox role", | |
"composite widget role", | |
"NeedsContent" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/listitem_role/index.md": { | |
"title": "ARIA: listitem role", | |
"slug": "Web/Accessibility/ARIA/Roles/listitem_role", | |
"tags": [ | |
"ARIA", | |
"ARIA Role", | |
"ARIA listitem", | |
"Accessibility", | |
"Reference", | |
"Role", | |
"listitem", | |
"document structure role" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/log_role/index.md": { | |
"title": "ARIA: log role", | |
"slug": "Web/Accessibility/ARIA/Roles/log_role", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"roles", | |
"Reference", | |
"ARIA roles", | |
"log", | |
"log role", | |
"ARIA log" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/main_role/index.md": { | |
"title": "ARIA: main role", | |
"slug": "Web/Accessibility/ARIA/Roles/main_role", | |
"tags": [ | |
"ARIA", | |
"ARIA Role", | |
"Reference", | |
"Accessibility", | |
"main role", | |
"landmark role" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/mark_role/index.md": { | |
"title": "ARIA: mark role", | |
"slug": "Web/Accessibility/ARIA/Roles/mark_role", | |
"tags": [ | |
"ARIA", | |
"ARIA Role", | |
"Reference", | |
"annotations", | |
"mark", | |
"needscontent" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/marquee_role/index.md": { | |
"title": "ARIA: marquee role", | |
"slug": "Web/Accessibility/ARIA/Roles/marquee_role", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"roles", | |
"Reference", | |
"ARIA roles", | |
"marquee", | |
"ARIA marquee", | |
"marquee role" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/math_role/index.md": { | |
"title": "ARIA: math role", | |
"slug": "Web/Accessibility/ARIA/Roles/math_role", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"roles", | |
"Reference", | |
"ARIA roles", | |
"document structure role" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/menu_role/index.md": { | |
"title": "ARIA: menu role", | |
"slug": "Web/Accessibility/ARIA/Roles/menu_role", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"roles", | |
"Reference", | |
"ARIA roles", | |
"Menu role", | |
"composite widget role", | |
"NeedsContent" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/menubar_role/index.md": { | |
"title": "ARIA: menubar role", | |
"slug": "Web/Accessibility/ARIA/Roles/menubar_role", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"roles", | |
"Reference", | |
"ARIA roles", | |
"menubar role", | |
"composite widget role", | |
"NeedsContent" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/menuitem_role/index.md": { | |
"title": "ARIA: menuitem role", | |
"slug": "Web/Accessibility/ARIA/Roles/menuitem_role", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"roles", | |
"Reference", | |
"ARIA roles", | |
"NeedsContent" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/menuitemcheckbox_role/index.md": { | |
"title": "ARIA: menuitemcheckbox role", | |
"slug": "Web/Accessibility/ARIA/Roles/menuitemcheckbox_role", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"roles", | |
"Reference", | |
"ARIA roles", | |
"NeedsContent" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/menuitemradio_role/index.md": { | |
"title": "ARIA: menuitemradio role", | |
"slug": "Web/Accessibility/ARIA/Roles/menuitemradio_role", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"roles", | |
"Reference", | |
"ARIA roles", | |
"NeedsContent" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/meter_role/index.html": { | |
"title": "ARIA: meter role", | |
"slug": "Web/Accessibility/ARIA/Roles/meter_role", | |
"tags": ["ARIA", "Accessibility", "Meter", "Web Development"] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/navigation_role/index.md": { | |
"title": "ARIA: navigation Role", | |
"slug": "Web/Accessibility/ARIA/Roles/navigation_role", | |
"tags": [ | |
"ARIA", | |
"ARIA Role", | |
"Accessibility", | |
"Reference", | |
"navigation role", | |
"landmark role" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/none_role/index.md": { | |
"title": "ARIA: none role", | |
"slug": "Web/Accessibility/ARIA/Roles/none_role", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"roles", | |
"Reference", | |
"ARIA roles", | |
"document structure role", | |
"none role", | |
"presentation role" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/note_role/index.md": { | |
"title": "ARIA: note role", | |
"slug": "Web/Accessibility/ARIA/Roles/note_role", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"roles", | |
"Reference", | |
"ARIA roles", | |
"document structure role" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/option_role/index.md": { | |
"title": "ARIA: option role", | |
"slug": "Web/Accessibility/ARIA/Roles/option_role", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"roles", | |
"Reference", | |
"ARIA roles", | |
"option role" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/presentation_role/index.md": { | |
"title": "ARIA: presentation role", | |
"slug": "Web/Accessibility/ARIA/Roles/presentation_role", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"roles", | |
"Reference", | |
"ARIA roles", | |
"document structure role" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/radio_role/index.md": { | |
"title": "ARIA: radio role", | |
"slug": "Web/Accessibility/ARIA/Roles/radio_role", | |
"tags": ["ARIA", "Accessibility", "Role", "ARIA widget", "Reference"] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/range_role/index.md": { | |
"title": "ARIA: range role", | |
"slug": "Web/Accessibility/ARIA/Roles/range_role", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"roles", | |
"Reference", | |
"ARIA roles", | |
"Abstract role" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/region_role/index.md": { | |
"title": "ARIA: region role", | |
"slug": "Web/Accessibility/ARIA/Roles/region_role", | |
"tags": [ | |
"ARIA", | |
"ARIA Role", | |
"Accessibility", | |
"Reference", | |
"landmark role", | |
"region role", | |
"ARIA region" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/roletype_role/index.md": { | |
"title": "ARIA: roletype role", | |
"slug": "Web/Accessibility/ARIA/Roles/roletype_role", | |
"tags": [ | |
"roletype", | |
"Accessibility", | |
"ARIA", | |
"roles", | |
"Reference", | |
"ARIA roles" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/row_role/index.md": { | |
"title": "ARIA: row role", | |
"slug": "Web/Accessibility/ARIA/Roles/row_role", | |
"tags": [ | |
"ARIA", | |
"ARIA Role", | |
"ARIA Row", | |
"ARIA Row Role", | |
"Accessibility", | |
"Reference", | |
"Row Role", | |
"document structure role" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/rowgroup_role/index.md": { | |
"title": "ARIA: rowgroup role", | |
"slug": "Web/Accessibility/ARIA/Roles/rowgroup_role", | |
"tags": [ | |
"ARIA", | |
"HTML", | |
"Roles", | |
"rowgroup", | |
"table", | |
"document structure role", | |
"Accessibility", | |
"ARIA role", | |
"reference" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/rowheader_role/index.md": { | |
"title": "ARIA: rowheader role", | |
"slug": "Web/Accessibility/ARIA/Roles/rowheader_role", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"roles", | |
"Reference", | |
"ARIA roles", | |
"table", | |
"document structure role", | |
"Accessibility", | |
"ARIA role", | |
"reference" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/scrollbar_role/index.md": { | |
"title": "ARIA: scrollbar role", | |
"slug": "Web/Accessibility/ARIA/Roles/scrollbar_role", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"roles", | |
"Reference", | |
"ARIA roles", | |
"NeedsContent" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/search_role/index.md": { | |
"title": "ARIA: search role", | |
"slug": "Web/Accessibility/ARIA/Roles/search_role", | |
"tags": [ | |
"ARIA", | |
"ARIA Role", | |
"Reference", | |
"Search role", | |
"ARIA search", | |
"Accessibility" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/searchbox_role/index.md": { | |
"title": "ARIA: searchbox role", | |
"slug": "Web/Accessibility/ARIA/Roles/searchbox_role", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"roles", | |
"Reference", | |
"ARIA roles", | |
"NeedsContent" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/section_role/index.md": { | |
"title": "ARIA: section role", | |
"slug": "Web/Accessibility/ARIA/Roles/section_role", | |
"tags": ["Accessibility", "ARIA", "roles", "Reference", "ARIA roles"] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/sectionhead_role/index.md": { | |
"title": "ARIA: sectionhead role", | |
"slug": "Web/Accessibility/ARIA/Roles/sectionhead_role", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"roles", | |
"Reference", | |
"ARIA roles", | |
"sectionhead", | |
"sectionhead role" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/select_role/index.md": { | |
"title": "ARIA: select role", | |
"slug": "Web/Accessibility/ARIA/Roles/select_role", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"roles", | |
"Reference", | |
"ARIA roles", | |
"select", | |
"select role" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/separator_role/index.md": { | |
"title": "ARIA: separator role", | |
"slug": "Web/Accessibility/ARIA/Roles/separator_role", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"roles", | |
"Reference", | |
"ARIA roles", | |
"document structure role" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/status_role/index.md": { | |
"title": "ARIA: status role", | |
"slug": "Web/Accessibility/ARIA/Roles/status_role", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"roles", | |
"Reference", | |
"ARIA roles", | |
"ARIA status", | |
"status role" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/structure_role/index.md": { | |
"title": "ARIA: structure role", | |
"slug": "Web/Accessibility/ARIA/Roles/structure_role", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"roles", | |
"structure", | |
"ARIA Role", | |
"Abstract Role", | |
"ARIA structure", | |
"Reference" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/suggestion_role/index.md": { | |
"title": "ARIA: suggestion role", | |
"slug": "Web/Accessibility/ARIA/Roles/suggestion_role", | |
"tags": ["ARIA", "ARIA Role", "Reference", "annotations", "suggestion"] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/switch_role/index.md": { | |
"title": "ARIA: switch role", | |
"slug": "Web/Accessibility/ARIA/Roles/switch_role", | |
"tags": [ | |
"ARIA", | |
"ARIA Role", | |
"Accessibility", | |
"On/Off", | |
"Reference", | |
"Switch", | |
"a11y", | |
"toggle" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/tab_role/index.md": { | |
"title": "ARIA: tab role", | |
"slug": "Web/Accessibility/ARIA/Roles/tab_role", | |
"tags": ["ARIA", "ARIA Role", "ARIA Tab", "ARIA widget", "Reference"] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/table_role/index.md": { | |
"title": "ARIA: table role", | |
"slug": "Web/Accessibility/ARIA/Roles/table_role", | |
"tags": [ | |
"ARIA", | |
"ARIA Role", | |
"ARIA Table", | |
"ARIA Table Role", | |
"Accessibility", | |
"Reference", | |
"Table Role", | |
"document structure role" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/tablist_role/index.md": { | |
"title": "ARIA: tablist role", | |
"slug": "Web/Accessibility/ARIA/Roles/tablist_role", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"roles", | |
"Reference", | |
"ARIA roles", | |
"tablist role", | |
"composite widget role", | |
"NeedsContent" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/tabpanel_role/index.md": { | |
"title": "ARIA: tabpanel role", | |
"slug": "Web/Accessibility/ARIA/Roles/tabpanel_role", | |
"tags": [ | |
"ARIA", | |
"ARIA Role", | |
"ARIA Tab", | |
"ARIA Tabpanel", | |
"ARIA widget", | |
"Reference", | |
"Needscontent" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/term_role/index.md": { | |
"title": "ARIA: term role", | |
"slug": "Web/Accessibility/ARIA/Roles/term_role", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"roles", | |
"Reference", | |
"ARIA roles", | |
"document structure role" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/textbox_role/index.md": { | |
"title": "ARIA: textbox role", | |
"slug": "Web/Accessibility/ARIA/Roles/textbox_role", | |
"tags": [ | |
"ARIA", | |
"ARIA role", | |
"Accessibility", | |
"Reference", | |
"textbox role", | |
"needcontent" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/timer_role/index.md": { | |
"title": "ARIA: timer role", | |
"slug": "Web/Accessibility/ARIA/Roles/timer_role", | |
"tags": [ | |
"ARIA", | |
"ARIA Role", | |
"ARIA widget", | |
"Reference", | |
"Role Timer", | |
"timer" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/toolbar_role/index.md": { | |
"title": "ARIA: toolbar role", | |
"slug": "Web/Accessibility/ARIA/Roles/toolbar_role", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"roles", | |
"Reference", | |
"ARIA roles", | |
"document structure role", | |
"toolbar role" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/tooltip_role/index.md": { | |
"title": "ARIA: tooltip role", | |
"slug": "Web/Accessibility/ARIA/Roles/tooltip_role", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"roles", | |
"Reference", | |
"ARIA roles", | |
"document structure role", | |
"Tooltip role" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/tree_role/index.md": { | |
"title": "ARIA: tree role", | |
"slug": "Web/Accessibility/ARIA/Roles/tree_role", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"roles", | |
"Reference", | |
"ARIA roles", | |
"Tree role", | |
"composite widget role", | |
"NeedsContent" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/treegrid_role/index.md": { | |
"title": "ARIA: treegrid role", | |
"slug": "Web/Accessibility/ARIA/Roles/treegrid_role", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"roles", | |
"Reference", | |
"ARIA roles", | |
"Treegrid role", | |
"composite widget role", | |
"NeedsContent" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/treeitem_role/index.md": { | |
"title": "ARIA: treeitem role", | |
"slug": "Web/Accessibility/ARIA/Roles/treeitem_role", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"roles", | |
"Reference", | |
"ARIA roles", | |
"NeedsContent" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/widget_role/index.md": { | |
"title": "ARIA: widget role", | |
"slug": "Web/Accessibility/ARIA/Roles/widget_role", | |
"tags": [ | |
"widget", | |
"Accessibility", | |
"ARIA", | |
"roles", | |
"Reference", | |
"ARIA roles" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/roles/window_role/index.md": { | |
"title": "ARIA: window role", | |
"slug": "Web/Accessibility/ARIA/Roles/window_role", | |
"tags": [ | |
"Accessibility", | |
"ARIA", | |
"roles", | |
"ARIA Role", | |
"ARIA window", | |
"Reference" | |
] | |
}, | |
"/files/en-us/web/accessibility/aria/web_applications_and_aria_faq/index.html": { | |
"title": "Web applications and ARIA FAQ", | |
"slug": "Web/Accessibility/ARIA/Web_applications_and_ARIA_FAQ", | |
"tags": ["ARIA", "Accessibility", "Guide"] | |
}, | |
"/files/en-us/web/accessibility/aria/widgets/index.html": { | |
"title": "Widgets", | |
"slug": "Web/Accessibility/ARIA/widgets", | |
"tags": ["Accessibility", "JavaScript", "Landing", "NeedsUpdate"] | |
}, | |
"/files/en-us/web/accessibility/cognitive_accessibility/index.md": { | |
"title": "Cognitive accessibility", | |
"slug": "Web/Accessibility/Cognitive_accessibility", | |
"tags": [ | |
"Accessibility", | |
"Best practices", | |
"Forms", | |
"WCAG", | |
"cognitive accessibility" | |
] | |
}, | |
"/files/en-us/web/accessibility/community/index.md": { | |
"title": "Community", | |
"slug": "Web/Accessibility/Community", | |
"tags": ["Accessibility"] | |
}, | |
"/files/en-us/web/accessibility/faq/index.md": { | |
"title": "Accessibility FAQ", | |
"slug": "Web/Accessibility/FAQ", | |
"tags": ["Accessibility", "FAQ"] | |
}, | |
"/files/en-us/web/accessibility/html_to_msaa/index.html": { | |
"title": "HTML To MSAA", | |
"slug": "Web/Accessibility/HTML_To_MSAA", | |
"tags": ["Accessibility"] | |
}, | |
"/files/en-us/web/accessibility/implementing_msaa_server/index.html": { | |
"title": "Implementing a Microsoft Active Accessibility (MSAA) Server", | |
"slug": "Web/Accessibility/Implementing_MSAA_server", | |
"tags": ["Accessibility", "MSAA", "Microsoft", "Server"] | |
}, | |
"/files/en-us/web/accessibility/index/index.md": { | |
"title": "Accessibility documentation index", | |
"slug": "Web/Accessibility/Index", | |
"tags": ["Accessibility", "Index"] | |
}, | |
"/files/en-us/web/accessibility/index.md": { | |
"title": "Accessibility", | |
"slug": "Web/Accessibility", | |
"tags": ["Accessibility", "Landing"] | |
}, | |
"/files/en-us/web/accessibility/information_for_web_authors/index.md": { | |
"title": "Accessibility Information for Web Authors", | |
"slug": "Web/Accessibility/Information_for_Web_authors", | |
"tags": ["Accessibility", "Authoring"] | |
}, | |
"/files/en-us/web/accessibility/keyboard-navigable_javascript_widgets/index.md": { | |
"title": "Keyboard-navigable JavaScript widgets", | |
"slug": "Web/Accessibility/Keyboard-navigable_JavaScript_widgets", | |
"tags": ["Accessibility", "DOM", "NeedsUpdate"] | |
}, | |
"/files/en-us/web/accessibility/mobile_accessibility_checklist/index.md": { | |
"title": "Mobile accessibility checklist", | |
"slug": "Web/Accessibility/Mobile_accessibility_checklist", | |
"tags": ["Accessibility", "Firefox OS", "Guidelines", "Mobile", "checklist"] | |
}, | |
"/files/en-us/web/accessibility/seizure_disorders/index.md": { | |
"title": "Web accessibility for seizures and physical reactions", | |
"slug": "Web/Accessibility/Seizure_disorders", | |
"tags": [ | |
"Media Queries", | |
"PEAT", | |
"Photosensitive Epilepsy Analysis Tool", | |
"The Harding Test", | |
"color", | |
"epilepsy", | |
"musicogenic seizures", | |
"photosensitivity", | |
"prefers-reduced-motion", | |
"reflex epilepsy", | |
"saturation", | |
"seizure disorders", | |
"seizures", | |
"web animation" | |
] | |
}, | |
"/files/en-us/web/accessibility/understanding_colors_and_luminance/index.md": { | |
"title": "Web Accessibility: Understanding Colors and Luminance", | |
"slug": "Web/Accessibility/Understanding_Colors_and_Luminance", | |
"tags": [ | |
"accessibility", | |
"CSS", | |
"vision", | |
"color", | |
"luminance", | |
"hue", | |
"chroma", | |
"saturation", | |
"contrast", | |
"readability", | |
"legibility", | |
"displays", | |
"red", | |
"green", | |
"blue", | |
"RGB Color model", | |
"sRGB", | |
"colorspace", | |
"epilepsy", | |
"photosensitivity", | |
"photic seizure", | |
"seizure disorders" | |
] | |
}, | |
"/files/en-us/web/accessibility/understanding_wcag/index.md": { | |
"title": "Understanding the Web Content Accessibility Guidelines", | |
"slug": "Web/Accessibility/Understanding_WCAG", | |
"tags": ["WCAG", "Web Content Accessibility Guidelines"] | |
}, | |
"/files/en-us/web/accessibility/understanding_wcag/keyboard/index.md": { | |
"title": "Keyboard", | |
"slug": "Web/Accessibility/Understanding_WCAG/Keyboard", | |
"tags": ["Accessibility", "keyboard"] | |
}, | |
"/files/en-us/web/accessibility/understanding_wcag/operable/index.md": { | |
"title": "Operable", | |
"slug": "Web/Accessibility/Understanding_WCAG/Operable", | |
"tags": [ | |
"Accessibility", | |
"Focus", | |
"Navigation", | |
"Principle 2", | |
"Timing", | |
"WCAG", | |
"Web Content Accessibility Guidelines", | |
"headings", | |
"keyboard", | |
"keyboard trap", | |
"labels", | |
"operable", | |
"seizures" | |
] | |
}, | |
"/files/en-us/web/accessibility/understanding_wcag/perceivable/color_contrast/index.html": { | |
"title": "Color contrast", | |
"slug": "Web/Accessibility/Understanding_WCAG/Perceivable/Color_contrast", | |
"tags": ["Accessibility", "WCAG", "contrast", "perceivable"] | |
}, | |
"/files/en-us/web/accessibility/understanding_wcag/perceivable/index.md": { | |
"title": "Perceivable", | |
"slug": "Web/Accessibility/Understanding_WCAG/Perceivable", | |
"tags": [ | |
"Accessibility", | |
"Principle 1", | |
"WCAG", | |
"Web Content Accessibility Guidelines", | |
"contrast", | |
"different presentation", | |
"text alternatives", | |
"time-based media" | |
] | |
}, | |
"/files/en-us/web/accessibility/understanding_wcag/perceivable/use_of_color/index.html": { | |
"title": "Use of color", | |
"slug": "Web/Accessibility/Understanding_WCAG/Perceivable/Use_of_color", | |
"tags": ["Accessibility", "WCAG", "color", "perceivable"] | |
}, | |
"/files/en-us/web/accessibility/understanding_wcag/robust/index.md": { | |
"title": "Robust", | |
"slug": "Web/Accessibility/Understanding_WCAG/Robust", | |
"tags": [ | |
"Accessibility", | |
"HTML", | |
"Parsing", | |
"Principle 4", | |
"Robust", | |
"Role", | |
"Validation", | |
"WAI-ARIA", | |
"WCAG", | |
"Web Content Accessibility Guidelines", | |
"value" | |
] | |
}, | |
"/files/en-us/web/accessibility/understanding_wcag/text_labels_and_names/index.md": { | |
"title": "Text labels and names", | |
"slug": "Web/Accessibility/Understanding_WCAG/Text_labels_and_names", | |
"tags": ["Accessibility", "WCAG", "text labels"] | |
}, | |
"/files/en-us/web/accessibility/understanding_wcag/understandable/index.md": { | |
"title": "Understandable", | |
"slug": "Web/Accessibility/Understanding_WCAG/Understandable", | |
"tags": [ | |
"Accessibility", | |
"HELP", | |
"Language", | |
"Navigation", | |
"Principle 3", | |
"Text", | |
"Understandable", | |
"WCAG", | |
"Web Content Accessibility Guidelines", | |
"abbreviations", | |
"consistency", | |
"error messages", | |
"form validation", | |
"labels", | |
"slang" | |
] | |
}, | |
"/files/en-us/web/api/abortcontroller/abort/index.md": { | |
"title": "AbortController.abort()", | |
"slug": "Web/API/AbortController/abort", | |
"tags": [ | |
"API", | |
"AbortController", | |
"Experimental", | |
"Fetch", | |
"Method", | |
"Reference", | |
"abort()" | |
], | |
"browser-compat": "api.AbortController.abort" | |
}, | |
"/files/en-us/web/api/abortcontroller/abortcontroller/index.md": { | |
"title": "AbortController()", | |
"slug": "Web/API/AbortController/AbortController", | |
"tags": [ | |
"API", | |
"AbortController", | |
"Constructor", | |
"Experimental", | |
"Fetch", | |
"Reference" | |
], | |
"browser-compat": "api.AbortController.AbortController" | |
}, | |
"/files/en-us/web/api/abortcontroller/index.md": { | |
"title": "AbortController", | |
"slug": "Web/API/AbortController", | |
"tags": [ | |
"API", | |
"AbortController", | |
"Experimental", | |
"Interface", | |
"Reference" | |
], | |
"browser-compat": "api.AbortController" | |
}, | |
"/files/en-us/web/api/abortcontroller/signal/index.md": { | |
"title": "AbortController.signal", | |
"slug": "Web/API/AbortController/signal", | |
"tags": [ | |
"API", | |
"AbortController", | |
"Experimental", | |
"Fetch", | |
"Property", | |
"Reference", | |
"signal" | |
], | |
"browser-compat": "api.AbortController.signal" | |
}, | |
"/files/en-us/web/api/abortsignal/abort/index.md": { | |
"title": "AbortSignal.abort()", | |
"slug": "Web/API/AbortSignal/abort", | |
"tags": ["API", "AbortSignal", "Method", "Reference", "abort"], | |
"browser-compat": "api.AbortSignal.abort" | |
}, | |
"/files/en-us/web/api/abortsignal/abort_event/index.md": { | |
"title": "AbortSignal: abort event", | |
"slug": "Web/API/AbortSignal/abort_event", | |
"tags": ["API", "AbortSignal", "DOM", "Event", "abort"], | |
"browser-compat": "api.AbortSignal.abort_event" | |
}, | |
"/files/en-us/web/api/abortsignal/aborted/index.md": { | |
"title": "AbortSignal.aborted", | |
"slug": "Web/API/AbortSignal/aborted", | |
"tags": [ | |
"API", | |
"AbortSignal", | |
"Experimental", | |
"Property", | |
"Reference", | |
"aborted" | |
], | |
"browser-compat": "api.AbortSignal.aborted" | |
}, | |
"/files/en-us/web/api/abortsignal/index.md": { | |
"title": "AbortSignal", | |
"slug": "Web/API/AbortSignal", | |
"tags": [ | |
"API", | |
"AbortSignal", | |
"DOM", | |
"Experimental", | |
"Interface", | |
"Reference" | |
], | |
"browser-compat": "api.AbortSignal" | |
}, | |
"/files/en-us/web/api/abortsignal/onabort/index.md": { | |
"title": "AbortSignal.onabort", | |
"slug": "Web/API/AbortSignal/onabort", | |
"tags": [ | |
"API", | |
"AbortSignal", | |
"Event Handler", | |
"Experimental", | |
"Fetch", | |
"Property", | |
"Reference", | |
"onabort" | |
], | |
"browser-compat": "api.AbortSignal.onabort" | |
}, | |
"/files/en-us/web/api/absoluteorientationsensor/absoluteorientationsensor/index.md": { | |
"title": "AbsoluteOrientationSensor()", | |
"slug": "Web/API/AbsoluteOrientationSensor/AbsoluteOrientationSensor", | |
"tags": [ | |
"API", | |
"AbsoluteOrientationSensor", | |
"Constructor", | |
"Generic Sensor API", | |
"Orientation Sensor API", | |
"Reference", | |
"Sensor", | |
"Sensor APIs", | |
"Sensors" | |
], | |
"browser-compat": "api.AbsoluteOrientationSensor.AbsoluteOrientationSensor" | |
}, | |
"/files/en-us/web/api/absoluteorientationsensor/index.md": { | |
"title": "AbsoluteOrientationSensor", | |
"slug": "Web/API/AbsoluteOrientationSensor", | |
"tags": [ | |
"API", | |
"AbsoluteOrientationSensor", | |
"Generic Sensor API", | |
"Interface", | |
"Orientation Sensor API", | |
"OrientationSensor", | |
"Reference", | |
"Sensor", | |
"Sensor APIs", | |
"Sensors" | |
], | |
"browser-compat": "api.AbsoluteOrientationSensor" | |
}, | |
"/files/en-us/web/api/abstractrange/collapsed/index.md": { | |
"title": "AbstractRange.collapsed", | |
"slug": "Web/API/AbstractRange/collapsed", | |
"tags": [ | |
"API", | |
"AbstractRange", | |
"DOM", | |
"DOM API", | |
"Empty", | |
"Property", | |
"Range", | |
"Reference", | |
"collapsed" | |
], | |
"browser-compat": "api.AbstractRange.collapsed" | |
}, | |
"/files/en-us/web/api/abstractrange/endcontainer/index.md": { | |
"title": "AbstractRange.endContainer", | |
"slug": "Web/API/AbstractRange/endContainer", | |
"tags": [ | |
"API", | |
"AbstractRange", | |
"DOM", | |
"DOM API", | |
"End", | |
"Node", | |
"Position", | |
"Property", | |
"Range", | |
"Read-only", | |
"Reference", | |
"container", | |
"endContainer" | |
], | |
"browser-compat": "api.AbstractRange.endContainer" | |
}, | |
"/files/en-us/web/api/abstractrange/endoffset/index.md": { | |
"title": "AbstractRange.endOffset", | |
"slug": "Web/API/AbstractRange/endOffset", | |
"tags": [ | |
"API", | |
"AbstractRange", | |
"DOM", | |
"DOM API", | |
"End", | |
"Property", | |
"Range", | |
"Read-only", | |
"Reference", | |
"endOffset", | |
"offset" | |
], | |
"browser-compat": "api.AbstractRange.endOffset" | |
}, | |
"/files/en-us/web/api/abstractrange/index.md": { | |
"title": "AbstractRange", | |
"slug": "Web/API/AbstractRange", | |
"tags": [ | |
"API", | |
"Abstract", | |
"Abstract Interface", | |
"AbstractRange", | |
"DOM", | |
"DOM API", | |
"Interface", | |
"Range", | |
"Reference" | |
], | |
"browser-compat": "api.AbstractRange" | |
}, | |
"/files/en-us/web/api/abstractrange/startcontainer/index.md": { | |
"title": "AbstractRange.startContainer", | |
"slug": "Web/API/AbstractRange/startContainer", | |
"tags": [ | |
"API", | |
"AbstractRange", | |
"DOM", | |
"DOM API", | |
"Property", | |
"Range", | |
"Read-only", | |
"Reference", | |
"start", | |
"startContainer" | |
], | |
"browser-compat": "api.AbstractRange.startContainer" | |
}, | |
"/files/en-us/web/api/abstractrange/startoffset/index.md": { | |
"title": "AbstractRange.startOffset", | |
"slug": "Web/API/AbstractRange/startOffset", | |
"tags": [ | |
"API", | |
"AbstractRange", | |
"DOM", | |
"DOM API", | |
"Property", | |
"Range", | |
"Read-only", | |
"Reference", | |
"offset", | |
"startOffset" | |
], | |
"browser-compat": "api.AbstractRange.startOffset" | |
}, | |
"/files/en-us/web/api/accelerometer/accelerometer/index.md": { | |
"title": "Accelerometer()", | |
"slug": "Web/API/Accelerometer/Accelerometer", | |
"tags": [ | |
"API", | |
"Accelerometer", | |
"Accelerometer API", | |
"Constructor", | |
"Generic Sensor API", | |
"Reference", | |
"Sensor", | |
"Sensor APIs", | |
"Sensors" | |
], | |
"browser-compat": "api.Accelerometer.Accelerometer" | |
}, | |
"/files/en-us/web/api/accelerometer/index.md": { | |
"title": "Accelerometer", | |
"slug": "Web/API/Accelerometer", | |
"tags": [ | |
"API", | |
"Accelerometer", | |
"Accelerometer API", | |
"Generic Sensor API", | |
"Interface", | |
"Reference", | |
"Sensor", | |
"Sensor APIs", | |
"Sensors" | |
], | |
"browser-compat": "api.Accelerometer" | |
}, | |
"/files/en-us/web/api/accelerometer/x/index.md": { | |
"title": "Accelerometer.x", | |
"slug": "Web/API/Accelerometer/x", | |
"tags": [ | |
"API", | |
"Accelerometer", | |
"Accelerometer API", | |
"Generic Sensor API", | |
"Property", | |
"Reference", | |
"Sensor", | |
"Sensor APIs", | |
"Sensors", | |
"x" | |
], | |
"browser-compat": "api.Accelerometer.x" | |
}, | |
"/files/en-us/web/api/accelerometer/y/index.md": { | |
"title": "Accelerometer.y", | |
"slug": "Web/API/Accelerometer/y", | |
"tags": [ | |
"API", | |
"Accelerometer", | |
"Accelerometer API", | |
"Generic Sensor API", | |
"Property", | |
"Reference", | |
"Sensor", | |
"Sensor APIs", | |
"Sensors", | |
"y" | |
], | |
"browser-compat": "api.Accelerometer.y" | |
}, | |
"/files/en-us/web/api/accelerometer/z/index.md": { | |
"title": "Accelerometer.z", | |
"slug": "Web/API/Accelerometer/z", | |
"tags": [ | |
"API", | |
"Accelerometer", | |
"Accelerometer API", | |
"Generic Sensor API", | |
"Property", | |
"Reference", | |
"Sensor", | |
"Sensor APIs", | |
"Sensors", | |
"z" | |
], | |
"browser-compat": "api.Accelerometer.z" | |
}, | |
"/files/en-us/web/api/addresserrors/addressline/index.md": { | |
"title": "AddressErrors.addressLine", | |
"slug": "Web/API/AddressErrors/addressLine", | |
"tags": [ | |
"API", | |
"AddressErrors", | |
"Error", | |
"Payment Request", | |
"Payment Request API", | |
"Property", | |
"Reference", | |
"Validation", | |
"addressLine", | |
"payment" | |
], | |
"browser-compat": "api.AddressErrors.addressLine" | |
}, | |
"/files/en-us/web/api/addresserrors/city/index.md": { | |
"title": "AddressErrors.city", | |
"slug": "Web/API/AddressErrors/city", | |
"tags": [ | |
"API", | |
"Address", | |
"AddressErrors", | |
"Error", | |
"Payment Request", | |
"Payment Request API", | |
"Property", | |
"Read-only", | |
"Reference", | |
"city", | |
"payment" | |
], | |
"browser-compat": "api.AddressErrors.city" | |
}, | |
"/files/en-us/web/api/addresserrors/country/index.md": { | |
"title": "AddressErrors.country", | |
"slug": "Web/API/AddressErrors/country", | |
"tags": [ | |
"API", | |
"AddressErrors", | |
"Error", | |
"Payment Request", | |
"Payment Request API", | |
"Property", | |
"Reference", | |
"Validation", | |
"country", | |
"payment" | |
], | |
"browser-compat": "api.AddressErrors.country" | |
}, | |
"/files/en-us/web/api/addresserrors/dependentlocality/index.md": { | |
"title": "AddressErrors.dependentLocality", | |
"slug": "Web/API/AddressErrors/dependentLocality", | |
"tags": [ | |
"API", | |
"AddressErrors", | |
"Error", | |
"Locality", | |
"Payment Request", | |
"Payment Request API", | |
"Property", | |
"Read-only", | |
"Reference", | |
"dependentLocality", | |
"payment" | |
], | |
"browser-compat": "api.AddressErrors.dependentLocality" | |
}, | |
"/files/en-us/web/api/addresserrors/index.md": { | |
"title": "AddressErrors", | |
"slug": "Web/API/AddressErrors", | |
"tags": [ | |
"API", | |
"Address", | |
"AddressErrors", | |
"Dictionary", | |
"Errors", | |
"Interface", | |
"Payment Address", | |
"Payment Request", | |
"Payment Request API", | |
"Reference", | |
"payment", | |
"paymentAddress" | |
], | |
"browser-compat": "api.AddressErrors" | |
}, | |
"/files/en-us/web/api/addresserrors/languagecode/index.md": { | |
"title": "AddressErrors.languageCode", | |
"slug": "Web/API/AddressErrors/languageCode", | |
"tags": [ | |
"API", | |
"Address", | |
"AddressErrors", | |
"Deprecated", | |
"Language", | |
"LanguageCode", | |
"Locale", | |
"Payment Request", | |
"Payment Request API", | |
"Property", | |
"Reference", | |
"payment" | |
], | |
"browser-compat": "api.AddressErrors.languageCode" | |
}, | |
"/files/en-us/web/api/addresserrors/organization/index.md": { | |
"title": "AddressErrors.organization", | |
"slug": "Web/API/AddressErrors/organization", | |
"tags": [ | |
"API", | |
"Address", | |
"AddressErrors", | |
"Error", | |
"Payment Request", | |
"Payment Request API", | |
"Property", | |
"Read-only", | |
"Reference", | |
"organization", | |
"payment" | |
], | |
"browser-compat": "api.AddressErrors.organization" | |
}, | |
"/files/en-us/web/api/addresserrors/phone/index.md": { | |
"title": "AddressErrors.phone", | |
"slug": "Web/API/AddressErrors/phone", | |
"tags": [ | |
"API", | |
"Address", | |
"AddressErrors", | |
"Payment Request", | |
"Payment Request API", | |
"Phone", | |
"Phone Number", | |
"Property", | |
"Read-only", | |
"Reference", | |
"Telephone Number", | |
"Téléphone", | |
"Validation", | |
"payment" | |
], | |
"browser-compat": "api.AddressErrors.phone" | |
}, | |
"/files/en-us/web/api/addresserrors/postalcode/index.md": { | |
"title": "AddressErrors.postalCode", | |
"slug": "Web/API/AddressErrors/postalCode", | |
"tags": [ | |
"API", | |
"Address", | |
"AddressErrors", | |
"Payment Request", | |
"Payment Request API", | |
"Post Code", | |
"Postal Code", | |
"Property", | |
"Read-only", | |
"Reference", | |
"Validation", | |
"ZIP", | |
"ZIP Code", | |
"payment", | |
"postalCode" | |
], | |
"browser-compat": "api.AddressErrors.postalCode" | |
}, | |
"/files/en-us/web/api/addresserrors/recipient/index.md": { | |
"title": "AddressErrors.recipient", | |
"slug": "Web/API/AddressErrors/recipient", | |
"tags": [ | |
"API", | |
"Address", | |
"AddressErrors", | |
"Error", | |
"Payment Request", | |
"Payment Request API", | |
"Property", | |
"Read-only", | |
"Reference", | |
"name", | |
"payment" | |
], | |
"browser-compat": "api.AddressErrors.recipient" | |
}, | |
"/files/en-us/web/api/addresserrors/region/index.md": { | |
"title": "AddressErrors.region", | |
"slug": "Web/API/AddressErrors/region", | |
"tags": [ | |
"API", | |
"Address", | |
"AddressErrors", | |
"Error", | |
"Payment Request", | |
"Payment Request API", | |
"Property", | |
"Read-only", | |
"Reference", | |
"Validation", | |
"payment", | |
"region" | |
], | |
"browser-compat": "api.AddressErrors.region" | |
}, | |
"/files/en-us/web/api/addresserrors/sortingcode/index.md": { | |
"title": "AddressErrors.sortingCode", | |
"slug": "Web/API/AddressErrors/sortingCode", | |
"tags": [ | |
"API", | |
"Address", | |
"AddressErrors", | |
"Error", | |
"Payment Request", | |
"Payment Request API", | |
"Property", | |
"Read-only", | |
"Reference", | |
"Validation", | |
"payment", | |
"sortingCode" | |
], | |
"browser-compat": "api.AddressErrors.sortingCode" | |
}, | |
"/files/en-us/web/api/aescbcparams/index.md": { | |
"title": "AesCbcParams", | |
"slug": "Web/API/AesCbcParams", | |
"tags": ["API", "AesCbcParams", "Dictionary", "Reference", "Web Crypto API"] | |
}, | |
"/files/en-us/web/api/aesctrparams/index.md": { | |
"title": "AesCtrParams", | |
"slug": "Web/API/AesCtrParams", | |
"tags": ["API", "AesCtrParams", "Dictionary", "Reference", "Web Crypto API"] | |
}, | |
"/files/en-us/web/api/aesgcmparams/index.md": { | |
"title": "AesGcmParams", | |
"slug": "Web/API/AesGcmParams", | |
"tags": ["API", "AesGcmParams", "Dictionary", "Reference", "Web Crypto API"] | |
}, | |
"/files/en-us/web/api/aeskeygenparams/index.md": { | |
"title": "AesKeyGenParams", | |
"slug": "Web/API/AesKeyGenParams", | |
"tags": [ | |
"API", | |
"AesKeyGenParams", | |
"Dictionary", | |
"Reference", | |
"Web Crypto API" | |
] | |
}, | |
"/files/en-us/web/api/ambientlightsensor/ambientlightsensor/index.md": { | |
"title": "AmbientLightSensor()", | |
"slug": "Web/API/AmbientLightSensor/AmbientLightSensor", | |
"tags": [ | |
"API", | |
"Ambient Light Sensor API", | |
"AmbientLightSensor", | |
"Constructor", | |
"Reference" | |
], | |
"browser-compat": "api.AmbientLightSensor.AmbientLightSensor" | |
}, | |
"/files/en-us/web/api/ambientlightsensor/illuminance/index.md": { | |
"title": "AmbientLightSensor.illuminance", | |
"slug": "Web/API/AmbientLightSensor/illuminance", | |
"tags": [ | |
"API", | |
"Ambient Light Level API", | |
"Generic Sensor API", | |
"Property", | |
"Reference", | |
"Sensor", | |
"Sensor APIs", | |
"Sensors", | |
"illuminance" | |
], | |
"browser-compat": "api.AmbientLightSensor.illuminance" | |
}, | |
"/files/en-us/web/api/ambientlightsensor/index.md": { | |
"title": "AmbientLightSensor", | |
"slug": "Web/API/AmbientLightSensor", | |
"tags": [ | |
"API", | |
"Ambient Light Sensor API", | |
"AmbientLightSensor", | |
"Generic Sensor API", | |
"Interface", | |
"Reference", | |
"Sensor", | |
"Sensor APIs", | |
"Sensors" | |
], | |
"browser-compat": "api.AmbientLightSensor" | |
}, | |
"/files/en-us/web/api/analysernode/analysernode/index.md": { | |
"title": "AnalyserNode()", | |
"slug": "Web/API/AnalyserNode/AnalyserNode", | |
"tags": [ | |
"API", | |
"AnalyserNode", | |
"Audio", | |
"Constructor", | |
"Media", | |
"Reference", | |
"Web Audio API" | |
], | |
"browser-compat": "api.AnalyserNode.AnalyserNode" | |
}, | |
"/files/en-us/web/api/analysernode/fftsize/index.md": { | |
"title": "AnalyserNode.fftSize", | |
"slug": "Web/API/AnalyserNode/fftSize", | |
"tags": [ | |
"API", | |
"AnalyserNode", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"fftSize" | |
], | |
"browser-compat": "api.AnalyserNode.fftSize" | |
}, | |
"/files/en-us/web/api/analysernode/frequencybincount/index.md": { | |
"title": "AnalyserNode.frequencyBinCount", | |
"slug": "Web/API/AnalyserNode/frequencyBinCount", | |
"tags": [ | |
"API", | |
"AnalyserNode", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"frequencyBinCount" | |
], | |
"browser-compat": "api.AnalyserNode.frequencyBinCount" | |
}, | |
"/files/en-us/web/api/analysernode/getbytefrequencydata/index.md": { | |
"title": "AnalyserNode.getByteFrequencyData()", | |
"slug": "Web/API/AnalyserNode/getByteFrequencyData", | |
"tags": ["API", "AnalyserNode", "Method", "Reference", "Web Audio API"], | |
"browser-compat": "api.AnalyserNode.getByteFrequencyData" | |
}, | |
"/files/en-us/web/api/analysernode/getbytetimedomaindata/index.md": { | |
"title": "AnalyserNode.getByteTimeDomainData()", | |
"slug": "Web/API/AnalyserNode/getByteTimeDomainData", | |
"tags": ["API", "AnalyserNode", "Method", "Reference", "Web Audio API"], | |
"browser-compat": "api.AnalyserNode.getByteTimeDomainData" | |
}, | |
"/files/en-us/web/api/analysernode/getfloatfrequencydata/index.md": { | |
"title": "AnalyserNode.getFloatFrequencyData()", | |
"slug": "Web/API/AnalyserNode/getFloatFrequencyData", | |
"tags": ["API", "AnalyserNode", "Method", "Reference", "Web Audio API"], | |
"browser-compat": "api.AnalyserNode.getFloatFrequencyData" | |
}, | |
"/files/en-us/web/api/analysernode/getfloattimedomaindata/index.md": { | |
"title": "AnalyserNode.getFloatTimeDomainData()", | |
"slug": "Web/API/AnalyserNode/getFloatTimeDomainData", | |
"tags": ["API", "AnalyserNode", "Method", "Reference", "Web Audio API"], | |
"browser-compat": "api.AnalyserNode.getFloatTimeDomainData" | |
}, | |
"/files/en-us/web/api/analysernode/index.md": { | |
"title": "AnalyserNode", | |
"slug": "Web/API/AnalyserNode", | |
"tags": ["API", "AnalyserNode", "Interface", "Reference", "Web Audio API"], | |
"browser-compat": "api.AnalyserNode" | |
}, | |
"/files/en-us/web/api/analysernode/maxdecibels/index.md": { | |
"title": "AnalyserNode.maxDecibels", | |
"slug": "Web/API/AnalyserNode/maxDecibels", | |
"tags": [ | |
"API", | |
"AnalyserNode", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"maxDecibels" | |
], | |
"browser-compat": "api.AnalyserNode.maxDecibels" | |
}, | |
"/files/en-us/web/api/analysernode/mindecibels/index.md": { | |
"title": "AnalyserNode.minDecibels", | |
"slug": "Web/API/AnalyserNode/minDecibels", | |
"tags": [ | |
"API", | |
"AnalyserNode", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"minDecibels" | |
], | |
"browser-compat": "api.AnalyserNode.minDecibels" | |
}, | |
"/files/en-us/web/api/analysernode/smoothingtimeconstant/index.md": { | |
"title": "AnalyserNode.smoothingTimeConstant", | |
"slug": "Web/API/AnalyserNode/smoothingTimeConstant", | |
"tags": [ | |
"API", | |
"AnalyserNode", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"smoothingTimeConstant" | |
], | |
"browser-compat": "api.AnalyserNode.smoothingTimeConstant" | |
}, | |
"/files/en-us/web/api/angle_instanced_arrays/drawarraysinstancedangle/index.md": { | |
"title": "ANGLE_instanced_arrays.drawArraysInstancedANGLE()", | |
"slug": "Web/API/ANGLE_instanced_arrays/drawArraysInstancedANGLE", | |
"tags": [ | |
"ANGLE_instanced_arrays", | |
"API", | |
"Method", | |
"Reference", | |
"WebGL", | |
"WebGL extension" | |
], | |
"browser-compat": "api.ANGLE_instanced_arrays.drawArraysInstancedANGLE" | |
}, | |
"/files/en-us/web/api/angle_instanced_arrays/drawelementsinstancedangle/index.md": { | |
"title": "ANGLE_instanced_arrays.drawElementsInstancedANGLE()", | |
"slug": "Web/API/ANGLE_instanced_arrays/drawElementsInstancedANGLE", | |
"tags": [ | |
"ANGLE_instanced_arrays", | |
"API", | |
"Method", | |
"Reference", | |
"WebGL", | |
"WebGL extension" | |
], | |
"browser-compat": "api.ANGLE_instanced_arrays.drawElementsInstancedANGLE" | |
}, | |
"/files/en-us/web/api/angle_instanced_arrays/index.md": { | |
"title": "ANGLE_instanced_arrays", | |
"slug": "Web/API/ANGLE_instanced_arrays", | |
"tags": ["API", "Reference", "WebGL", "WebGL extension"], | |
"browser-compat": "api.ANGLE_instanced_arrays" | |
}, | |
"/files/en-us/web/api/angle_instanced_arrays/vertexattribdivisorangle/index.md": { | |
"title": "ANGLE_instanced_arrays.vertexAttribDivisorANGLE()", | |
"slug": "Web/API/ANGLE_instanced_arrays/vertexAttribDivisorANGLE", | |
"tags": [ | |
"ANGLE_instanced_arrays", | |
"API", | |
"Method", | |
"Reference", | |
"WebGL", | |
"WebGL extension" | |
], | |
"browser-compat": "api.ANGLE_instanced_arrays.vertexAttribDivisorANGLE" | |
}, | |
"/files/en-us/web/api/animation/animation/index.md": { | |
"title": "Animation()", | |
"slug": "Web/API/Animation/Animation", | |
"tags": [ | |
"API", | |
"Animation", | |
"Animations", | |
"Constructor", | |
"Reference", | |
"web animations api" | |
], | |
"browser-compat": "api.Animation.Animation" | |
}, | |
"/files/en-us/web/api/animation/cancel/index.md": { | |
"title": "Animation.cancel()", | |
"slug": "Web/API/Animation/cancel", | |
"tags": [ | |
"API", | |
"Animation", | |
"Method", | |
"Reference", | |
"Web Animations", | |
"cancel", | |
"waapi", | |
"web animations api" | |
], | |
"browser-compat": "api.Animation.cancel" | |
}, | |
"/files/en-us/web/api/animation/commitstyles/index.md": { | |
"title": "Animation.commitStyles()", | |
"slug": "Web/API/Animation/commitStyles", | |
"tags": [ | |
"API", | |
"Animation", | |
"Experimental", | |
"Method", | |
"Reference", | |
"commitStyles", | |
"web animations api" | |
], | |
"browser-compat": "api.Animation.commitStyles" | |
}, | |
"/files/en-us/web/api/animation/currenttime/index.md": { | |
"title": "Animation.currentTime", | |
"slug": "Web/API/Animation/currentTime", | |
"tags": [ | |
"API", | |
"Animation", | |
"Animations", | |
"Property", | |
"Reference", | |
"Web Animations", | |
"web animations api" | |
], | |
"browser-compat": "api.Animation.currentTime" | |
}, | |
"/files/en-us/web/api/animation/effect/index.md": { | |
"title": "Animation.effect", | |
"slug": "Web/API/Animation/effect", | |
"tags": [ | |
"API", | |
"Animation", | |
"Experimental", | |
"Property", | |
"Reference", | |
"Web Animations", | |
"effect", | |
"web animations api" | |
], | |
"browser-compat": "api.Animation.effect" | |
}, | |
"/files/en-us/web/api/animation/finish/index.md": { | |
"title": "Animation.finish()", | |
"slug": "Web/API/Animation/finish", | |
"tags": [ | |
"API", | |
"Animation", | |
"Finish", | |
"Interface", | |
"Method", | |
"Reference", | |
"Web Animations", | |
"waapi", | |
"web animations api" | |
], | |
"browser-compat": "api.Animation.finish" | |
}, | |
"/files/en-us/web/api/animation/finished/index.md": { | |
"title": "Animation.finished", | |
"slug": "Web/API/Animation/finished", | |
"tags": [ | |
"API", | |
"Animation", | |
"Experimental", | |
"Property", | |
"Reference", | |
"Web Animations", | |
"finished", | |
"web animations api" | |
], | |
"browser-compat": "api.Animation.finished" | |
}, | |
"/files/en-us/web/api/animation/id/index.md": { | |
"title": "Animation.id", | |
"slug": "Web/API/Animation/id", | |
"tags": [ | |
"API", | |
"Animation", | |
"Property", | |
"Reference", | |
"id", | |
"web animations api" | |
], | |
"browser-compat": "api.Animation.id" | |
}, | |
"/files/en-us/web/api/animation/index.md": { | |
"title": "Animation", | |
"slug": "Web/API/Animation", | |
"tags": [ | |
"API", | |
"Animations", | |
"Interface", | |
"Reference", | |
"Web Animations", | |
"waapi", | |
"web animations api" | |
], | |
"browser-compat": "api.Animation" | |
}, | |
"/files/en-us/web/api/animation/oncancel/index.md": { | |
"title": "Animation.oncancel", | |
"slug": "Web/API/Animation/oncancel", | |
"tags": [ | |
"API", | |
"Animation", | |
"Event Handler", | |
"Property", | |
"Reference", | |
"Web Animations", | |
"oncancel", | |
"web animations api" | |
], | |
"browser-compat": "api.Animation.oncancel" | |
}, | |
"/files/en-us/web/api/animation/onfinish/index.md": { | |
"title": "Animation.onfinish", | |
"slug": "Web/API/Animation/onfinish", | |
"tags": [ | |
"API", | |
"Animation", | |
"Event Handler", | |
"Property", | |
"Reference", | |
"Web Animations", | |
"events", | |
"onfinish", | |
"waapi", | |
"web animations api" | |
], | |
"browser-compat": "api.Animation.onfinish" | |
}, | |
"/files/en-us/web/api/animation/onremove/index.md": { | |
"title": "Animation.onremove", | |
"slug": "Web/API/Animation/onremove", | |
"tags": [ | |
"API", | |
"Animation", | |
"Event Handler", | |
"Experimental", | |
"Property", | |
"Reference", | |
"onremove", | |
"web animations api" | |
], | |
"browser-compat": "api.Animation.onremove" | |
}, | |
"/files/en-us/web/api/animation/pause/index.md": { | |
"title": "Animation.pause()", | |
"slug": "Web/API/Animation/pause", | |
"tags": [ | |
"Animation", | |
"Method", | |
"Reference", | |
"Web Animations", | |
"pause", | |
"waapi", | |
"web animations api" | |
], | |
"browser-compat": "api.Animation.pause" | |
}, | |
"/files/en-us/web/api/animation/pending/index.md": { | |
"title": "Animation.pending", | |
"slug": "Web/API/Animation/pending", | |
"tags": [ | |
"API", | |
"Animation", | |
"Animations", | |
"Property", | |
"Reference", | |
"Web Animations", | |
"web animations api" | |
], | |
"browser-compat": "api.Animation.pending" | |
}, | |
"/files/en-us/web/api/animation/persist/index.md": { | |
"title": "Animation.persist()", | |
"slug": "Web/API/Animation/persist", | |
"tags": [ | |
"API", | |
"Animation", | |
"Experimental", | |
"Method", | |
"Reference", | |
"persist", | |
"web animations api" | |
], | |
"browser-compat": "api.Animation.persist" | |
}, | |
"/files/en-us/web/api/animation/play/index.md": { | |
"title": "Animation.play()", | |
"slug": "Web/API/Animation/play", | |
"tags": [ | |
"API", | |
"Animation", | |
"Interface", | |
"Method", | |
"Reference", | |
"Web Animations", | |
"play", | |
"waapi", | |
"web animations api" | |
], | |
"browser-compat": "api.Animation.play" | |
}, | |
"/files/en-us/web/api/animation/playbackrate/index.md": { | |
"title": "Animation.playbackRate", | |
"slug": "Web/API/Animation/playbackRate", | |
"tags": [ | |
"API", | |
"Animation", | |
"Interface", | |
"Property", | |
"Reference", | |
"Web Animations", | |
"playbackRate", | |
"web animations api" | |
], | |
"browser-compat": "api.Animation.playbackRate" | |
}, | |
"/files/en-us/web/api/animation/playstate/index.md": { | |
"title": "Animation.playState", | |
"slug": "Web/API/Animation/playState", | |
"tags": [ | |
"API", | |
"Animation", | |
"Property", | |
"Reference", | |
"Web Animations", | |
"playState", | |
"web animations api" | |
], | |
"browser-compat": "api.Animation.playState" | |
}, | |
"/files/en-us/web/api/animation/ready/index.md": { | |
"title": "Animation.ready", | |
"slug": "Web/API/Animation/ready", | |
"tags": [ | |
"API", | |
"Animation", | |
"Experimental", | |
"Property", | |
"Ready", | |
"Ready Promise", | |
"Reference", | |
"Web Animations", | |
"web animations api" | |
], | |
"browser-compat": "api.Animation.ready" | |
}, | |
"/files/en-us/web/api/animation/replacestate/index.md": { | |
"title": "Animation.replaceState", | |
"slug": "Web/API/Animation/replaceState", | |
"tags": [ | |
"API", | |
"Animation", | |
"Experimental", | |
"Property", | |
"Reference", | |
"replaceState", | |
"web animations api" | |
], | |
"browser-compat": "api.Animation.replaceState" | |
}, | |
"/files/en-us/web/api/animation/reverse/index.md": { | |
"title": "Animation.reverse()", | |
"slug": "Web/API/Animation/reverse", | |
"tags": [ | |
"API", | |
"Animation", | |
"Interface", | |
"Method", | |
"Reference", | |
"Web Animations", | |
"reverse", | |
"waapi", | |
"web animations api" | |
], | |
"browser-compat": "api.Animation.reverse" | |
}, | |
"/files/en-us/web/api/animation/starttime/index.md": { | |
"title": "Animation.startTime", | |
"slug": "Web/API/Animation/startTime", | |
"tags": [ | |
"API", | |
"Animation", | |
"Interface", | |
"Property", | |
"Reference", | |
"Web Animations", | |
"startTime", | |
"web animations api" | |
], | |
"browser-compat": "api.Animation.startTime" | |
}, | |
"/files/en-us/web/api/animation/timeline/index.md": { | |
"title": "Animation.timeline", | |
"slug": "Web/API/Animation/timeline", | |
"tags": [ | |
"API", | |
"Animation", | |
"Experimental", | |
"Property", | |
"Reference", | |
"Web Animations", | |
"timeline", | |
"web animations api" | |
], | |
"browser-compat": "api.Animation.timeline" | |
}, | |
"/files/en-us/web/api/animation/updateplaybackrate/index.md": { | |
"title": "Animation.updatePlaybackRate()", | |
"slug": "Web/API/Animation/updatePlaybackRate", | |
"tags": [ | |
"API", | |
"Animation", | |
"Experimental", | |
"Interface", | |
"Method", | |
"Reference", | |
"Web Animations", | |
"playbackRate", | |
"updatePlaybackRate", | |
"waapi", | |
"web animations api" | |
], | |
"browser-compat": "api.Animation.updatePlaybackRate" | |
}, | |
"/files/en-us/web/api/animationeffect/getcomputedtiming/index.md": { | |
"title": "AnimationEffect.getComputedTiming()", | |
"slug": "Web/API/AnimationEffect/getComputedTiming", | |
"tags": [ | |
"API", | |
"Animation", | |
"Method", | |
"Reference", | |
"getComputedTiming", | |
"waapi", | |
"web animations api" | |
], | |
"browser-compat": "api.AnimationEffect.getComputedTiming" | |
}, | |
"/files/en-us/web/api/animationeffect/gettiming/index.md": { | |
"title": "AnimationEffect.getTiming()", | |
"slug": "Web/API/AnimationEffect/getTiming", | |
"tags": [ | |
"API", | |
"Animation", | |
"Method", | |
"Reference", | |
"Timing", | |
"waapi", | |
"web animations api" | |
], | |
"browser-compat": "api.AnimationEffect.getTiming" | |
}, | |
"/files/en-us/web/api/animationeffect/index.md": { | |
"title": "AnimationEffect", | |
"slug": "Web/API/AnimationEffect", | |
"tags": [ | |
"API", | |
"Animation", | |
"Interface", | |
"Reference", | |
"Web Animations", | |
"web animations api" | |
], | |
"browser-compat": "api.AnimationEffect" | |
}, | |
"/files/en-us/web/api/animationeffect/updatetiming/index.md": { | |
"title": "AnimationEffect.updateTiming()", | |
"slug": "Web/API/AnimationEffect/updateTiming", | |
"tags": [ | |
"API", | |
"Animation", | |
"Method", | |
"Reference", | |
"Web Animations", | |
"waapi", | |
"web animations api" | |
], | |
"browser-compat": "api.AnimationEffect.updateTiming" | |
}, | |
"/files/en-us/web/api/animationevent/animationevent/index.md": { | |
"title": "AnimationEvent()", | |
"slug": "Web/API/AnimationEvent/AnimationEvent", | |
"tags": [ | |
"API", | |
"AnimationEvent", | |
"CSSOM", | |
"Constructor", | |
"Experimental", | |
"Reference", | |
"Web Animations" | |
], | |
"browser-compat": "api.AnimationEvent.AnimationEvent" | |
}, | |
"/files/en-us/web/api/animationevent/animationname/index.md": { | |
"title": "AnimationEvent.animationName", | |
"slug": "Web/API/AnimationEvent/animationName", | |
"tags": [ | |
"API", | |
"AnimationEvent", | |
"CSSOM", | |
"Experimental", | |
"Property", | |
"Reference", | |
"Web Animations" | |
], | |
"browser-compat": "api.AnimationEvent.animationName" | |
}, | |
"/files/en-us/web/api/animationevent/elapsedtime/index.md": { | |
"title": "AnimationEvent.elapsedTime", | |
"slug": "Web/API/AnimationEvent/elapsedTime", | |
"tags": [ | |
"API", | |
"AnimationEvent", | |
"CSSOM", | |
"Experimental", | |
"Property", | |
"Reference", | |
"Web Animations" | |
], | |
"browser-compat": "api.AnimationEvent.elapsedTime" | |
}, | |
"/files/en-us/web/api/animationevent/index.md": { | |
"title": "AnimationEvent", | |
"slug": "Web/API/AnimationEvent", | |
"tags": ["API", "Experimental", "Interface", "Reference", "Web Animations"], | |
"browser-compat": "api.AnimationEvent" | |
}, | |
"/files/en-us/web/api/animationevent/pseudoelement/index.md": { | |
"title": "AnimationEvent.pseudoElement", | |
"slug": "Web/API/AnimationEvent/pseudoElement", | |
"tags": [ | |
"API", | |
"AnimationEvent", | |
"CSS", | |
"CSSOM", | |
"Experimental", | |
"Property", | |
"Reference", | |
"Web Animations" | |
], | |
"browser-compat": "api.AnimationEvent.pseudoElement" | |
}, | |
"/files/en-us/web/api/animationplaybackevent/animationplaybackevent/index.md": { | |
"title": "AnimationPlaybackEvent()", | |
"slug": "Web/API/AnimationPlaybackEvent/AnimationPlaybackEvent", | |
"tags": [ | |
"API", | |
"Animation", | |
"AnimationPlaybackEvent", | |
"AnimationPlaybackEvent()", | |
"Constructor", | |
"Experimental", | |
"Reference", | |
"waapi", | |
"web animations api" | |
], | |
"browser-compat": "api.AnimationPlaybackEvent.AnimationPlaybackEvent" | |
}, | |
"/files/en-us/web/api/animationplaybackevent/currenttime/index.md": { | |
"title": "AnimationPlaybackEvent.currentTime", | |
"slug": "Web/API/AnimationPlaybackEvent/currentTime", | |
"tags": [ | |
"API", | |
"Animation", | |
"AnimationPlaybackEvent", | |
"Attribute", | |
"Experimental", | |
"Property", | |
"Reference", | |
"currentTime", | |
"waapi", | |
"web animations api" | |
], | |
"browser-compat": "api.AnimationPlaybackEvent.currentTime" | |
}, | |
"/files/en-us/web/api/animationplaybackevent/index.md": { | |
"title": "AnimationPlaybackEvent", | |
"slug": "Web/API/AnimationPlaybackEvent", | |
"tags": [ | |
"API", | |
"Animation", | |
"AnimationPlaybackEvent", | |
"Experimental", | |
"Interface", | |
"Reference", | |
"events", | |
"waapi", | |
"web animations api" | |
], | |
"browser-compat": "api.AnimationPlaybackEvent" | |
}, | |
"/files/en-us/web/api/animationplaybackevent/timelinetime/index.md": { | |
"title": "AnimationPlaybackEvent.timelineTime", | |
"slug": "Web/API/AnimationPlaybackEvent/timelineTime", | |
"tags": [ | |
"API", | |
"Animation", | |
"AnimationPlaybackEvent", | |
"Attribute", | |
"Experimental", | |
"Property", | |
"Reference", | |
"timelineTime", | |
"waapi", | |
"web animations api" | |
], | |
"browser-compat": "api.AnimationPlaybackEvent.timelineTime" | |
}, | |
"/files/en-us/web/api/animationtimeline/currenttime/index.md": { | |
"title": "AnimationTimeline.currentTime", | |
"slug": "Web/API/AnimationTimeline/currentTime", | |
"tags": [ | |
"API", | |
"Animation", | |
"AnimationTimeline", | |
"Property", | |
"Read-only", | |
"Reference", | |
"Web Animations", | |
"currentTime", | |
"waapi", | |
"web animations api" | |
], | |
"browser-compat": "api.AnimationTimeline.currentTime" | |
}, | |
"/files/en-us/web/api/animationtimeline/index.md": { | |
"title": "AnimationTimeline", | |
"slug": "Web/API/AnimationTimeline", | |
"tags": [ | |
"API", | |
"Animation", | |
"AnimationTimeline", | |
"Interface", | |
"Reference", | |
"Web Animations", | |
"waapi", | |
"web animations api" | |
], | |
"browser-compat": "api.AnimationTimeline" | |
}, | |
"/files/en-us/web/api/arraybufferview/index.md": { | |
"title": "ArrayBufferView", | |
"slug": "Web/API/ArrayBufferView", | |
"tags": ["API", "Interface", "JavaScript", "Reference", "Typed Arrays"] | |
}, | |
"/files/en-us/web/api/atob/index.md": { | |
"title": "atob()", | |
"slug": "Web/API/atob", | |
"tags": ["API", "HTML DOM", "Method", "Reference", "atob"], | |
"browser-compat": "api.atob" | |
}, | |
"/files/en-us/web/api/attr/index.md": { | |
"title": "Attr", | |
"slug": "Web/API/Attr", | |
"tags": ["Interface", "Reference"], | |
"browser-compat": "api.Attr" | |
}, | |
"/files/en-us/web/api/attr/localname/index.md": { | |
"title": "Attr.localName", | |
"slug": "Web/API/Attr/localName", | |
"tags": ["Property", "Reference", "Read-only"], | |
"browser-compat": "api.Attr.localName" | |
}, | |
"/files/en-us/web/api/attr/name/index.md": { | |
"title": "Attr.name", | |
"slug": "Web/API/Attr/name", | |
"tags": ["Property", "Reference", "Read-only"], | |
"browser-compat": "api.Attr.name" | |
}, | |
"/files/en-us/web/api/attr/namespaceuri/index.md": { | |
"title": "Attr.namespaceURI", | |
"slug": "Web/API/Attr/namespaceURI", | |
"tags": ["Property", "Reference", "Read-only"], | |
"browser-compat": "api.Attr.namespaceURI" | |
}, | |
"/files/en-us/web/api/attr/ownerelement/index.md": { | |
"title": "Attr.ownerElement", | |
"slug": "Web/API/Attr/ownerElement", | |
"tags": ["Property", "Reference", "Read-only"], | |
"browser-compat": "api.Attr.ownerElement" | |
}, | |
"/files/en-us/web/api/attr/prefix/index.md": { | |
"title": "Attr.prefix", | |
"slug": "Web/API/Attr/prefix", | |
"tags": ["Property", "Reference", "Read-only"], | |
"browser-compat": "api.Attr.prefix" | |
}, | |
"/files/en-us/web/api/attr/specified/index.md": { | |
"title": "Attr.specified", | |
"slug": "Web/API/Attr/specified", | |
"tags": ["Property", "Reference", "Read-only", "Deprecated"], | |
"browser-compat": "api.Attr.specified" | |
}, | |
"/files/en-us/web/api/attr/value/index.md": { | |
"title": "Attr.value", | |
"slug": "Web/API/Attr/value", | |
"tags": ["Property", "Reference"], | |
"browser-compat": "api.Attr.value" | |
}, | |
"/files/en-us/web/api/audiobuffer/audiobuffer/index.md": { | |
"title": "AudioBuffer()", | |
"slug": "Web/API/AudioBuffer/AudioBuffer", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioBuffer", | |
"Buffer", | |
"Constructor", | |
"Media", | |
"Reference", | |
"Web Audio", | |
"Web Audio API", | |
"sound" | |
], | |
"browser-compat": "api.AudioBuffer.AudioBuffer" | |
}, | |
"/files/en-us/web/api/audiobuffer/copyfromchannel/index.md": { | |
"title": "AudioBuffer.copyFromChannel()", | |
"slug": "Web/API/AudioBuffer/copyFromChannel", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioBuffer", | |
"Copying", | |
"Frames", | |
"Method", | |
"Reference", | |
"Samples", | |
"Web Audio", | |
"Web Audio API", | |
"copy", | |
"copyFromChannel", | |
"sound" | |
], | |
"browser-compat": "api.AudioBuffer.copyFromChannel" | |
}, | |
"/files/en-us/web/api/audiobuffer/copytochannel/index.md": { | |
"title": "AudioBuffer.copyToChannel()", | |
"slug": "Web/API/AudioBuffer/copyToChannel", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioBuffer", | |
"Method", | |
"Reference", | |
"Web Audio API", | |
"copyToChannel" | |
], | |
"browser-compat": "api.AudioBuffer.copyToChannel" | |
}, | |
"/files/en-us/web/api/audiobuffer/duration/index.md": { | |
"title": "AudioBuffer.duration", | |
"slug": "Web/API/AudioBuffer/duration", | |
"tags": [ | |
"API", | |
"AudioBuffer", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"duration" | |
], | |
"browser-compat": "api.AudioBuffer.duration" | |
}, | |
"/files/en-us/web/api/audiobuffer/getchanneldata/index.md": { | |
"title": "AudioBuffer.getChannelData()", | |
"slug": "Web/API/AudioBuffer/getChannelData", | |
"tags": ["API", "AudioBuffer", "Method", "Reference", "Web Audio API"], | |
"browser-compat": "api.AudioBuffer.getChannelData" | |
}, | |
"/files/en-us/web/api/audiobuffer/index.md": { | |
"title": "AudioBuffer", | |
"slug": "Web/API/AudioBuffer", | |
"tags": ["API", "AudioBuffer", "Interface", "Reference", "Web Audio API"], | |
"browser-compat": "api.AudioBuffer" | |
}, | |
"/files/en-us/web/api/audiobuffer/length/index.md": { | |
"title": "AudioBuffer.length", | |
"slug": "Web/API/AudioBuffer/length", | |
"tags": [ | |
"API", | |
"AudioBuffer", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"length" | |
], | |
"browser-compat": "api.AudioBuffer.length" | |
}, | |
"/files/en-us/web/api/audiobuffer/numberofchannels/index.md": { | |
"title": "AudioBuffer.numberOfChannels", | |
"slug": "Web/API/AudioBuffer/numberOfChannels", | |
"tags": [ | |
"API", | |
"AudioBuffer", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"numberOfChannels" | |
], | |
"browser-compat": "api.AudioBuffer.numberOfChannels" | |
}, | |
"/files/en-us/web/api/audiobuffer/samplerate/index.md": { | |
"title": "AudioBuffer.sampleRate", | |
"slug": "Web/API/AudioBuffer/sampleRate", | |
"tags": [ | |
"API", | |
"AudioBuffer", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"sampleRate" | |
], | |
"browser-compat": "api.AudioBuffer.sampleRate" | |
}, | |
"/files/en-us/web/api/audiobuffersourcenode/audiobuffersourcenode/index.md": { | |
"title": "AudioBufferSourceNode()", | |
"slug": "Web/API/AudioBufferSourceNode/AudioBufferSourceNode", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioBufferSourceNode", | |
"Constructor", | |
"Media", | |
"Reference", | |
"Web Audio API" | |
], | |
"browser-compat": "api.AudioBufferSourceNode.AudioBufferSourceNode" | |
}, | |
"/files/en-us/web/api/audiobuffersourcenode/buffer/index.md": { | |
"title": "AudioBufferSourceNode.buffer", | |
"slug": "Web/API/AudioBufferSourceNode/buffer", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioBufferSourceNode", | |
"Buffer", | |
"Media", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"sound" | |
], | |
"browser-compat": "api.AudioBufferSourceNode.buffer" | |
}, | |
"/files/en-us/web/api/audiobuffersourcenode/detune/index.md": { | |
"title": "AudioBufferSourceNode.detune", | |
"slug": "Web/API/AudioBufferSourceNode/detune", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioBufferSourceNode", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"detune" | |
], | |
"browser-compat": "api.AudioBufferSourceNode.detune" | |
}, | |
"/files/en-us/web/api/audiobuffersourcenode/index.md": { | |
"title": "AudioBufferSourceNode", | |
"slug": "Web/API/AudioBufferSourceNode", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioBufferSourceNode", | |
"Interface", | |
"Media", | |
"Reference", | |
"Web Audio API" | |
], | |
"browser-compat": "api.AudioBufferSourceNode" | |
}, | |
"/files/en-us/web/api/audiobuffersourcenode/loop/index.md": { | |
"title": "AudioBufferSourceNode.loop", | |
"slug": "Web/API/AudioBufferSourceNode/loop", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioBufferSourceNode", | |
"Loop", | |
"Media", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"sound" | |
], | |
"browser-compat": "api.AudioBufferSourceNode.loop" | |
}, | |
"/files/en-us/web/api/audiobuffersourcenode/loopend/index.md": { | |
"title": "AudioBufferSourceNode.loopEnd", | |
"slug": "Web/API/AudioBufferSourceNode/loopEnd", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioBufferSourceNode", | |
"Media", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"loopEnd", | |
"sound" | |
], | |
"browser-compat": "api.AudioBufferSourceNode.loopEnd" | |
}, | |
"/files/en-us/web/api/audiobuffersourcenode/loopstart/index.md": { | |
"title": "AudioBufferSourceNode.loopStart", | |
"slug": "Web/API/AudioBufferSourceNode/loopStart", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioBufferSourceNode", | |
"Media", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"loopStart", | |
"sound" | |
], | |
"browser-compat": "api.AudioBufferSourceNode.loopStart" | |
}, | |
"/files/en-us/web/api/audiobuffersourcenode/playbackrate/index.md": { | |
"title": "AudioBufferSourceNode.playbackRate", | |
"slug": "Web/API/AudioBufferSourceNode/playbackRate", | |
"tags": [ | |
"API", | |
"AudioBufferSourceNode", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"playbackRate" | |
], | |
"browser-compat": "api.AudioBufferSourceNode.playbackRate" | |
}, | |
"/files/en-us/web/api/audiobuffersourcenode/start/index.md": { | |
"title": "AudioBufferSourceNode.start()", | |
"slug": "Web/API/AudioBufferSourceNode/start", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioBufferSourceNode", | |
"Media", | |
"Method", | |
"Reference", | |
"Web Audio API", | |
"sound", | |
"start" | |
], | |
"browser-compat": "api.AudioBufferSourceNode.start" | |
}, | |
"/files/en-us/web/api/audioconfiguration/index.md": { | |
"title": "AudioConfiguration", | |
"slug": "Web/API/AudioConfiguration", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioConfiguration", | |
"Experimental", | |
"Interface", | |
"Media Capabilities API", | |
"Reference", | |
"Video" | |
], | |
"browser-compat": "api.AudioConfiguration" | |
}, | |
"/files/en-us/web/api/audiocontext/audiocontext/index.md": { | |
"title": "AudioContext()", | |
"slug": "Web/API/AudioContext/AudioContext", | |
"tags": [ | |
"Audio", | |
"Audio Context", | |
"Audio Graph", | |
"AudioContext", | |
"Constructor", | |
"Context", | |
"Media", | |
"Media Graph", | |
"Reference", | |
"Web Audio", | |
"Web Audio API" | |
], | |
"browser-compat": "api.AudioContext.AudioContext" | |
}, | |
"/files/en-us/web/api/audiocontext/baselatency/index.md": { | |
"title": "AudioContext.baseLatency", | |
"slug": "Web/API/AudioContext/baseLatency", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioContext", | |
"Media", | |
"Property", | |
"Web Audio API", | |
"baseLatency" | |
], | |
"browser-compat": "api.AudioContext.baseLatency" | |
}, | |
"/files/en-us/web/api/audiocontext/close/index.md": { | |
"title": "AudioContext.close()", | |
"slug": "Web/API/AudioContext/close", | |
"tags": [ | |
"API", | |
"AudioContext", | |
"Media", | |
"Method", | |
"Reference", | |
"Web Audio API", | |
"close" | |
], | |
"browser-compat": "api.AudioContext.close" | |
}, | |
"/files/en-us/web/api/audiocontext/createjavascriptnode/index.md": { | |
"title": "AudioContext.createJavaScriptNode()", | |
"slug": "Web/API/AudioContext/createJavaScriptNode", | |
"tags": [ | |
"API", | |
"Audio", | |
"Method", | |
"Deprecated", | |
"Reference", | |
"Web", | |
"createJavaScriptNode" | |
] | |
}, | |
"/files/en-us/web/api/audiocontext/createmediaelementsource/index.md": { | |
"title": "AudioContext.createMediaElementSource()", | |
"slug": "Web/API/AudioContext/createMediaElementSource", | |
"tags": [ | |
"API", | |
"AudioContext", | |
"Method", | |
"Reference", | |
"Web Audio API", | |
"createMediaElementSource" | |
], | |
"browser-compat": "api.AudioContext.createMediaElementSource" | |
}, | |
"/files/en-us/web/api/audiocontext/createmediastreamdestination/index.md": { | |
"title": "AudioContext.createMediaStreamDestination()", | |
"slug": "Web/API/AudioContext/createMediaStreamDestination", | |
"tags": [ | |
"API", | |
"AudioContext", | |
"Method", | |
"Reference", | |
"Web Audio API", | |
"createMediaStreamDestination" | |
], | |
"browser-compat": "api.AudioContext.createMediaStreamDestination" | |
}, | |
"/files/en-us/web/api/audiocontext/createmediastreamsource/index.md": { | |
"title": "AudioContext.createMediaStreamSource()", | |
"slug": "Web/API/AudioContext/createMediaStreamSource", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioContext", | |
"AudioNode", | |
"Media", | |
"MediaStream", | |
"MediaStreamTrack", | |
"Method", | |
"Reference", | |
"Web", | |
"Web Audio", | |
"Web Audio API", | |
"createMediastreamSource" | |
], | |
"browser-compat": "api.AudioContext.createMediaStreamSource" | |
}, | |
"/files/en-us/web/api/audiocontext/createmediastreamtracksource/index.md": { | |
"title": "AudioContext.createMediaStreamTrackSource()", | |
"slug": "Web/API/AudioContext/createMediaStreamTrackSource", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioContext", | |
"MediaStreamTrack", | |
"MediaStreamTrackAudioSource", | |
"Method", | |
"Node", | |
"Reference", | |
"Web Audio API", | |
"createMediaStreamTrackSource", | |
"sound", | |
"source", | |
"track" | |
], | |
"browser-compat": "api.AudioContext.createMediaStreamTrackSource" | |
}, | |
"/files/en-us/web/api/audiocontext/getoutputtimestamp/index.md": { | |
"title": "AudioContext.getOutputTimestamp()", | |
"slug": "Web/API/AudioContext/getOutputTimestamp", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioContext", | |
"Method", | |
"Reference", | |
"Web Audio API", | |
"getOutputTimestamp", | |
"sound" | |
], | |
"browser-compat": "api.AudioContext.getOutputTimestamp" | |
}, | |
"/files/en-us/web/api/audiocontext/index.md": { | |
"title": "AudioContext", | |
"slug": "Web/API/AudioContext", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioContext", | |
"Interface", | |
"Reference", | |
"Web Audio API", | |
"sound" | |
], | |
"browser-compat": "api.AudioContext" | |
}, | |
"/files/en-us/web/api/audiocontext/outputlatency/index.md": { | |
"title": "AudioContext.outputLatency", | |
"slug": "Web/API/AudioContext/outputLatency", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioContext", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"outputLatency" | |
], | |
"browser-compat": "api.AudioContext.outputLatency" | |
}, | |
"/files/en-us/web/api/audiocontext/resume/index.md": { | |
"title": "AudioContext.resume()", | |
"slug": "Web/API/AudioContext/resume", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioContext", | |
"Method", | |
"Reference", | |
"Web Audio API", | |
"resume" | |
], | |
"browser-compat": "api.AudioContext.resume" | |
}, | |
"/files/en-us/web/api/audiocontext/suspend/index.md": { | |
"title": "AudioContext.suspend()", | |
"slug": "Web/API/AudioContext/suspend", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioContext", | |
"Method", | |
"Reference", | |
"Web Audio API", | |
"suspend" | |
], | |
"browser-compat": "api.AudioContext.suspend" | |
}, | |
"/files/en-us/web/api/audiodata/allocationsize/index.md": { | |
"title": "AudioData.allocationSize()", | |
"slug": "Web/API/AudioData/allocationSize", | |
"tags": ["API", "Method", "Reference", "allocationSize", "AudioData"], | |
"browser-compat": "api.AudioData.allocationSize" | |
}, | |
"/files/en-us/web/api/audiodata/audiodata/index.md": { | |
"title": "AudioData.AudioData()", | |
"slug": "Web/API/AudioData/AudioData", | |
"tags": ["API", "Constructor", "Reference", "AudioData"], | |
"browser-compat": "api.AudioData.AudioData" | |
}, | |
"/files/en-us/web/api/audiodata/clone/index.md": { | |
"title": "AudioData.clone()", | |
"slug": "Web/API/AudioData/clone", | |
"tags": ["API", "Method", "Reference", "clone", "AudioData"], | |
"browser-compat": "api.AudioData.clone" | |
}, | |
"/files/en-us/web/api/audiodata/close/index.md": { | |
"title": "AudioData.close()", | |
"slug": "Web/API/AudioData/close", | |
"tags": ["API", "Method", "Reference", "close", "AudioData"], | |
"browser-compat": "api.AudioData.close" | |
}, | |
"/files/en-us/web/api/audiodata/copyto/index.md": { | |
"title": "AudioData.copyTo()", | |
"slug": "Web/API/AudioData/copyTo", | |
"tags": ["API", "Method", "Reference", "copyTo", "AudioData"], | |
"browser-compat": "api.AudioData.copyTo" | |
}, | |
"/files/en-us/web/api/audiodata/duration/index.md": { | |
"title": "AudioData.duration", | |
"slug": "Web/API/AudioData/duration", | |
"tags": ["API", "Property", "Reference", "duration", "AudioData"], | |
"browser-compat": "api.AudioData.duration" | |
}, | |
"/files/en-us/web/api/audiodata/format/index.md": { | |
"title": "AudioData.format", | |
"slug": "Web/API/AudioData/format", | |
"tags": ["API", "Property", "Reference", "format", "AudioData"], | |
"browser-compat": "api.AudioData.format" | |
}, | |
"/files/en-us/web/api/audiodata/index.md": { | |
"title": "AudioData", | |
"slug": "Web/API/AudioData", | |
"tags": ["API", "Interface", "Reference", "AudioData"], | |
"browser-compat": "api.AudioData" | |
}, | |
"/files/en-us/web/api/audiodata/numberofchannels/index.md": { | |
"title": "AudioData.numberOfChannels", | |
"slug": "Web/API/AudioData/numberOfChannels", | |
"tags": ["API", "Property", "Reference", "numberOfChannels", "AudioData"], | |
"browser-compat": "api.AudioData.numberOfChannels" | |
}, | |
"/files/en-us/web/api/audiodata/numberofframes/index.md": { | |
"title": "AudioData.numberOfFrames", | |
"slug": "Web/API/AudioData/numberOfFrames", | |
"tags": ["API", "Property", "Reference", "numberOfFrames", "AudioData"], | |
"browser-compat": "api.AudioData.numberOfFrames" | |
}, | |
"/files/en-us/web/api/audiodata/samplerate/index.md": { | |
"title": "AudioData.sampleRate", | |
"slug": "Web/API/AudioData/sampleRate", | |
"tags": ["API", "Property", "Reference", "sampleRate", "AudioData"], | |
"browser-compat": "api.AudioData.sampleRate" | |
}, | |
"/files/en-us/web/api/audiodata/timestamp/index.md": { | |
"title": "AudioData.timestamp", | |
"slug": "Web/API/AudioData/timestamp", | |
"tags": ["API", "Property", "Reference", "timestamp", "AudioData"], | |
"browser-compat": "api.AudioData.timestamp" | |
}, | |
"/files/en-us/web/api/audiodecoder/audiodecoder/index.md": { | |
"title": "AudioDecoder.AudioDecoder()", | |
"slug": "Web/API/AudioDecoder/AudioDecoder", | |
"tags": ["API", "Constructor", "Reference", "AudioDecoder"], | |
"browser-compat": "api.AudioDecoder.AudioDecoder" | |
}, | |
"/files/en-us/web/api/audiodecoder/close/index.md": { | |
"title": "AudioDecoder.close()", | |
"slug": "Web/API/AudioDecoder/close", | |
"tags": ["API", "Method", "Reference", "close", "AudioDecoder"], | |
"browser-compat": "api.AudioDecoder.close" | |
}, | |
"/files/en-us/web/api/audiodecoder/configure/index.md": { | |
"title": "AudioDecoder.configure()", | |
"slug": "Web/API/AudioDecoder/configure", | |
"tags": ["API", "Method", "Reference", "configure", "AudioDecoder"], | |
"browser-compat": "api.AudioDecoder.configure" | |
}, | |
"/files/en-us/web/api/audiodecoder/decode/index.md": { | |
"title": "AudioDecoder.decode()", | |
"slug": "Web/API/AudioDecoder/decode", | |
"tags": ["API", "Method", "Reference", "decode", "AudioDecoder"], | |
"browser-compat": "api.AudioDecoder.decode" | |
}, | |
"/files/en-us/web/api/audiodecoder/decodequeuesize/index.md": { | |
"title": "AudioDecoder.decodeQueueSize", | |
"slug": "Web/API/AudioDecoder/decodeQueueSize", | |
"tags": ["API", "Property", "Reference", "decodeQueueSize", "AudioDecoder"], | |
"browser-compat": "api.AudioDecoder.decodeQueueSize" | |
}, | |
"/files/en-us/web/api/audiodecoder/flush/index.md": { | |
"title": "AudioDecoder.flush()", | |
"slug": "Web/API/AudioDecoder/flush", | |
"tags": ["API", "Method", "Reference", "flush", "AudioDecoder"], | |
"browser-compat": "api.AudioDecoder.flush" | |
}, | |
"/files/en-us/web/api/audiodecoder/index.md": { | |
"title": "AudioDecoder", | |
"slug": "Web/API/AudioDecoder", | |
"tags": ["API", "Interface", "Reference", "AudioDecoder"], | |
"browser-compat": "api.AudioDecoder" | |
}, | |
"/files/en-us/web/api/audiodecoder/reset/index.md": { | |
"title": "AudioDecoder.reset()", | |
"slug": "Web/API/AudioDecoder/reset", | |
"tags": ["API", "Method", "Reference", "reset", "AudioDecoder"], | |
"browser-compat": "api.AudioDecoder.reset" | |
}, | |
"/files/en-us/web/api/audiodecoder/state/index.md": { | |
"title": "AudioDecoder.state", | |
"slug": "Web/API/AudioDecoder/state", | |
"tags": ["API", "Property", "Reference", "state", "AudioDecoder"], | |
"browser-compat": "api.AudioDecoder.state" | |
}, | |
"/files/en-us/web/api/audiodestinationnode/index.md": { | |
"title": "AudioDestinationNode", | |
"slug": "Web/API/AudioDestinationNode", | |
"tags": [ | |
"API", | |
"AudioDestinationNode", | |
"Interface", | |
"Reference", | |
"Web Audio API" | |
], | |
"browser-compat": "api.AudioDestinationNode" | |
}, | |
"/files/en-us/web/api/audiodestinationnode/maxchannelcount/index.md": { | |
"title": "AudioDestinationNode.maxChannelCount", | |
"slug": "Web/API/AudioDestinationNode/maxChannelCount", | |
"tags": [ | |
"API", | |
"AudioDestinationNode", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"maxChannelCount" | |
], | |
"browser-compat": "api.AudioDestinationNode.maxChannelCount" | |
}, | |
"/files/en-us/web/api/audioencoder/audioencoder/index.md": { | |
"title": "AudioEncoder.AudioEncoder()", | |
"slug": "Web/API/AudioEncoder/AudioEncoder", | |
"tags": ["API", "Constructor", "Reference", "AudioEncoder"], | |
"browser-compat": "api.AudioEncoder.AudioEncoder" | |
}, | |
"/files/en-us/web/api/audioencoder/close/index.md": { | |
"title": "AudioEncoder.close()", | |
"slug": "Web/API/AudioEncoder/close", | |
"tags": ["API", "Method", "Reference", "close", "AudioEncoder"], | |
"browser-compat": "api.AudioEncoder.close" | |
}, | |
"/files/en-us/web/api/audioencoder/configure/index.md": { | |
"title": "AudioEncoder.configure()", | |
"slug": "Web/API/AudioEncoder/configure", | |
"tags": ["API", "Method", "Reference", "configure", "AudioEncoder"], | |
"browser-compat": "api.AudioEncoder.configure" | |
}, | |
"/files/en-us/web/api/audioencoder/encode/index.md": { | |
"title": "AudioEncoder.encode()", | |
"slug": "Web/API/AudioEncoder/encode", | |
"tags": ["API", "Method", "Reference", "encode", "AudioEncoder"], | |
"browser-compat": "api.AudioEncoder.encode" | |
}, | |
"/files/en-us/web/api/audioencoder/encodequeuesize/index.md": { | |
"title": "AudioEncoder.encodeQueueSize", | |
"slug": "Web/API/AudioEncoder/encodeQueueSize", | |
"tags": ["API", "Property", "Reference", "encodeQueueSize", "AudioEncoder"], | |
"browser-compat": "api.AudioEncoder.encodeQueueSize" | |
}, | |
"/files/en-us/web/api/audioencoder/flush/index.md": { | |
"title": "AudioEncoder.flush()", | |
"slug": "Web/API/AudioEncoder/flush", | |
"tags": ["API", "Method", "Reference", "flush", "AudioEncoder"], | |
"browser-compat": "api.AudioEncoder.flush" | |
}, | |
"/files/en-us/web/api/audioencoder/index.md": { | |
"title": "AudioEncoder", | |
"slug": "Web/API/AudioEncoder", | |
"tags": ["API", "Interface", "Reference", "AudioEncoder"], | |
"browser-compat": "api.AudioEncoder" | |
}, | |
"/files/en-us/web/api/audioencoder/reset/index.md": { | |
"title": "AudioEncoder.reset()", | |
"slug": "Web/API/AudioEncoder/reset", | |
"tags": ["API", "Method", "Reference", "reset", "AudioEncoder"], | |
"browser-compat": "api.AudioEncoder.reset" | |
}, | |
"/files/en-us/web/api/audioencoder/state/index.md": { | |
"title": "AudioEncoder.state", | |
"slug": "Web/API/AudioEncoder/state", | |
"tags": ["API", "Property", "Reference", "state", "AudioEncoder"], | |
"browser-compat": "api.AudioEncoder.state" | |
}, | |
"/files/en-us/web/api/audiolistener/dopplerfactor/index.md": { | |
"title": "AudioListener.dopplerFactor", | |
"slug": "Web/API/AudioListener/dopplerFactor", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioListener", | |
"Deprecated", | |
"Doppler", | |
"Doppler Effect", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"dopplerFactor", | |
"effects" | |
], | |
"browser-compat": "api.AudioListener.dopplerFactor" | |
}, | |
"/files/en-us/web/api/audiolistener/forwardx/index.md": { | |
"title": "AudioListener.forwardX", | |
"slug": "Web/API/AudioListener/forwardX", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioListener", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"forwardX" | |
], | |
"browser-compat": "api.AudioListener.forwardX" | |
}, | |
"/files/en-us/web/api/audiolistener/forwardy/index.md": { | |
"title": "AudioListener.forwardY", | |
"slug": "Web/API/AudioListener/forwardY", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioListener", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"forwardY" | |
], | |
"browser-compat": "api.AudioListener.forwardY" | |
}, | |
"/files/en-us/web/api/audiolistener/forwardz/index.md": { | |
"title": "AudioListener.forwardZ", | |
"slug": "Web/API/AudioListener/forwardZ", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioListener", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"forwardZ" | |
], | |
"browser-compat": "api.AudioListener.forwardZ" | |
}, | |
"/files/en-us/web/api/audiolistener/index.md": { | |
"title": "AudioListener", | |
"slug": "Web/API/AudioListener", | |
"tags": ["API", "AudioListener", "Interface", "Reference", "Web Audio API"], | |
"browser-compat": "api.AudioListener" | |
}, | |
"/files/en-us/web/api/audiolistener/positionx/index.md": { | |
"title": "AudioListener.positionX", | |
"slug": "Web/API/AudioListener/positionX", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioListener", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"positionX" | |
], | |
"browser-compat": "api.AudioListener.positionX" | |
}, | |
"/files/en-us/web/api/audiolistener/positiony/index.md": { | |
"title": "AudioListener.positionY", | |
"slug": "Web/API/AudioListener/positionY", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioListener", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"positionY" | |
], | |
"browser-compat": "api.AudioListener.positionY" | |
}, | |
"/files/en-us/web/api/audiolistener/positionz/index.md": { | |
"title": "AudioListener.positionZ", | |
"slug": "Web/API/AudioListener/positionZ", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioListener", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"positionZ" | |
], | |
"browser-compat": "api.AudioListener.positionZ" | |
}, | |
"/files/en-us/web/api/audiolistener/setorientation/index.md": { | |
"title": "AudioListener.setOrientation()", | |
"slug": "Web/API/AudioListener/setOrientation", | |
"tags": [ | |
"API", | |
"AudioListener", | |
"Method", | |
"Reference", | |
"Web Audio API", | |
"setOrientation" | |
], | |
"browser-compat": "api.AudioListener.setOrientation" | |
}, | |
"/files/en-us/web/api/audiolistener/setposition/index.md": { | |
"title": "AudioListener.setPosition()", | |
"slug": "Web/API/AudioListener/setPosition", | |
"tags": [ | |
"API", | |
"AudioListener", | |
"Deprecated", | |
"Method", | |
"Reference", | |
"Web Audio API", | |
"setPosition" | |
], | |
"browser-compat": "api.AudioListener.setPosition" | |
}, | |
"/files/en-us/web/api/audiolistener/speedofsound/index.md": { | |
"title": "AudioListener.speedOfSound", | |
"slug": "Web/API/AudioListener/speedOfSound", | |
"tags": [ | |
"API", | |
"AudioListener", | |
"Deprecated", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"speedOfSound" | |
], | |
"browser-compat": "api.AudioListener.speedOfSound" | |
}, | |
"/files/en-us/web/api/audiolistener/upx/index.md": { | |
"title": "AudioListener.upX", | |
"slug": "Web/API/AudioListener/upX", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioListener", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"upX" | |
], | |
"browser-compat": "api.AudioListener.upX" | |
}, | |
"/files/en-us/web/api/audiolistener/upy/index.md": { | |
"title": "AudioListener.upY", | |
"slug": "Web/API/AudioListener/upY", | |
"tags": [ | |
"API", | |
"AudioListener", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"upY" | |
], | |
"browser-compat": "api.AudioListener.upY" | |
}, | |
"/files/en-us/web/api/audiolistener/upz/index.md": { | |
"title": "AudioListener.upZ", | |
"slug": "Web/API/AudioListener/upZ", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioListener", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"upZ" | |
], | |
"browser-compat": "api.AudioListener.upZ" | |
}, | |
"/files/en-us/web/api/audionode/channelcount/index.md": { | |
"title": "AudioNode.channelCount", | |
"slug": "Web/API/AudioNode/channelCount", | |
"tags": [ | |
"API", | |
"AudioNode", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"channelCount" | |
], | |
"browser-compat": "api.AudioNode.channelCount" | |
}, | |
"/files/en-us/web/api/audionode/channelcountmode/index.md": { | |
"title": "AudioNode.channelCountMode", | |
"slug": "Web/API/AudioNode/channelCountMode", | |
"tags": [ | |
"API", | |
"AudioNode", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"channelCountMode" | |
], | |
"browser-compat": "api.AudioNode.channelCountMode" | |
}, | |
"/files/en-us/web/api/audionode/channelinterpretation/index.md": { | |
"title": "AudioNode.channelInterpretation", | |
"slug": "Web/API/AudioNode/channelInterpretation", | |
"tags": [ | |
"API", | |
"AudioNode", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"channelInterpretation" | |
], | |
"browser-compat": "api.AudioNode.channelInterpretation" | |
}, | |
"/files/en-us/web/api/audionode/connect/index.md": { | |
"title": "AudioNode.connect()", | |
"slug": "Web/API/AudioNode/connect", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioNode", | |
"Media", | |
"Method", | |
"Reference", | |
"Web Audio API", | |
"connect" | |
], | |
"browser-compat": "api.AudioNode.connect" | |
}, | |
"/files/en-us/web/api/audionode/context/index.md": { | |
"title": "AudioNode.context", | |
"slug": "Web/API/AudioNode/context", | |
"tags": [ | |
"API", | |
"AudioNode", | |
"Context", | |
"Property", | |
"Reference", | |
"Web Audio API" | |
], | |
"browser-compat": "api.AudioNode.context" | |
}, | |
"/files/en-us/web/api/audionode/disconnect/index.md": { | |
"title": "AudioNode.disconnect()", | |
"slug": "Web/API/AudioNode/disconnect", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioNode", | |
"Disconnect", | |
"Method", | |
"Reference", | |
"Web Audio API" | |
], | |
"browser-compat": "api.AudioNode.disconnect" | |
}, | |
"/files/en-us/web/api/audionode/index.md": { | |
"title": "AudioNode", | |
"slug": "Web/API/AudioNode", | |
"tags": ["API", "AudioNode", "Interface", "Reference", "Web Audio API"], | |
"browser-compat": "api.AudioNode" | |
}, | |
"/files/en-us/web/api/audionode/numberofinputs/index.md": { | |
"title": "AudioNode.numberOfInputs", | |
"slug": "Web/API/AudioNode/numberOfInputs", | |
"tags": [ | |
"API", | |
"AudioNode", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"numberOfInputs" | |
], | |
"browser-compat": "api.AudioNode.numberOfInputs" | |
}, | |
"/files/en-us/web/api/audionode/numberofoutputs/index.md": { | |
"title": "AudioNode.numberOfOutputs", | |
"slug": "Web/API/AudioNode/numberOfOutputs", | |
"tags": [ | |
"API", | |
"AudioNode", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"numberOfOutputs" | |
], | |
"browser-compat": "api.AudioNode.numberOfOutputs" | |
}, | |
"/files/en-us/web/api/audioparam/cancelandholdattime/index.md": { | |
"title": "AudioParam.cancelAndHoldAtTime()", | |
"slug": "Web/API/AudioParam/cancelAndHoldAtTime", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioParam", | |
"Experimental", | |
"Method", | |
"Reference", | |
"Web Audio API", | |
"cancelAndHoldAtTime", | |
"cancelValuesAndHoldAtTime" | |
], | |
"browser-compat": "api.AudioParam.cancelAndHoldAtTime" | |
}, | |
"/files/en-us/web/api/audioparam/cancelscheduledvalues/index.md": { | |
"title": "AudioParam.cancelScheduledValues()", | |
"slug": "Web/API/AudioParam/cancelScheduledValues", | |
"tags": [ | |
"API", | |
"AudioParam", | |
"Method", | |
"Reference", | |
"Web Audio API", | |
"cancelScheduledValues" | |
], | |
"browser-compat": "api.AudioParam.cancelScheduledValues" | |
}, | |
"/files/en-us/web/api/audioparam/defaultvalue/index.md": { | |
"title": "AudioParam.defaultValue", | |
"slug": "Web/API/AudioParam/defaultValue", | |
"tags": [ | |
"API", | |
"AudioParam", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"defaultValue" | |
], | |
"browser-compat": "api.AudioParam.defaultValue" | |
}, | |
"/files/en-us/web/api/audioparam/exponentialramptovalueattime/index.md": { | |
"title": "AudioParam.exponentialRampToValueAtTime()", | |
"slug": "Web/API/AudioParam/exponentialRampToValueAtTime", | |
"tags": [ | |
"API", | |
"AudioParam", | |
"Method", | |
"Reference", | |
"Web Audio API", | |
"exponentialRampToValueAtTime" | |
], | |
"browser-compat": "api.AudioParam.exponentialRampToValueAtTime" | |
}, | |
"/files/en-us/web/api/audioparam/index.md": { | |
"title": "AudioParam", | |
"slug": "Web/API/AudioParam", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioParam", | |
"Interface", | |
"Parameter", | |
"Reference", | |
"Web Audio API", | |
"sound" | |
], | |
"browser-compat": "api.AudioParam" | |
}, | |
"/files/en-us/web/api/audioparam/linearramptovalueattime/index.md": { | |
"title": "AudioParam.linearRampToValueAtTime()", | |
"slug": "Web/API/AudioParam/linearRampToValueAtTime", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioParam", | |
"Method", | |
"Reference", | |
"Web Audio API", | |
"linearRampToValueAtTime" | |
], | |
"browser-compat": "api.AudioParam.linearRampToValueAtTime" | |
}, | |
"/files/en-us/web/api/audioparam/maxvalue/index.md": { | |
"title": "AudioParam.maxValue", | |
"slug": "Web/API/AudioParam/maxValue", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioParam", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"maxValue" | |
], | |
"browser-compat": "api.AudioParam.maxValue" | |
}, | |
"/files/en-us/web/api/audioparam/minvalue/index.md": { | |
"title": "AudioParam.minValue", | |
"slug": "Web/API/AudioParam/minValue", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioParam", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"minValue" | |
], | |
"browser-compat": "api.AudioParam.minValue" | |
}, | |
"/files/en-us/web/api/audioparam/settargetattime/index.md": { | |
"title": "AudioParam.setTargetAtTime()", | |
"slug": "Web/API/AudioParam/setTargetAtTime", | |
"tags": [ | |
"API", | |
"AudioParam", | |
"Method", | |
"Reference", | |
"Web Audio API", | |
"setTargetAtTime" | |
], | |
"browser-compat": "api.AudioParam.setTargetAtTime" | |
}, | |
"/files/en-us/web/api/audioparam/setvalueattime/index.md": { | |
"title": "AudioParam.setValueAtTime()", | |
"slug": "Web/API/AudioParam/setValueAtTime", | |
"tags": [ | |
"API", | |
"AudioParam", | |
"Method", | |
"Reference", | |
"Web Audio API", | |
"setValueAtTime" | |
], | |
"browser-compat": "api.AudioParam.setValueAtTime" | |
}, | |
"/files/en-us/web/api/audioparam/setvaluecurveattime/index.md": { | |
"title": "AudioParam.setValueCurveAtTime()", | |
"slug": "Web/API/AudioParam/setValueCurveAtTime", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioParam", | |
"Method", | |
"Reference", | |
"Web", | |
"Web Audio", | |
"Web Audio API", | |
"setValueCurveAtTime" | |
], | |
"browser-compat": "api.AudioParam.setValueCurveAtTime" | |
}, | |
"/files/en-us/web/api/audioparam/value/index.md": { | |
"title": "AudioParam.value", | |
"slug": "Web/API/AudioParam/value", | |
"tags": [ | |
"API", | |
"AudioParam", | |
"Parameter", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"sound", | |
"value" | |
], | |
"browser-compat": "api.AudioParam.value" | |
}, | |
"/files/en-us/web/api/audioparamdescriptor/index.md": { | |
"title": "AudioParamDescriptor", | |
"slug": "Web/API/AudioParamDescriptor", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioParamDescriptor", | |
"AudioWorkletProcessor", | |
"Dictionary", | |
"Reference", | |
"Web Audio API", | |
"parameterDescriptors" | |
], | |
"browser-compat": "api.AudioParamDescriptor" | |
}, | |
"/files/en-us/web/api/audioparammap/index.md": { | |
"title": "AudioParamMap", | |
"slug": "Web/API/AudioParamMap", | |
"tags": ["Draft", "Experimental"], | |
"browser-compat": "api.AudioParamMap" | |
}, | |
"/files/en-us/web/api/audioprocessingevent/index.md": { | |
"title": "AudioProcessingEvent", | |
"slug": "Web/API/AudioProcessingEvent", | |
"tags": [ | |
"API", | |
"Deprecated", | |
"Interface", | |
"Internationalization", | |
"Reference", | |
"Web Audio API" | |
], | |
"browser-compat": "api.AudioProcessingEvent" | |
}, | |
"/files/en-us/web/api/audioscheduledsourcenode/ended_event/index.md": { | |
"title": "AudioScheduledSourceNode: ended event", | |
"slug": "Web/API/AudioScheduledSourceNode/ended_event", | |
"tags": [ | |
"Audio", | |
"Event", | |
"HTML DOM", | |
"HTMLMediaElement", | |
"Media", | |
"Media Streams API", | |
"Reference", | |
"Video", | |
"Web Audio API", | |
"ended" | |
], | |
"browser-compat": "api.AudioScheduledSourceNode.ended_event" | |
}, | |
"/files/en-us/web/api/audioscheduledsourcenode/index.md": { | |
"title": "AudioScheduledSourceNode", | |
"slug": "Web/API/AudioScheduledSourceNode", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioScheduledSourceNode", | |
"Interface", | |
"Media", | |
"Reference", | |
"Web Audio API", | |
"sound" | |
], | |
"browser-compat": "api.AudioScheduledSourceNode" | |
}, | |
"/files/en-us/web/api/audioscheduledsourcenode/onended/index.md": { | |
"title": "AudioScheduledSourceNode.onended", | |
"slug": "Web/API/AudioScheduledSourceNode/onended", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioBufferSourceNode", | |
"AudioScheduledSourceNode", | |
"ConstantSourceNode", | |
"Event Handler", | |
"Media", | |
"OscillatorNode", | |
"Property", | |
"Web Audio API", | |
"onended" | |
], | |
"browser-compat": "api.AudioScheduledSourceNode.onended" | |
}, | |
"/files/en-us/web/api/audioscheduledsourcenode/start/index.md": { | |
"title": "AudioScheduledSourceNode.start()", | |
"slug": "Web/API/AudioScheduledSourceNode/start", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioScheduledSourceNode", | |
"Media", | |
"Method", | |
"NeedsExample", | |
"Node", | |
"Reference", | |
"Web Audio API", | |
"play", | |
"sound", | |
"start" | |
], | |
"browser-compat": "api.AudioScheduledSourceNode.start" | |
}, | |
"/files/en-us/web/api/audioscheduledsourcenode/stop/index.md": { | |
"title": "AudioScheduledSourceNode.stop()", | |
"slug": "Web/API/AudioScheduledSourceNode/stop", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioScheduledSourceNode", | |
"Media", | |
"Method", | |
"Reference", | |
"Web Audio API", | |
"sound", | |
"stop" | |
], | |
"browser-compat": "api.AudioScheduledSourceNode.stop" | |
}, | |
"/files/en-us/web/api/audiotrack/enabled/index.md": { | |
"title": "AudioTrack.enabled", | |
"slug": "Web/API/AudioTrack/enabled", | |
"tags": [ | |
"Audio", | |
"AudioTrack", | |
"HTML DOM", | |
"Media", | |
"Media Controls", | |
"Media Track", | |
"Property", | |
"Reference", | |
"Video", | |
"enabled", | |
"mute", | |
"track" | |
], | |
"browser-compat": "api.AudioTrack.enabled" | |
}, | |
"/files/en-us/web/api/audiotrack/id/index.md": { | |
"title": "AudioTrack.id", | |
"slug": "Web/API/AudioTrack/id", | |
"tags": [ | |
"API", | |
"Audio", | |
"Audio Track", | |
"AudioTrack", | |
"HTML DOM", | |
"Interface", | |
"Media", | |
"Property", | |
"Read-only", | |
"Reference", | |
"id", | |
"track" | |
], | |
"browser-compat": "api.AudioTrack.id" | |
}, | |
"/files/en-us/web/api/audiotrack/index.md": { | |
"title": "AudioTrack", | |
"slug": "Web/API/AudioTrack", | |
"tags": [ | |
"Audio", | |
"AudioTrack", | |
"HTML", | |
"HTML DOM", | |
"Interface", | |
"Media", | |
"Reference", | |
"track" | |
], | |
"browser-compat": "api.AudioTrack" | |
}, | |
"/files/en-us/web/api/audiotrack/kind/index.md": { | |
"title": "AudioTrack.kind", | |
"slug": "Web/API/AudioTrack/kind", | |
"tags": [ | |
"API", | |
"Audio", | |
"Audio Track", | |
"AudioTrack", | |
"HTML DOM", | |
"Media", | |
"Property", | |
"Read-only", | |
"Reference", | |
"id", | |
"track" | |
], | |
"browser-compat": "api.AudioTrack.kind" | |
}, | |
"/files/en-us/web/api/audiotrack/label/index.md": { | |
"title": "AudioTrack.label", | |
"slug": "Web/API/AudioTrack/label", | |
"tags": [ | |
"API", | |
"Audio", | |
"Audio Track", | |
"AudioTrack", | |
"HTML DOM", | |
"Media", | |
"Property", | |
"Read-only", | |
"Reference", | |
"label", | |
"metadata", | |
"track" | |
], | |
"browser-compat": "api.AudioTrack.label" | |
}, | |
"/files/en-us/web/api/audiotrack/language/index.md": { | |
"title": "AudioTrack.language", | |
"slug": "Web/API/AudioTrack/language", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioTrack", | |
"HTML DOM", | |
"Language", | |
"Localization", | |
"Media", | |
"Property", | |
"Read-only", | |
"Reference", | |
"Translated", | |
"Translation", | |
"track" | |
], | |
"browser-compat": "api.AudioTrack.language" | |
}, | |
"/files/en-us/web/api/audiotrack/sourcebuffer/index.md": { | |
"title": "AudioTrack.sourceBuffer", | |
"slug": "Web/API/AudioTrack/sourceBuffer", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioTrack", | |
"HTML DOM", | |
"MSE", | |
"Media", | |
"Media Source Extensions", | |
"Property", | |
"Read-only", | |
"Reference", | |
"SourceBuffer", | |
"track" | |
], | |
"browser-compat": "api.AudioTrack.sourceBuffer" | |
}, | |
"/files/en-us/web/api/audiotracklist/addtrack_event/index.md": { | |
"title": "AudioTrackList: addtrack event", | |
"slug": "Web/API/AudioTrackList/addtrack_event", | |
"tags": ["Event"], | |
"browser-compat": "api.AudioTrackList.addtrack_event" | |
}, | |
"/files/en-us/web/api/audiotracklist/change_event/index.md": { | |
"title": "AudioTrackList: change event", | |
"slug": "Web/API/AudioTrackList/change_event", | |
"tags": ["API", "AudioTrackList", "Change", "Event", "HTML API"], | |
"browser-compat": "api.AudioTrackList.change_event" | |
}, | |
"/files/en-us/web/api/audiotracklist/gettrackbyid/index.md": { | |
"title": "AudioTrackList.getTrackById()", | |
"slug": "Web/API/AudioTrackList/getTrackById", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioTrackList", | |
"HTML DOM", | |
"Media", | |
"Method", | |
"Reference", | |
"Track ID", | |
"Track List", | |
"Tracks", | |
"getTrackById", | |
"id", | |
"track" | |
], | |
"browser-compat": "api.AudioTrackList.getTrackById" | |
}, | |
"/files/en-us/web/api/audiotracklist/index.md": { | |
"title": "AudioTrackList", | |
"slug": "Web/API/AudioTrackList", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioTrackList", | |
"HTML DOM", | |
"Interface", | |
"Media", | |
"Reference", | |
"Track List", | |
"Tracks", | |
"list" | |
], | |
"browser-compat": "api.AudioTrackList" | |
}, | |
"/files/en-us/web/api/audiotracklist/length/index.md": { | |
"title": "AudioTrackList.length", | |
"slug": "Web/API/AudioTrackList/length", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioTrackList", | |
"HTML DOM", | |
"Media", | |
"Property", | |
"Read-only", | |
"Reference", | |
"length", | |
"list", | |
"track" | |
], | |
"browser-compat": "api.AudioTrackList.length" | |
}, | |
"/files/en-us/web/api/audiotracklist/onaddtrack/index.md": { | |
"title": "AudioTrackList.onaddtrack", | |
"slug": "Web/API/AudioTrackList/onaddtrack", | |
"tags": [ | |
"API", | |
"Adding Audio Tracks", | |
"Adding Tracks", | |
"Audio", | |
"AudioTrackList", | |
"Event Handler", | |
"HTML DOM", | |
"Media", | |
"Property", | |
"Reference", | |
"addTrack", | |
"onaddtrack", | |
"track" | |
], | |
"browser-compat": "api.AudioTrackList.onaddtrack" | |
}, | |
"/files/en-us/web/api/audiotracklist/onchange/index.md": { | |
"title": "AudioTrackList.onchange", | |
"slug": "Web/API/AudioTrackList/onchange", | |
"tags": [ | |
"API", | |
"Adding Audio Tracks", | |
"Adding Tracks", | |
"Audio", | |
"AudioTrackList", | |
"Event Handler", | |
"HTML DOM", | |
"Media", | |
"Property", | |
"Reference", | |
"addTrack", | |
"onchange", | |
"track" | |
], | |
"browser-compat": "api.AudioTrackList.onchange" | |
}, | |
"/files/en-us/web/api/audiotracklist/onremovetrack/index.md": { | |
"title": "AudioTrackList.onremovetrack", | |
"slug": "Web/API/AudioTrackList/onremovetrack", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioTrackList", | |
"Event Handler", | |
"HTML DOM", | |
"Media", | |
"Property", | |
"Reference", | |
"Removing Audio Tracks", | |
"Removing Tracks", | |
"onremovetrack", | |
"remove", | |
"removeTrack", | |
"track" | |
], | |
"browser-compat": "api.AudioTrackList.onremovetrack" | |
}, | |
"/files/en-us/web/api/audiotracklist/removetrack_event/index.md": { | |
"title": "AudioTrackList: removetrack event", | |
"slug": "Web/API/AudioTrackList/removetrack_event", | |
"tags": ["Event"], | |
"browser-compat": "api.AudioTrackList.removetrack_event" | |
}, | |
"/files/en-us/web/api/audioworklet/index.md": { | |
"title": "AudioWorklet", | |
"slug": "Web/API/AudioWorklet", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioWorklet", | |
"Background", | |
"Custom", | |
"Interface", | |
"Low-latency", | |
"Reference", | |
"Web Audio API", | |
"Worklet", | |
"Zero-latency", | |
"latency", | |
"sound" | |
], | |
"browser-compat": "api.AudioWorklet" | |
}, | |
"/files/en-us/web/api/audioworkletglobalscope/index.md": { | |
"title": "AudioWorkletGlobalScope", | |
"slug": "Web/API/AudioWorkletGlobalScope", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioWorklet", | |
"AudioWorkletGlobalScope", | |
"Background", | |
"Interface", | |
"Reference", | |
"Web Audio API", | |
"Worklet", | |
"global", | |
"scope", | |
"sound" | |
], | |
"browser-compat": "api.AudioWorkletGlobalScope" | |
}, | |
"/files/en-us/web/api/audioworkletglobalscope/registerprocessor/index.md": { | |
"title": "AudioWorkletGlobalScope.registerProcessor", | |
"slug": "Web/API/AudioWorkletGlobalScope/registerProcessor", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioWorkletGlobalScope", | |
"AudioWorkletProcessor", | |
"Method", | |
"Reference", | |
"Web Audio API" | |
], | |
"browser-compat": "api.AudioWorkletGlobalScope.registerProcessor" | |
}, | |
"/files/en-us/web/api/audioworkletnode/audioworkletnode/index.md": { | |
"title": "AudioWorkletNode()", | |
"slug": "Web/API/AudioWorkletNode/AudioWorkletNode", | |
"tags": [ | |
"API", | |
"AudioWorkletNode", | |
"Constructor", | |
"Reference", | |
"Web Audio API" | |
], | |
"browser-compat": "api.AudioWorkletNode.AudioWorkletNode" | |
}, | |
"/files/en-us/web/api/audioworkletnode/index.md": { | |
"title": "AudioWorkletNode", | |
"slug": "Web/API/AudioWorkletNode", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioWorkletNode", | |
"Experimental", | |
"Interface", | |
"Reference", | |
"Web Audio API" | |
], | |
"browser-compat": "api.AudioWorkletNode" | |
}, | |
"/files/en-us/web/api/audioworkletnode/onprocessorerror/index.md": { | |
"title": "AudioWorkletNode.onprocessorerror", | |
"slug": "Web/API/AudioWorkletNode/onprocessorerror", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioWorkletNode", | |
"AudioWorkletProcessor", | |
"Event Handler", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"onprocessorerror" | |
], | |
"browser-compat": "api.AudioWorkletNode.onprocessorerror" | |
}, | |
"/files/en-us/web/api/audioworkletnode/parameters/index.md": { | |
"title": "AudioWorkletNode.parameters", | |
"slug": "Web/API/AudioWorkletNode/parameters", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioParam", | |
"AudioWorkletNode", | |
"Property", | |
"Reference", | |
"Web Audio API" | |
], | |
"browser-compat": "api.AudioWorkletNode.parameters" | |
}, | |
"/files/en-us/web/api/audioworkletnode/port/index.md": { | |
"title": "AudioWorkletNode.port", | |
"slug": "Web/API/AudioWorkletNode/port", | |
"tags": [ | |
"API", | |
"AudioWorkletNode", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"port" | |
], | |
"browser-compat": "api.AudioWorkletNode.port" | |
}, | |
"/files/en-us/web/api/audioworkletprocessor/audioworkletprocessor/index.md": { | |
"title": "AudioWorkletProcessor()", | |
"slug": "Web/API/AudioWorkletProcessor/AudioWorkletProcessor", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioWorkletNode", | |
"AudioWorkletProcessor", | |
"Constructor", | |
"Reference", | |
"Web Audio API" | |
], | |
"browser-compat": "api.AudioWorkletProcessor.AudioWorkletProcessor" | |
}, | |
"/files/en-us/web/api/audioworkletprocessor/index.md": { | |
"title": "AudioWorkletProcessor", | |
"slug": "Web/API/AudioWorkletProcessor", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioWorklet", | |
"AudioWorkletProcessor", | |
"Interface", | |
"Reference", | |
"Web Audio API", | |
"sound" | |
], | |
"browser-compat": "api.AudioWorkletProcessor" | |
}, | |
"/files/en-us/web/api/audioworkletprocessor/parameterdescriptors/index.md": { | |
"title": "AudioWorkletProcessor.parameterDescriptors (static getter)", | |
"slug": "Web/API/AudioWorkletProcessor/parameterDescriptors", | |
"tags": [ | |
"API", | |
"AudioWorkletProcessor", | |
"Experimental", | |
"Property", | |
"Reference", | |
"parameterDescriptors" | |
], | |
"browser-compat": "api.AudioWorkletProcessor.parameterDescriptors" | |
}, | |
"/files/en-us/web/api/audioworkletprocessor/port/index.md": { | |
"title": "AudioWorkletProcessor.port", | |
"slug": "Web/API/AudioWorkletProcessor/port", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioWorkletProcessor", | |
"Experimental", | |
"Property", | |
"Reference", | |
"Web Audio API" | |
], | |
"browser-compat": "api.AudioWorkletProcessor.port" | |
}, | |
"/files/en-us/web/api/audioworkletprocessor/process/index.md": { | |
"title": "AudioWorkletProcessor.process", | |
"slug": "Web/API/AudioWorkletProcessor/process", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioWorkletNode", | |
"AudioWorkletProcessor", | |
"Experimental", | |
"Method", | |
"Process", | |
"Reference", | |
"Web Audio API" | |
], | |
"browser-compat": "api.AudioWorkletProcessor.process" | |
}, | |
"/files/en-us/web/api/authenticatorassertionresponse/authenticatordata/index.md": { | |
"title": "AuthenticatorAssertionResponse.authenticatorData", | |
"slug": "Web/API/AuthenticatorAssertionResponse/authenticatorData", | |
"tags": [ | |
"API", | |
"AuthenticatorAssertionResponse", | |
"Property", | |
"Reference", | |
"Web Authentication API", | |
"WebAuthn" | |
], | |
"browser-compat": "api.AuthenticatorAssertionResponse.authenticatorData" | |
}, | |
"/files/en-us/web/api/authenticatorassertionresponse/index.md": { | |
"title": "AuthenticatorAssertionResponse", | |
"slug": "Web/API/AuthenticatorAssertionResponse", | |
"tags": [ | |
"API", | |
"Authentication", | |
"AuthenticatorAssertionResponse", | |
"Interface", | |
"Reference", | |
"Web Authentication API", | |
"WebAuthn" | |
], | |
"browser-compat": "api.AuthenticatorAssertionResponse" | |
}, | |
"/files/en-us/web/api/authenticatorassertionresponse/signature/index.md": { | |
"title": "AuthenticatorAssertionResponse.signature", | |
"slug": "Web/API/AuthenticatorAssertionResponse/signature", | |
"tags": [ | |
"API", | |
"AuthenticatorAssertionResponse", | |
"Property", | |
"Reference", | |
"Web Authentication API", | |
"WebAuthn" | |
], | |
"browser-compat": "api.AuthenticatorAssertionResponse.signature" | |
}, | |
"/files/en-us/web/api/authenticatorassertionresponse/userhandle/index.md": { | |
"title": "AuthenticatorAssertionResponse.userHandle", | |
"slug": "Web/API/AuthenticatorAssertionResponse/userHandle", | |
"tags": [ | |
"API", | |
"AuthenticatorAssertionResponse", | |
"Property", | |
"Reference", | |
"Web Authentication API", | |
"WebAuthn" | |
], | |
"browser-compat": "api.AuthenticatorAssertionResponse.userHandle" | |
}, | |
"/files/en-us/web/api/authenticatorattestationresponse/attestationobject/index.md": { | |
"title": "AuthenticatorAttestationResponse.attestationObject", | |
"slug": "Web/API/AuthenticatorAttestationResponse/attestationObject", | |
"tags": [ | |
"API", | |
"AuthenticatorAttestationResponse", | |
"Property", | |
"Reference", | |
"Web Authentication API", | |
"WebAuthn" | |
], | |
"browser-compat": "api.AuthenticatorAttestationResponse.attestationObject" | |
}, | |
"/files/en-us/web/api/authenticatorattestationresponse/gettransports/index.md": { | |
"title": "AuthenticatorAttestationResponse.getTransports()", | |
"slug": "Web/API/AuthenticatorAttestationResponse/getTransports", | |
"tags": [ | |
"API", | |
"AuthenticatorAttestationResponse", | |
"Method", | |
"Reference", | |
"Web Authentication API", | |
"WebAuthn" | |
], | |
"browser-compat": "api.AuthenticatorAttestationResponse.getTransports" | |
}, | |
"/files/en-us/web/api/authenticatorattestationresponse/index.md": { | |
"title": "AuthenticatorAttestationResponse", | |
"slug": "Web/API/AuthenticatorAttestationResponse", | |
"tags": [ | |
"API", | |
"Authentication", | |
"AuthenticatorAttestationResponse", | |
"Interface", | |
"Reference", | |
"Web Authentication API", | |
"WebAuthn" | |
], | |
"browser-compat": "api.AuthenticatorAttestationResponse" | |
}, | |
"/files/en-us/web/api/authenticatorresponse/clientdatajson/index.md": { | |
"title": "AuthenticatorResponse.clientDataJSON", | |
"slug": "Web/API/AuthenticatorResponse/clientDataJSON", | |
"tags": [ | |
"API", | |
"AuthenticatorResponse", | |
"Property", | |
"Reference", | |
"Web Authentication API", | |
"WebAuthn" | |
], | |
"browser-compat": "api.AuthenticatorResponse.clientDataJSON" | |
}, | |
"/files/en-us/web/api/authenticatorresponse/index.md": { | |
"title": "AuthenticatorResponse", | |
"slug": "Web/API/AuthenticatorResponse", | |
"tags": [ | |
"API", | |
"Authentication", | |
"AuthenticatorResponse", | |
"Interface", | |
"Reference", | |
"Web Authentication API", | |
"WebAuthn" | |
], | |
"browser-compat": "api.AuthenticatorResponse" | |
}, | |
"/files/en-us/web/api/background_fetch_api/index.md": { | |
"title": "Background Fetch API", | |
"slug": "Web/API/Background_Fetch_API", | |
"tags": ["API", "Overview", "Reference", "Background Fetch API"] | |
}, | |
"/files/en-us/web/api/background_synchronization_api/index.md": { | |
"title": "Background Synchronization API", | |
"slug": "Web/API/Background_Synchronization_API", | |
"tags": [ | |
"API", | |
"Background", | |
"Landing", | |
"Offline", | |
"Overview", | |
"PWA", | |
"Service Workers", | |
"Sync", | |
"Web Background Synchronization API" | |
] | |
}, | |
"/files/en-us/web/api/background_tasks_api/index.md": { | |
"title": "Background Tasks API", | |
"slug": "Web/API/Background_Tasks_API", | |
"tags": [ | |
"API", | |
"Background Tasks API", | |
"Guide", | |
"IdleDeadline", | |
"Overview", | |
"cancelIdleCallback", | |
"requestIdleCallback" | |
] | |
}, | |
"/files/en-us/web/api/backgroundfetchevent/backgroundfetchevent/index.md": { | |
"title": "BackgroundFetchEvent()", | |
"slug": "Web/API/BackgroundFetchEvent/BackgroundFetchEvent", | |
"tags": ["API", "Constructor", "Reference", "BackgroundFetchEvent"], | |
"browser-compat": "api.BackgroundFetchEvent.BackgroundFetchEvent" | |
}, | |
"/files/en-us/web/api/backgroundfetchevent/index.md": { | |
"title": "BackgroundFetchEvent", | |
"slug": "Web/API/BackgroundFetchEvent", | |
"tags": ["API", "Interface", "Reference", "BackgroundFetchEvent"], | |
"browser-compat": "api.BackgroundFetchEvent" | |
}, | |
"/files/en-us/web/api/backgroundfetchevent/registration/index.md": { | |
"title": "BackgroundFetchEvent.registration", | |
"slug": "Web/API/BackgroundFetchEvent/registration", | |
"tags": [ | |
"API", | |
"Property", | |
"Reference", | |
"registration", | |
"BackgroundFetchEvent" | |
], | |
"browser-compat": "api.BackgroundFetchEvent.registration" | |
}, | |
"/files/en-us/web/api/backgroundfetchmanager/fetch/index.md": { | |
"title": "BackgroundFetchManager.fetch()", | |
"slug": "Web/API/BackgroundFetchManager/fetch", | |
"tags": [ | |
"API", | |
"Method", | |
"Reference", | |
"fetch", | |
"BackgroundFetchManager", | |
"Experimental", | |
"Service Workers", | |
"Fetch" | |
], | |
"browser-compat": "api.BackgroundFetchManager.fetch" | |
}, | |
"/files/en-us/web/api/backgroundfetchmanager/get/index.md": { | |
"title": "BackgroundFetchManager.get()", | |
"slug": "Web/API/BackgroundFetchManager/get", | |
"tags": [ | |
"API", | |
"Method", | |
"Reference", | |
"get", | |
"BackgroundFetchManager", | |
"Experimental", | |
"Service Workers", | |
"Fetch" | |
], | |
"browser-compat": "api.BackgroundFetchManager.get" | |
}, | |
"/files/en-us/web/api/backgroundfetchmanager/getids/index.md": { | |
"title": "BackgroundFetchManager.getIds()", | |
"slug": "Web/API/BackgroundFetchManager/getIds", | |
"tags": [ | |
"API", | |
"Method", | |
"Reference", | |
"getIds", | |
"BackgroundFetchManager", | |
"Experimental", | |
"Service Workers", | |
"Fetch" | |
], | |
"browser-compat": "api.BackgroundFetchManager.getIds" | |
}, | |
"/files/en-us/web/api/backgroundfetchmanager/index.md": { | |
"title": "BackgroundFetchManager", | |
"slug": "Web/API/BackgroundFetchManager", | |
"tags": [ | |
"API", | |
"Interface", | |
"Reference", | |
"BackgroundFetchManager", | |
"Experimental", | |
"Service Workers", | |
"Fetch" | |
], | |
"browser-compat": "api.BackgroundFetchManager" | |
}, | |
"/files/en-us/web/api/backgroundfetchrecord/index.md": { | |
"title": "BackgroundFetchRecord", | |
"slug": "Web/API/BackgroundFetchRecord", | |
"tags": ["API", "Interface", "Reference", "BackgroundFetchRecord"], | |
"browser-compat": "api.BackgroundFetchRecord" | |
}, | |
"/files/en-us/web/api/backgroundfetchrecord/request/index.md": { | |
"title": "BackgroundFetchRecord.request", | |
"slug": "Web/API/BackgroundFetchRecord/request", | |
"tags": [ | |
"API", | |
"Property", | |
"Reference", | |
"request", | |
"BackgroundFetchRecord" | |
], | |
"browser-compat": "api.BackgroundFetchRecord.request" | |
}, | |
"/files/en-us/web/api/backgroundfetchrecord/responseready/index.md": { | |
"title": "BackgroundFetchRecord.responseReady", | |
"slug": "Web/API/BackgroundFetchRecord/responseReady", | |
"tags": [ | |
"API", | |
"Property", | |
"Reference", | |
"responseReady", | |
"BackgroundFetchRecord" | |
], | |
"browser-compat": "api.BackgroundFetchRecord.responseReady" | |
}, | |
"/files/en-us/web/api/backgroundfetchregistration/abort/index.md": { | |
"title": "BackgroundFetchRegistration.abort()", | |
"slug": "Web/API/BackgroundFetchRegistration/abort", | |
"tags": [ | |
"API", | |
"Method", | |
"Reference", | |
"abort", | |
"BackgroundFetchRegistration" | |
], | |
"browser-compat": "api.BackgroundFetchRegistration.abort" | |
}, | |
"/files/en-us/web/api/backgroundfetchregistration/downloaded/index.md": { | |
"title": "BackgroundFetchRegistration.downloaded", | |
"slug": "Web/API/BackgroundFetchRegistration/downloaded", | |
"tags": [ | |
"API", | |
"Property", | |
"Reference", | |
"downloaded", | |
"BackgroundFetchRegistration" | |
], | |
"browser-compat": "api.BackgroundFetchRegistration.downloaded" | |
}, | |
"/files/en-us/web/api/backgroundfetchregistration/downloadtotal/index.md": { | |
"title": "BackgroundFetchRegistration.downloadTotal", | |
"slug": "Web/API/BackgroundFetchRegistration/downloadTotal", | |
"tags": [ | |
"API", | |
"Property", | |
"Reference", | |
"downloadTotal", | |
"BackgroundFetchRegistration" | |
], | |
"browser-compat": "api.BackgroundFetchRegistration.downloadTotal" | |
}, | |
"/files/en-us/web/api/backgroundfetchregistration/failurereason/index.md": { | |
"title": "BackgroundFetchRegistration.failureReason", | |
"slug": "Web/API/BackgroundFetchRegistration/failureReason", | |
"tags": [ | |
"API", | |
"Property", | |
"Reference", | |
"failureReason", | |
"BackgroundFetchRegistration" | |
], | |
"browser-compat": "api.BackgroundFetchRegistration.failureReason" | |
}, | |
"/files/en-us/web/api/backgroundfetchregistration/id/index.md": { | |
"title": "BackgroundFetchRegistration.id", | |
"slug": "Web/API/BackgroundFetchRegistration/id", | |
"tags": [ | |
"API", | |
"Property", | |
"Reference", | |
"id", | |
"BackgroundFetchRegistration" | |
], | |
"browser-compat": "api.BackgroundFetchRegistration.id" | |
}, | |
"/files/en-us/web/api/backgroundfetchregistration/index.md": { | |
"title": "BackgroundFetchRegistration", | |
"slug": "Web/API/BackgroundFetchRegistration", | |
"tags": ["API", "Interface", "Reference", "BackgroundFetchRegistration"], | |
"browser-compat": "api.BackgroundFetchRegistration" | |
}, | |
"/files/en-us/web/api/backgroundfetchregistration/match/index.md": { | |
"title": "BackgroundFetchRegistration.match()", | |
"slug": "Web/API/BackgroundFetchRegistration/match", | |
"tags": [ | |
"API", | |
"Method", | |
"Reference", | |
"match", | |
"BackgroundFetchRegistration" | |
], | |
"browser-compat": "api.BackgroundFetchRegistration.match" | |
}, | |
"/files/en-us/web/api/backgroundfetchregistration/matchall/index.md": { | |
"title": "BackgroundFetchRegistration.matchAll()", | |
"slug": "Web/API/BackgroundFetchRegistration/matchAll", | |
"tags": [ | |
"API", | |
"Method", | |
"Reference", | |
"matchAll", | |
"BackgroundFetchRegistration" | |
], | |
"browser-compat": "api.BackgroundFetchRegistration.matchAll" | |
}, | |
"/files/en-us/web/api/backgroundfetchregistration/onprogress/index.md": { | |
"title": "BackgroundFetchRegistration.onprogress", | |
"slug": "Web/API/BackgroundFetchRegistration/onprogress", | |
"tags": [ | |
"API", | |
"Property", | |
"Reference", | |
"onprogress", | |
"BackgroundFetchRegistration" | |
], | |
"browser-compat": "api.BackgroundFetchRegistration.onprogress" | |
}, | |
"/files/en-us/web/api/backgroundfetchregistration/recordsavailable/index.md": { | |
"title": "BackgroundFetchRegistration.recordsAvailable", | |
"slug": "Web/API/BackgroundFetchRegistration/recordsAvailable", | |
"tags": [ | |
"API", | |
"Property", | |
"Reference", | |
"recordsAvailable", | |
"BackgroundFetchRegistration" | |
], | |
"browser-compat": "api.BackgroundFetchRegistration.recordsAvailable" | |
}, | |
"/files/en-us/web/api/backgroundfetchregistration/result/index.md": { | |
"title": "BackgroundFetchRegistration.result", | |
"slug": "Web/API/BackgroundFetchRegistration/result", | |
"tags": [ | |
"API", | |
"Property", | |
"Reference", | |
"result", | |
"BackgroundFetchRegistration" | |
], | |
"browser-compat": "api.BackgroundFetchRegistration.result" | |
}, | |
"/files/en-us/web/api/backgroundfetchregistration/uploaded/index.md": { | |
"title": "BackgroundFetchRegistration.uploaded", | |
"slug": "Web/API/BackgroundFetchRegistration/uploaded", | |
"tags": [ | |
"API", | |
"Property", | |
"Reference", | |
"uploaded", | |
"BackgroundFetchRegistration" | |
], | |
"browser-compat": "api.BackgroundFetchRegistration.uploaded" | |
}, | |
"/files/en-us/web/api/backgroundfetchregistration/uploadtotal/index.md": { | |
"title": "BackgroundFetchRegistration.uploadTotal", | |
"slug": "Web/API/BackgroundFetchRegistration/uploadTotal", | |
"tags": [ | |
"API", | |
"Property", | |
"Reference", | |
"uploadTotal", | |
"BackgroundFetchRegistration" | |
], | |
"browser-compat": "api.BackgroundFetchRegistration.uploadTotal" | |
}, | |
"/files/en-us/web/api/backgroundfetchupdateuievent/backgroundfetchupdateuievent/index.md": { | |
"title": "BackgroundFetchUpdateUIEvent()", | |
"slug": "Web/API/BackgroundFetchUpdateUIEvent/BackgroundFetchUpdateUIEvent", | |
"tags": ["API", "Constructor", "Reference", "BackgroundFetchUpdateUIEvent"], | |
"browser-compat": "api.BackgroundFetchUpdateUIEvent.BackgroundFetchUpdateUIEvent" | |
}, | |
"/files/en-us/web/api/backgroundfetchupdateuievent/index.md": { | |
"title": "BackgroundFetchUpdateUIEvent", | |
"slug": "Web/API/BackgroundFetchUpdateUIEvent", | |
"tags": ["API", "Interface", "Reference", "BackgroundFetchUpdateUIEvent"], | |
"browser-compat": "api.BackgroundFetchUpdateUIEvent" | |
}, | |
"/files/en-us/web/api/backgroundfetchupdateuievent/updateui/index.md": { | |
"title": "BackgroundFetchUpdateUIEvent.updateUI()", | |
"slug": "Web/API/BackgroundFetchUpdateUIEvent/updateUI", | |
"tags": [ | |
"API", | |
"Method", | |
"Reference", | |
"updateUI", | |
"BackgroundFetchUpdateUIEvent" | |
], | |
"browser-compat": "api.BackgroundFetchUpdateUIEvent.updateUI" | |
}, | |
"/files/en-us/web/api/badging_api/index.md": { | |
"title": "Badging API", | |
"slug": "Web/API/Badging_API", | |
"tags": ["API", "Overview", "Reference", "Badging API"] | |
}, | |
"/files/en-us/web/api/barcode_detection_api/index.md": { | |
"title": "Barcode Detection API", | |
"slug": "Web/API/Barcode_Detection_API", | |
"tags": [ | |
"API", | |
"Landing", | |
"Overview", | |
"barcode", | |
"barcode detection", | |
"shape detection" | |
] | |
}, | |
"/files/en-us/web/api/barcodedetector/barcodedetector/index.md": { | |
"title": "BarcodeDetector()", | |
"slug": "Web/API/BarcodeDetector/BarcodeDetector", | |
"tags": [ | |
"Barcode Detection API", | |
"BarcodeDetector", | |
"Constructor", | |
"barcode", | |
"barcode detection", | |
"shape detection" | |
], | |
"browser-compat": "api.BarcodeDetector.BarcodeDetector" | |
}, | |
"/files/en-us/web/api/barcodedetector/detect/index.md": { | |
"title": "BarcodeDetector.detect()", | |
"slug": "Web/API/BarcodeDetector/detect", | |
"tags": [ | |
"Barcode Detection API", | |
"BarcodeDetector", | |
"Method", | |
"barcode", | |
"shape detection" | |
], | |
"browser-compat": "api.BarcodeDetector.detect" | |
}, | |
"/files/en-us/web/api/barcodedetector/getsupportedformats/index.md": { | |
"title": "BarcodeDetector.getSupportedFormats()", | |
"slug": "Web/API/BarcodeDetector/getSupportedFormats", | |
"tags": [ | |
"Barcode Detection API", | |
"BarcodeDetector", | |
"Method", | |
"barcode", | |
"shape detection" | |
], | |
"browser-compat": "api.BarcodeDetector.getSupportedFormats" | |
}, | |
"/files/en-us/web/api/barcodedetector/index.md": { | |
"title": "BarcodeDetector", | |
"slug": "Web/API/BarcodeDetector", | |
"tags": [ | |
"Barcode Detection API", | |
"BarcodeDetector", | |
"Interface", | |
"barcode", | |
"barcode detector" | |
], | |
"browser-compat": "api.BarcodeDetector" | |
}, | |
"/files/en-us/web/api/barprop/index.md": { | |
"title": "BarProp", | |
"slug": "Web/API/BarProp", | |
"tags": ["API", "Interface", "Reference", "BarProp"], | |
"browser-compat": "api.BarProp" | |
}, | |
"/files/en-us/web/api/barprop/visible/index.md": { | |
"title": "BarProp.visible", | |
"slug": "Web/API/BarProp/visible", | |
"tags": ["API", "Property", "Reference", "visible", "BarProp"], | |
"browser-compat": "api.BarProp.visible" | |
}, | |
"/files/en-us/web/api/baseaudiocontext/audioworklet/index.md": { | |
"title": "BaseAudioContext.audioWorklet", | |
"slug": "Web/API/BaseAudioContext/audioWorklet", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioContext", | |
"AudioWorklet", | |
"BaseAudioContext", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"Worklet" | |
], | |
"browser-compat": "api.BaseAudioContext.audioWorklet" | |
}, | |
"/files/en-us/web/api/baseaudiocontext/createanalyser/index.md": { | |
"title": "BaseAudioContext.createAnalyser()", | |
"slug": "Web/API/BaseAudioContext/createAnalyser", | |
"tags": [ | |
"API", | |
"AudioContext", | |
"BaseAudioContext", | |
"Method", | |
"Reference", | |
"Web Audio API", | |
"createAnalyser" | |
], | |
"browser-compat": "api.BaseAudioContext.createAnalyser" | |
}, | |
"/files/en-us/web/api/baseaudiocontext/createbiquadfilter/index.md": { | |
"title": "BaseAudioContext.createBiquadFilter()", | |
"slug": "Web/API/BaseAudioContext/createBiquadFilter", | |
"tags": [ | |
"API", | |
"AudioContext", | |
"BaseAudioContext", | |
"Method", | |
"Reference", | |
"Web Audio API", | |
"createBiquadFilter" | |
], | |
"browser-compat": "api.BaseAudioContext.createBiquadFilter" | |
}, | |
"/files/en-us/web/api/baseaudiocontext/createbuffer/index.md": { | |
"title": "BaseAudioContext.createBuffer()", | |
"slug": "Web/API/BaseAudioContext/createBuffer", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioContext", | |
"BaseAudioContext", | |
"Buffer", | |
"Media", | |
"Method", | |
"Reference", | |
"Web Audio", | |
"Web Audio API", | |
"createBuffer" | |
], | |
"browser-compat": "api.BaseAudioContext.createBuffer" | |
}, | |
"/files/en-us/web/api/baseaudiocontext/createbuffersource/index.md": { | |
"title": "BaseAudioContext.createBufferSource()", | |
"slug": "Web/API/BaseAudioContext/createBufferSource", | |
"tags": [ | |
"API", | |
"AudioContext", | |
"BaseAudioContext", | |
"Method", | |
"Reference", | |
"Web Audio API", | |
"createBufferSource" | |
], | |
"browser-compat": "api.BaseAudioContext.createBufferSource" | |
}, | |
"/files/en-us/web/api/baseaudiocontext/createchannelmerger/index.md": { | |
"title": "BaseAudioContext.createChannelMerger()", | |
"slug": "Web/API/BaseAudioContext/createChannelMerger", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioContext", | |
"BaseAudioContext", | |
"Method", | |
"Reference", | |
"Web Audio API", | |
"createChannelMerger" | |
], | |
"browser-compat": "api.BaseAudioContext.createChannelMerger" | |
}, | |
"/files/en-us/web/api/baseaudiocontext/createchannelsplitter/index.md": { | |
"title": "BaseAudioContext.createChannelSplitter()", | |
"slug": "Web/API/BaseAudioContext/createChannelSplitter", | |
"tags": [ | |
"API", | |
"AudioContext", | |
"BaseAudioContext", | |
"Method", | |
"Reference", | |
"Web Audio API", | |
"createChannelSplitter" | |
], | |
"browser-compat": "api.BaseAudioContext.createChannelSplitter" | |
}, | |
"/files/en-us/web/api/baseaudiocontext/createconstantsource/index.md": { | |
"title": "BaseAudioContext.createConstantSource()", | |
"slug": "Web/API/BaseAudioContext/createConstantSource", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioContext", | |
"BaseAudioContext", | |
"ConstantSourceNode", | |
"Media", | |
"Method", | |
"createConstantSource" | |
], | |
"browser-compat": "api.BaseAudioContext.createConstantSource" | |
}, | |
"/files/en-us/web/api/baseaudiocontext/createconvolver/index.md": { | |
"title": "BaseAudioContext.createConvolver()", | |
"slug": "Web/API/BaseAudioContext/createConvolver", | |
"tags": [ | |
"API", | |
"AudioContext", | |
"BaseAudioContext", | |
"Method", | |
"Reference", | |
"Web Audio API", | |
"createConvolver" | |
], | |
"browser-compat": "api.BaseAudioContext.createConvolver" | |
}, | |
"/files/en-us/web/api/baseaudiocontext/createdelay/index.md": { | |
"title": "BaseAudioContext.createDelay()", | |
"slug": "Web/API/BaseAudioContext/createDelay", | |
"tags": [ | |
"API", | |
"AudioContext", | |
"BaseAudioContext", | |
"Method", | |
"Reference", | |
"Web Audio API", | |
"createDelay" | |
], | |
"browser-compat": "api.BaseAudioContext.createDelay" | |
}, | |
"/files/en-us/web/api/baseaudiocontext/createdynamicscompressor/index.md": { | |
"title": "BaseAudioContext.createDynamicsCompressor()", | |
"slug": "Web/API/BaseAudioContext/createDynamicsCompressor", | |
"tags": [ | |
"API", | |
"AudioContext", | |
"BaseAudioContext", | |
"Method", | |
"Reference", | |
"Web Audio API", | |
"createDynamicsCompressor" | |
], | |
"browser-compat": "api.BaseAudioContext.createDynamicsCompressor" | |
}, | |
"/files/en-us/web/api/baseaudiocontext/creategain/index.md": { | |
"title": "BaseAudioContext.createGain()", | |
"slug": "Web/API/BaseAudioContext/createGain", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioContext", | |
"BaseAudioContext", | |
"Method", | |
"Reference", | |
"Volume Control", | |
"Web Audio API", | |
"createGain", | |
"sound" | |
], | |
"browser-compat": "api.BaseAudioContext.createGain" | |
}, | |
"/files/en-us/web/api/baseaudiocontext/createiirfilter/index.md": { | |
"title": "BaseAudioContext.createIIRFilter()", | |
"slug": "Web/API/BaseAudioContext/createIIRFilter", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioContext", | |
"BaseAudioContext", | |
"CreateIIRFilter", | |
"Method", | |
"Reference", | |
"Web Audio API", | |
"filter" | |
], | |
"browser-compat": "api.BaseAudioContext.createIIRFilter" | |
}, | |
"/files/en-us/web/api/baseaudiocontext/createoscillator/index.md": { | |
"title": "BaseAudioContext.createOscillator()", | |
"slug": "Web/API/BaseAudioContext/createOscillator", | |
"tags": [ | |
"API", | |
"AudioContext", | |
"BaseAudioContext", | |
"Method", | |
"Reference", | |
"Web Audio API", | |
"createOscillator" | |
], | |
"browser-compat": "api.BaseAudioContext.createOscillator" | |
}, | |
"/files/en-us/web/api/baseaudiocontext/createpanner/index.md": { | |
"title": "BaseAudioContext.createPanner()", | |
"slug": "Web/API/BaseAudioContext/createPanner", | |
"tags": [ | |
"API", | |
"AudioContext", | |
"BaseAudioContext", | |
"Method", | |
"Reference", | |
"Web Audio API", | |
"createPanner" | |
], | |
"browser-compat": "api.BaseAudioContext.createPanner" | |
}, | |
"/files/en-us/web/api/baseaudiocontext/createperiodicwave/index.md": { | |
"title": "BaseAudioContext.createPeriodicWave()", | |
"slug": "Web/API/BaseAudioContext/createPeriodicWave", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioContext", | |
"BaseAudioContext", | |
"Media", | |
"Method", | |
"Reference", | |
"Web Audio API", | |
"createPeriodicWave" | |
], | |
"browser-compat": "api.BaseAudioContext.createPeriodicWave" | |
}, | |
"/files/en-us/web/api/baseaudiocontext/createscriptprocessor/index.md": { | |
"title": "BaseAudioContext.createScriptProcessor()", | |
"slug": "Web/API/BaseAudioContext/createScriptProcessor", | |
"tags": [ | |
"API", | |
"AudioContext", | |
"BaseAudioContext", | |
"Method", | |
"Reference", | |
"Web Audio API", | |
"createScriptProcessor" | |
], | |
"browser-compat": "api.BaseAudioContext.createScriptProcessor" | |
}, | |
"/files/en-us/web/api/baseaudiocontext/createstereopanner/index.md": { | |
"title": "BaseAudioContext.createStereoPanner()", | |
"slug": "Web/API/BaseAudioContext/createStereoPanner", | |
"tags": [ | |
"API", | |
"AudioContext", | |
"BaseAudioContext", | |
"Media", | |
"Method", | |
"Reference", | |
"Web Audio API", | |
"createStereoPanner" | |
], | |
"browser-compat": "api.BaseAudioContext.createStereoPanner" | |
}, | |
"/files/en-us/web/api/baseaudiocontext/createwaveshaper/index.md": { | |
"title": "BaseAudioContext.createWaveShaper()", | |
"slug": "Web/API/BaseAudioContext/createWaveShaper", | |
"tags": [ | |
"API", | |
"AudioContext", | |
"BaseAudioContext", | |
"Method", | |
"Reference", | |
"Web Audio API", | |
"createWaveShaper" | |
], | |
"browser-compat": "api.BaseAudioContext.createWaveShaper" | |
}, | |
"/files/en-us/web/api/baseaudiocontext/currenttime/index.md": { | |
"title": "BaseAudioContext.currentTime", | |
"slug": "Web/API/BaseAudioContext/currentTime", | |
"tags": [ | |
"API", | |
"AudioContext", | |
"BaseAudioContext", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"currentTime" | |
], | |
"browser-compat": "api.BaseAudioContext.currentTime" | |
}, | |
"/files/en-us/web/api/baseaudiocontext/decodeaudiodata/index.md": { | |
"title": "BaseAudioContext.decodeAudioData()", | |
"slug": "Web/API/BaseAudioContext/decodeAudioData", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioContext", | |
"BaseAudioContext", | |
"Method", | |
"Reference", | |
"Web Audio API", | |
"decodeAudioData" | |
], | |
"browser-compat": "api.BaseAudioContext.decodeAudioData" | |
}, | |
"/files/en-us/web/api/baseaudiocontext/destination/index.md": { | |
"title": "BaseAudioContext.destination", | |
"slug": "Web/API/BaseAudioContext/destination", | |
"tags": [ | |
"API", | |
"AudioContext", | |
"BaseAudioContext", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"destination" | |
], | |
"browser-compat": "api.BaseAudioContext.destination" | |
}, | |
"/files/en-us/web/api/baseaudiocontext/index.md": { | |
"title": "BaseAudioContext", | |
"slug": "Web/API/BaseAudioContext", | |
"tags": [ | |
"API", | |
"Audio", | |
"BaseAudioContext", | |
"Context", | |
"Interface", | |
"Reference", | |
"Web Audio API", | |
"sound" | |
], | |
"browser-compat": "api.BaseAudioContext" | |
}, | |
"/files/en-us/web/api/baseaudiocontext/listener/index.md": { | |
"title": "BaseAudioContext.listener", | |
"slug": "Web/API/BaseAudioContext/listener", | |
"tags": [ | |
"API", | |
"AudioContext", | |
"BaseAudioContext", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"listener", | |
"spatialization" | |
], | |
"browser-compat": "api.BaseAudioContext.listener" | |
}, | |
"/files/en-us/web/api/baseaudiocontext/onstatechange/index.md": { | |
"title": "BaseAudioContext.onstatechange", | |
"slug": "Web/API/BaseAudioContext/onstatechange", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioContext", | |
"BaseAudioContext", | |
"Event Handler", | |
"Reference", | |
"Web Audio API", | |
"onstatechange" | |
], | |
"browser-compat": "api.BaseAudioContext.onstatechange" | |
}, | |
"/files/en-us/web/api/baseaudiocontext/samplerate/index.md": { | |
"title": "BaseAudioContext.sampleRate", | |
"slug": "Web/API/BaseAudioContext/sampleRate", | |
"tags": [ | |
"API", | |
"AudioContext", | |
"BaseAudioContext", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"sampleRate" | |
], | |
"browser-compat": "api.BaseAudioContext.sampleRate" | |
}, | |
"/files/en-us/web/api/baseaudiocontext/state/index.md": { | |
"title": "BaseAudioContext.state", | |
"slug": "Web/API/BaseAudioContext/state", | |
"tags": [ | |
"API", | |
"Audio", | |
"AudioContext", | |
"BaseAudioContext", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"state" | |
], | |
"browser-compat": "api.BaseAudioContext.state" | |
}, | |
"/files/en-us/web/api/battery_status_api/index.md": { | |
"title": "Battery Status API", | |
"slug": "Web/API/Battery_Status_API", | |
"tags": [ | |
"API", | |
"Apps", | |
"Battery", | |
"Battery API", | |
"Battery Status API", | |
"Guide", | |
"Mobile", | |
"Deprecated", | |
"Overview" | |
], | |
"browser-compat": "api.BatteryManager" | |
}, | |
"/files/en-us/web/api/batterymanager/charging/index.md": { | |
"title": "BatteryManager.charging", | |
"slug": "Web/API/BatteryManager/charging", | |
"tags": ["API", "Battery API", "NeedsMarkupWork", "Property", "Reference"], | |
"browser-compat": "api.BatteryManager.charging" | |
}, | |
"/files/en-us/web/api/batterymanager/chargingtime/index.md": { | |
"title": "BatteryManager.chargingTime", | |
"slug": "Web/API/BatteryManager/chargingTime", | |
"tags": ["API", "Battery API", "Property", "Reference"], | |
"browser-compat": "api.BatteryManager.chargingTime" | |
}, | |
"/files/en-us/web/api/batterymanager/dischargingtime/index.md": { | |
"title": "BatteryManager.dischargingTime", | |
"slug": "Web/API/BatteryManager/dischargingTime", | |
"tags": ["API", "Battery API", "NeedsMarkupWork", "Property", "Reference"], | |
"browser-compat": "api.BatteryManager.dischargingTime" | |
}, | |
"/files/en-us/web/api/batterymanager/index.md": { | |
"title": "BatteryManager", | |
"slug": "Web/API/BatteryManager", | |
"tags": [ | |
"API", | |
"Battery API", | |
"Device API", | |
"Interface", | |
"Deprecated", | |
"Reference" | |
], | |
"browser-compat": "api.BatteryManager" | |
}, | |
"/files/en-us/web/api/batterymanager/level/index.md": { | |
"title": "BatteryManager.level", | |
"slug": "Web/API/BatteryManager/level", | |
"tags": ["API", "Battery API", "NeedsMarkupWork", "Property", "Reference"], | |
"browser-compat": "api.BatteryManager.level" | |
}, | |
"/files/en-us/web/api/batterymanager/onchargingchange/index.md": { | |
"title": "BatteryManager.onchargingchange", | |
"slug": "Web/API/BatteryManager/onchargingchange", | |
"tags": [ | |
"API", | |
"Battery API", | |
"Event Handler", | |
"NeedsMarkupWork", | |
"Property", | |
"Reference" | |
], | |
"browser-compat": "api.BatteryManager.onchargingchange" | |
}, | |
"/files/en-us/web/api/batterymanager/onchargingtimechange/index.md": { | |
"title": "BatteryManager.onchargingtimechange", | |
"slug": "Web/API/BatteryManager/onchargingtimechange", | |
"tags": [ | |
"API", | |
"Battery API", | |
"Event Handler", | |
"NeedsMarkupWork", | |
"Property", | |
"Reference" | |
], | |
"browser-compat": "api.BatteryManager.onchargingtimechange" | |
}, | |
"/files/en-us/web/api/batterymanager/ondischargingtimechange/index.md": { | |
"title": "BatteryManager.ondischargingtimechange", | |
"slug": "Web/API/BatteryManager/ondischargingtimechange", | |
"tags": [ | |
"API", | |
"Battery API", | |
"Event Handler", | |
"NeedsMarkupWork", | |
"Property", | |
"Reference" | |
], | |
"browser-compat": "api.BatteryManager.ondischargingtimechange" | |
}, | |
"/files/en-us/web/api/batterymanager/onlevelchange/index.md": { | |
"title": "BatteryManager.onlevelchange", | |
"slug": "Web/API/BatteryManager/onlevelchange", | |
"tags": ["API", "Battery API", "Event Handler", "Property", "Reference"], | |
"browser-compat": "api.BatteryManager.onlevelchange" | |
}, | |
"/files/en-us/web/api/beacon_api/index.md": { | |
"title": "Beacon API", | |
"slug": "Web/API/Beacon_API", | |
"tags": ["Guide", "Overview", "Web Performance"] | |
}, | |
"/files/en-us/web/api/beforeinstallpromptevent/index.md": { | |
"title": "BeforeInstallPromptEvent", | |
"slug": "Web/API/BeforeInstallPromptEvent", | |
"tags": [ | |
"API", | |
"BeforeInstallPromptEvent", | |
"Event", | |
"Experimental", | |
"Interface", | |
"Reference" | |
], | |
"browser-compat": "api.BeforeInstallPromptEvent" | |
}, | |
"/files/en-us/web/api/beforeinstallpromptevent/prompt/index.md": { | |
"title": "BeforeInstallPromptEvent.prompt()", | |
"slug": "Web/API/BeforeInstallPromptEvent/prompt", | |
"tags": [ | |
"API", | |
"BeforeInstallPromptEvent", | |
"Experimental", | |
"Method", | |
"Reference", | |
"prompt" | |
], | |
"browser-compat": "api.BeforeInstallPromptEvent.prompt" | |
}, | |
"/files/en-us/web/api/beforeunloadevent/index.md": { | |
"title": "BeforeUnloadEvent", | |
"slug": "Web/API/BeforeUnloadEvent", | |
"tags": ["API", "Reference"], | |
"browser-compat": "api.BeforeUnloadEvent" | |
}, | |
"/files/en-us/web/api/biquadfilternode/biquadfilternode/index.md": { | |
"title": "BiquadFilterNode()", | |
"slug": "Web/API/BiquadFilterNode/BiquadFilterNode", | |
"tags": [ | |
"API", | |
"Audio", | |
"BiquadFilterNode", | |
"Constructor", | |
"Media", | |
"Reference", | |
"Web Audio API" | |
], | |
"browser-compat": "api.BiquadFilterNode.BiquadFilterNode" | |
}, | |
"/files/en-us/web/api/biquadfilternode/detune/index.md": { | |
"title": "BiquadFilterNode.detune", | |
"slug": "Web/API/BiquadFilterNode/detune", | |
"tags": [ | |
"API", | |
"BiquadFilterNode", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"detune" | |
], | |
"browser-compat": "api.BiquadFilterNode.detune" | |
}, | |
"/files/en-us/web/api/biquadfilternode/frequency/index.md": { | |
"title": "BiquadFilterNode.frequency", | |
"slug": "Web/API/BiquadFilterNode/frequency", | |
"tags": [ | |
"API", | |
"BiquadFilterNode", | |
"Property", | |
"Reference", | |
"Web Audio API", | |
"frequency" | |
], | |
"browser-compat": "api.BiquadFilterNode.frequency" | |
}, | |
"/files/en-us/web/api/biquadfilternode/gain/index.md": { | |
"title": "BiquadFilterNode.gain", | |
"slug": "Web/API/BiquadFilterNode/gain", | |
"tags": [ | |
"API", | |
"BiquadFilterNode", | |
"Gain", | |
"Property", | |
"Reference", | |
"Web Audio API" | |
], | |
"browser-compat": "api.BiquadFilterNode.gain" | |
}, | |
"/files/en-us/web/api/biquadfilternode/getfrequencyresponse/index.md": { | |
"title": "BiquadFilterNode.getFrequencyResponse()", | |
"slug": "Web/API/BiquadFilterNode/getFrequencyResponse", | |
"tags": [ | |
"API", | |
"Audio", | |
"BiquadFilterNode", | |
"Method", | |
"Reference", | |
"Web Audio API", | |
"filter", | |
"getFrequencyResponse" | |
], | |
"browser-compat": "api.BiquadFilterNode.getFrequencyResponse" | |
}, | |
"/files/en-us/web/api/biquadfilternode/index.md": { | |
"title": "BiquadFilterNode", | |
"slug": "Web/API/BiquadFilterNode", | |
"tags": [ | |
"API", | |
"BiquadFilterNode", | |
"Interface", | |
"Reference", | |
"Web Audio API" | |
], | |
"browser-compat": "api.BiquadFilterNode" | |
}, | |
"/files/en-us/web/api/biquadfilternode/q/index.md": { | |
"title": "BiquadFilterNode.Q", | |
"slug": "Web/API/BiquadFilterNode/Q", | |
"tags": [ | |
"API", | |
"BiquadFilterNode", | |
"Property", | |
"Q", | |
"Reference", | |
"Web Audio API" | |
], | |
"browser-compat": "api.BiquadFilterNode.Q" | |
}, | |
"/files/en-us/web/api/biquadfilternode/type/index.md": { | |
"title": "BiquadFilterNode.type", | |
"slug": "Web/API/BiquadFilterNode/type", | |
"tags": [ | |
"API", | |
"BiquadFilterNode", | |
"Property", | |
"Reference", | |
"Type", | |
"Web Audio API" | |
], | |
"browser-compat": "api.BiquadFilterNode.type" | |
}, | |
"/files/en-us/web/api/blob/arraybuffer/index.md": { | |
"title": "Blob.arrayBuffer()", | |
"slug": "Web/API/Blob/arrayBuffer", | |
"tags": [ | |
"API", | |
"ArrayBuffer", | |
"Blob", | |
"File API", | |
"Method", | |
"Reference", | |
"binary", | |
"read" | |
], | |
"browser-compat": "api.Blob.arrayBuffer" | |
}, | |
"/files/en-us/web/api/blob/blob/index.md": { | |
"title": "Blob()", | |
"slug": "Web/API/Blob/Blob", | |
"tags": ["API", "Blob", "Constructor", "File API", "Reference"], | |
"browser-compat": "api.Blob.Blob" | |
}, | |
"/files/en-us/web/api/blob/index.md": { | |
"title": "Blob", | |
"slug": "Web/API/Blob", | |
"tags": [ | |
"API", | |
"Blob", | |
"File API", | |
"Interface", | |
"Raw", | |
"Reference", | |
"data" | |
], | |
"browser-compat": "api.Blob" | |
}, | |
"/files/en-us/web/api/blob/size/index.md": { | |
"title": "Blob.size", | |
"slug": "Web/API/Blob/size", | |
"tags": [ | |
"API", | |
"Blob", | |
"Bytes", | |
"File API", | |
"Files", | |
"Property", | |
"Reference", | |
"length", | |
"size" | |
], | |
"browser-compat": "api.Blob.size" | |
}, | |
"/files/en-us/web/api/blob/slice/index.md": { | |
"title": "Blob.slice()", | |
"slug": "Web/API/Blob/slice", | |
"tags": [ | |
"API", | |
"Blob", | |
"File", | |
"File API", | |
"Method", | |
"Reference", | |
"Section", | |
"Subset", | |
"data", | |
"slice", | |
"split" | |
], | |
"browser-compat": "api.Blob.slice" | |
}, | |
"/files/en-us/web/api/blob/stream/index.md": { | |
"title": "Blob.stream()", | |
"slug": "Web/API/Blob/stream", | |
"tags": [ | |
"API", | |
"Blob", | |
"Change", | |
"Convert", | |
"File API", | |
"Method", | |
"ReadableStream", | |
"Reference", | |
"stream" | |
], | |
"browser-compat": "api.Blob.stream" | |
}, | |
"/files/en-us/web/api/blob/text/index.md": { | |
"title": "Blob.text()", | |
"slug": "Web/API/Blob/text", | |
"tags": [ | |
"API", | |
"Blob", | |
"File API", | |
"Method", | |
"Reference", | |
"String", | |
"Text", | |
"Utf-8", | |
"get", | |
"read" | |
], | |
"browser-compat": "api.Blob.text" | |
}, | |
"/files/en-us/web/api/blob/type/index.md": { | |
"title": "Blob.type", | |
"slug": "Web/API/Blob/type", | |
"tags": [ | |
"API", | |
"Blob", | |
"DOM", | |
"File", | |
"File API", | |
"Format", | |
"MIME", | |
"MIME Type", | |
"Property", | |
"Reference", | |
"Type" | |
], | |
"browser-compat": "api.Blob.type" | |
}, | |
"/files/en-us/web/api/blobbuilder/index.md": { | |
"title": "BlobBuilder", | |
"slug": "Web/API/BlobBuilder", | |
"tags": [ | |
"API", | |
"DOM", | |
"DOM Reference", | |
"File API", | |
"Deprecated", | |
"Reference" | |
], | |
"browser-compat": "api.BlobBuilder" | |
}, | |
"/files/en-us/web/api/blobevent/blobevent/index.md": { | |
"title": "BlobEvent()", | |
"slug": "Web/API/BlobEvent/BlobEvent", | |
"tags": [ | |
"API", | |
"BlobEvent", | |
"Constructor", | |
"DOM", | |
"DOM Reference", | |
"Experimental", | |
"Media Stream Encoding", | |
"Reference" | |
], | |
"browser-compat": "api.BlobEvent.BlobEvent" | |
}, | |
"/files/en-us/web/api/blobevent/data/index.md": { | |
"title": "BlobEvent.data", | |
"slug": "Web/API/BlobEvent/data", | |
"tags": [ | |
"API", | |
"BlobEvent", | |
"DOM", | |
"DOM Reference", | |
"Experimental", | |
"Media Stream Recording", | |
"Property", | |
"Reference" | |
], | |
"browser-compat": "api.BlobEvent.data" | |
}, | |
"/files/en-us/web/api/blobevent/index.md": { | |
"title": "BlobEvent", | |
"slug": "Web/API/BlobEvent", | |
"tags": [ | |
"API", | |
"Audio", | |
"Blob", | |
"Interface", | |
"Media", | |
"MediaStream Recording", | |
"MediaStream Recording API", | |
"Recording Media", | |
"Reference", | |
"Video", | |
"events" | |
], | |
"browser-compat": "api.BlobEvent" | |
}, | |
"/files/en-us/web/api/blobevent/timecode/index.md": { | |
"title": "BlobEvent.timecode", | |
"slug": "Web/API/BlobEvent/timecode", | |
"tags": [ | |
"API", | |
"BlobEvent", | |
"Media", | |
"Media Stream Recording", | |
"Property", | |
"Reference" | |
], | |
"browser-compat": "api.BlobEvent.timecode" | |
}, | |
"/files/en-us/web/api/bluetooth/getavailability/index.md": { | |
"title": "Bluetooth.getAvailability()", | |
"slug": "Web/API/Bluetooth/getAvailability", | |
"tags": ["API", "Bluetooth", "Reference", "Web Bluetooth API"], | |
"browser-compat": "api.Bluetooth.getAvailability" | |
}, | |
"/files/en-us/web/api/bluetooth/getdevices/index.md": { | |
"title": "Bluetooth.getDevices()", | |
"slug": "Web/API/Bluetooth/getDevices", | |
"tags": ["API", "Bluetooth", "Reference", "Web Bluetooth API"], | |
"browser-compat": "api.Bluetooth.getDevices" | |
}, | |
"/files/en-us/web/api/bluetooth/index.md": { | |
"title": "Bluetooth", | |
"slug": "Web/API/Bluetooth", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"Experimental", | |
"Interface", | |
"Reference", | |
"Web Bluetooth API" | |
], | |
"browser-compat": "api.Bluetooth" | |
}, | |
"/files/en-us/web/api/bluetooth/onavailabilitychanged/index.md": { | |
"title": "Bluetooth.onavailabilitychanged", | |
"slug": "Web/API/Bluetooth/onavailabilitychanged", | |
"tags": ["API", "Bluetooth", "Web Bluetooth API"], | |
"browser-compat": "api.Bluetooth.onavailabilitychanged" | |
}, | |
"/files/en-us/web/api/bluetooth/referringdevice/index.md": { | |
"title": "Bluetooth.referringDevice", | |
"slug": "Web/API/Bluetooth/referringDevice", | |
"tags": ["API", "Bluetooth", "Reference", "Web Bluetooth API"], | |
"browser-compat": "api.Bluetooth.referringDevice" | |
}, | |
"/files/en-us/web/api/bluetooth/requestdevice/index.md": { | |
"title": "Bluetooth.requestDevice()", | |
"slug": "Web/API/Bluetooth/requestDevice", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"Method", | |
"Reference", | |
"Web Bluetooth API", | |
"requestDevice" | |
], | |
"browser-compat": "api.Bluetooth.requestDevice" | |
}, | |
"/files/en-us/web/api/bluetoothcharacteristicproperties/authenticatedsignedwrites/index.md": { | |
"title": "BluetoothCharacteristicProperties.authenticatedSignedWrites", | |
"slug": "Web/API/BluetoothCharacteristicProperties/authenticatedSignedWrites", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothCharacteristicProperties", | |
"Experimental", | |
"NeedsExample", | |
"Property", | |
"Reference", | |
"Web Bluetooth API", | |
"authenticatedSignedWrites" | |
], | |
"browser-compat": "api.BluetoothCharacteristicProperties.authenticatedSignedWrites" | |
}, | |
"/files/en-us/web/api/bluetoothcharacteristicproperties/broadcast/index.md": { | |
"title": "BluetoothCharacteristicProperties.broadcast", | |
"slug": "Web/API/BluetoothCharacteristicProperties/broadcast", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothCharacteristicProperties", | |
"Experimental", | |
"NeedsExample", | |
"Property", | |
"Reference", | |
"Web Bluetooth API", | |
"broadcast" | |
], | |
"browser-compat": "api.BluetoothCharacteristicProperties.broadcast" | |
}, | |
"/files/en-us/web/api/bluetoothcharacteristicproperties/index.md": { | |
"title": "BluetoothCharacteristicProperties", | |
"slug": "Web/API/BluetoothCharacteristicProperties", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothCharacteristicProperties", | |
"Experimental", | |
"Interface", | |
"Reference", | |
"Web Bluetooth API" | |
], | |
"browser-compat": "api.BluetoothCharacteristicProperties" | |
}, | |
"/files/en-us/web/api/bluetoothcharacteristicproperties/indicate/index.md": { | |
"title": "BluetoothCharacteristicProperties.indicate", | |
"slug": "Web/API/BluetoothCharacteristicProperties/indicate", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothCharacteristicProperties", | |
"Experimental", | |
"NeedsExample", | |
"Property", | |
"Reference", | |
"Web Bluetooth API", | |
"indicate" | |
], | |
"browser-compat": "api.BluetoothCharacteristicProperties.indicate" | |
}, | |
"/files/en-us/web/api/bluetoothcharacteristicproperties/notify/index.md": { | |
"title": "BluetoothCharacteristicProperties.notify", | |
"slug": "Web/API/BluetoothCharacteristicProperties/notify", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothCharacteristicProperties", | |
"Experimental", | |
"NeedsExample", | |
"Property", | |
"Reference", | |
"Web Bluetooth API", | |
"notify" | |
], | |
"browser-compat": "api.BluetoothCharacteristicProperties.notify" | |
}, | |
"/files/en-us/web/api/bluetoothcharacteristicproperties/read/index.md": { | |
"title": "BluetoothCharacteristicProperties.read", | |
"slug": "Web/API/BluetoothCharacteristicProperties/read", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothCharacteristicProperties", | |
"Experimental", | |
"NeedsExample", | |
"Property", | |
"Reference", | |
"Web Bluetooth API", | |
"read" | |
], | |
"browser-compat": "api.BluetoothCharacteristicProperties.read" | |
}, | |
"/files/en-us/web/api/bluetoothcharacteristicproperties/reliablewrite/index.md": { | |
"title": "BluetoothCharacteristicProperties.reliableWrite", | |
"slug": "Web/API/BluetoothCharacteristicProperties/reliableWrite", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothCharacteristicProperties", | |
"Experimental", | |
"Interface", | |
"NeedsExample", | |
"Property", | |
"Reference", | |
"Web Bluetooth API", | |
"reliableWrite" | |
], | |
"browser-compat": "api.BluetoothCharacteristicProperties.reliableWrite" | |
}, | |
"/files/en-us/web/api/bluetoothcharacteristicproperties/writableauxiliaries/index.md": { | |
"title": "BluetoothCharacteristicProperties.writableAuxiliaries", | |
"slug": "Web/API/BluetoothCharacteristicProperties/writableAuxiliaries", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothCharacteristicProperties", | |
"Experimental", | |
"NeedsExample", | |
"Property", | |
"Reference", | |
"Web Bluetooth API", | |
"writableAuxiliaries" | |
], | |
"browser-compat": "api.BluetoothCharacteristicProperties.writableAuxiliaries" | |
}, | |
"/files/en-us/web/api/bluetoothcharacteristicproperties/write/index.md": { | |
"title": "BluetoothCharacteristicProperties.write", | |
"slug": "Web/API/BluetoothCharacteristicProperties/write", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothCharacteristicProperties", | |
"Experimental", | |
"NeedsExample", | |
"Property", | |
"Reference", | |
"Web Bluetooth API", | |
"write" | |
], | |
"browser-compat": "api.BluetoothCharacteristicProperties.write" | |
}, | |
"/files/en-us/web/api/bluetoothcharacteristicproperties/writewithoutresponse/index.md": { | |
"title": "BluetoothCharacteristicProperties.writeWithoutResponse", | |
"slug": "Web/API/BluetoothCharacteristicProperties/writeWithoutResponse", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothCharacteristicProperties", | |
"Experimental", | |
"NeedsExample", | |
"Property", | |
"Reference", | |
"Web Bluetooth API", | |
"writeWithoutResponse" | |
], | |
"browser-compat": "api.BluetoothCharacteristicProperties.writeWithoutResponse" | |
}, | |
"/files/en-us/web/api/bluetoothdevice/gatt/index.md": { | |
"title": "BluetoothDevice.gatt", | |
"slug": "Web/API/BluetoothDevice/gatt", | |
"tags": [ | |
"API", | |
"BluetoothDevice", | |
"Experimental", | |
"GATT server", | |
"Property", | |
"Reference" | |
], | |
"browser-compat": "api.BluetoothDevice.gatt" | |
}, | |
"/files/en-us/web/api/bluetoothdevice/id/index.md": { | |
"title": "BluetoothDevice.id", | |
"slug": "Web/API/BluetoothDevice/id", | |
"tags": [ | |
"API", | |
"BluetoothDevice", | |
"Experimental", | |
"Property", | |
"Reference", | |
"Web Bluetooth API", | |
"id" | |
], | |
"browser-compat": "api.BluetoothDevice.id" | |
}, | |
"/files/en-us/web/api/bluetoothdevice/index.md": { | |
"title": "BluetoothDevice", | |
"slug": "Web/API/BluetoothDevice", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothDevice", | |
"Experimental", | |
"Interface", | |
"Reference", | |
"Web Bluetooth API" | |
], | |
"browser-compat": "api.BluetoothDevice" | |
}, | |
"/files/en-us/web/api/bluetoothdevice/name/index.md": { | |
"title": "BluetoothDevice.name", | |
"slug": "Web/API/BluetoothDevice/name", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothDevice", | |
"Experimental", | |
"Property", | |
"Reference", | |
"Web Bluetooth API", | |
"name" | |
], | |
"browser-compat": "api.BluetoothDevice.name" | |
}, | |
"/files/en-us/web/api/bluetoothremotegattcharacteristic/getdescriptor/index.md": { | |
"title": "BluetoothRemoteGATTCharacteristic.getDescriptor()", | |
"slug": "Web/API/BluetoothRemoteGATTCharacteristic/getDescriptor", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothRemoteGATTCharacteristic", | |
"Experimental", | |
"Property", | |
"Reference", | |
"Web Bluetooth API", | |
"getDescriptor()" | |
], | |
"browser-compat": "api.BluetoothRemoteGATTCharacteristic.getDescriptor" | |
}, | |
"/files/en-us/web/api/bluetoothremotegattcharacteristic/getdescriptors/index.md": { | |
"title": "BluetoothRemoteGATTCharacteristic.getDescriptors()", | |
"slug": "Web/API/BluetoothRemoteGATTCharacteristic/getDescriptors", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothRemoteGATTCharacteristic", | |
"Experimental", | |
"Property", | |
"Reference", | |
"Web Bluetooth API", | |
"getDescriptors()" | |
], | |
"browser-compat": "api.BluetoothRemoteGATTCharacteristic.getDescriptors" | |
}, | |
"/files/en-us/web/api/bluetoothremotegattcharacteristic/index.md": { | |
"title": "BluetoothRemoteGATTCharacteristic", | |
"slug": "Web/API/BluetoothRemoteGATTCharacteristic", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothGattCharacteristic", | |
"Experimental", | |
"Interface", | |
"Reference", | |
"Web Bluetooth API" | |
], | |
"browser-compat": "api.BluetoothRemoteGATTCharacteristic" | |
}, | |
"/files/en-us/web/api/bluetoothremotegattcharacteristic/properties/index.md": { | |
"title": "BluetoothRemoteGATTCharacteristic.properties", | |
"slug": "Web/API/BluetoothRemoteGATTCharacteristic/properties", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothRemoteGATTCharacteristic", | |
"Experimental", | |
"Property", | |
"Reference", | |
"Web Bluetooth API", | |
"properties" | |
], | |
"browser-compat": "api.BluetoothRemoteGATTCharacteristic.properties" | |
}, | |
"/files/en-us/web/api/bluetoothremotegattcharacteristic/readvalue/index.md": { | |
"title": "BluetoothRemoteGATTCharacteristic.readValue()", | |
"slug": "Web/API/BluetoothRemoteGATTCharacteristic/readValue", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothRemoteGATTCharacteristic", | |
"Experimental", | |
"Property", | |
"Reference", | |
"Web Bluetooth API", | |
"readValue" | |
], | |
"browser-compat": "api.BluetoothRemoteGATTCharacteristic.readValue" | |
}, | |
"/files/en-us/web/api/bluetoothremotegattcharacteristic/service/index.md": { | |
"title": "BluetoothRemoteGATTCharacteristic.service", | |
"slug": "Web/API/BluetoothRemoteGATTCharacteristic/service", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothRemoteGATTCharacteristic", | |
"Experimental", | |
"Property", | |
"Reference", | |
"Service", | |
"Web Bluetooth API" | |
], | |
"browser-compat": "api.BluetoothRemoteGATTCharacteristic.service" | |
}, | |
"/files/en-us/web/api/bluetoothremotegattcharacteristic/startnotifications/index.md": { | |
"title": "BluetoothRemoteGATTCharacteristic.startNotifications()", | |
"slug": "Web/API/BluetoothRemoteGATTCharacteristic/startNotifications", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothRemoteGATTCharacteristic", | |
"Experimental", | |
"Property", | |
"Reference", | |
"Web Bluetooth API", | |
"startNotifications()" | |
], | |
"browser-compat": "api.BluetoothRemoteGATTCharacteristic.startNotifications" | |
}, | |
"/files/en-us/web/api/bluetoothremotegattcharacteristic/stopnotifications/index.md": { | |
"title": "BluetoothRemoteGATTCharacteristic.stopNotifications()", | |
"slug": "Web/API/BluetoothRemoteGATTCharacteristic/stopNotifications", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothRemoteGATTCharacteristic", | |
"Experimental", | |
"Property", | |
"Reference", | |
"Web Bluetooth API", | |
"stopNotifications" | |
], | |
"browser-compat": "api.BluetoothRemoteGATTCharacteristic.stopNotifications" | |
}, | |
"/files/en-us/web/api/bluetoothremotegattcharacteristic/uuid/index.md": { | |
"title": "BluetoothRemoteGATTCharacteristic.uuid", | |
"slug": "Web/API/BluetoothRemoteGATTCharacteristic/uuid", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothRemoteGATTCharacteristic", | |
"Experimental", | |
"Property", | |
"Reference", | |
"Service", | |
"Web Bluetooth API", | |
"uuid" | |
], | |
"browser-compat": "api.BluetoothRemoteGATTCharacteristic.uuid" | |
}, | |
"/files/en-us/web/api/bluetoothremotegattcharacteristic/value/index.md": { | |
"title": "BluetoothRemoteGATTCharacteristic.value", | |
"slug": "Web/API/BluetoothRemoteGATTCharacteristic/value", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothRemoteGATTCharacteristic", | |
"Experimental", | |
"Property", | |
"Reference", | |
"Web Bluetooth API", | |
"value" | |
], | |
"browser-compat": "api.BluetoothRemoteGATTCharacteristic.value" | |
}, | |
"/files/en-us/web/api/bluetoothremotegattcharacteristic/writevalue/index.md": { | |
"title": "BluetoothRemoteGATTCharacteristic.writeValue()", | |
"slug": "Web/API/BluetoothRemoteGATTCharacteristic/writeValue", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothRemoteGATTCharacteristic", | |
"Experimental", | |
"Property", | |
"Reference", | |
"Web Bluetooth API", | |
"writeValue" | |
], | |
"browser-compat": "api.BluetoothRemoteGATTCharacteristic.writeValue" | |
}, | |
"/files/en-us/web/api/bluetoothremotegattcharacteristic/writevaluewithoutresponse/index.md": { | |
"title": "BluetoothRemoteGATTCharacteristic.writeValueWithoutResponse()", | |
"slug": "Web/API/BluetoothRemoteGATTCharacteristic/writeValueWithoutResponse", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothRemoteGATTCharacteristic", | |
"Experimental", | |
"Property", | |
"Reference", | |
"Web Bluetooth API", | |
"writeValueWithoutResponse" | |
], | |
"browser-compat": "api.BluetoothRemoteGATTCharacteristic.writeValueWithoutResponse" | |
}, | |
"/files/en-us/web/api/bluetoothremotegattcharacteristic/writevaluewithresponse/index.md": { | |
"title": "BluetoothRemoteGATTCharacteristic.writeValueWithResponse()", | |
"slug": "Web/API/BluetoothRemoteGATTCharacteristic/writeValueWithResponse", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothRemoteGATTCharacteristic", | |
"Experimental", | |
"Property", | |
"Reference", | |
"Web Bluetooth API", | |
"writeValueWithResponse" | |
], | |
"browser-compat": "api.BluetoothRemoteGATTCharacteristic.writeValueWithResponse" | |
}, | |
"/files/en-us/web/api/bluetoothremotegattdescriptor/characteristic/index.md": { | |
"title": "BluetoothRemoteGATTDescriptor.characteristic", | |
"slug": "Web/API/BluetoothRemoteGATTDescriptor/characteristic", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothGattDescriptor", | |
"BluetoothRemoteGATTDescriptor", | |
"Experimental", | |
"Interface", | |
"Reference", | |
"Web Bluetooth API", | |
"characteristic" | |
], | |
"browser-compat": "api.BluetoothRemoteGATTDescriptor.characteristic" | |
}, | |
"/files/en-us/web/api/bluetoothremotegattdescriptor/index.md": { | |
"title": "BluetoothRemoteGATTDescriptor", | |
"slug": "Web/API/BluetoothRemoteGATTDescriptor", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothRemoteGATTDescriptor", | |
"Experimental", | |
"Interface", | |
"Reference", | |
"Web Bluetooth API" | |
], | |
"browser-compat": "api.BluetoothRemoteGATTDescriptor" | |
}, | |
"/files/en-us/web/api/bluetoothremotegattdescriptor/readvalue/index.md": { | |
"title": "BluetoothRemoteGATTDescriptor.readValue()", | |
"slug": "Web/API/BluetoothRemoteGATTDescriptor/readValue", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothGattDescriptor", | |
"BluetoothRemoteGATTDescriptor", | |
"Experimental", | |
"Method", | |
"Reference", | |
"Web Bluetooth API", | |
"readValue()" | |
], | |
"browser-compat": "api.BluetoothRemoteGATTDescriptor.readValue" | |
}, | |
"/files/en-us/web/api/bluetoothremotegattdescriptor/uuid/index.md": { | |
"title": "BluetoothRemoteGATTDescriptor.uuid", | |
"slug": "Web/API/BluetoothRemoteGATTDescriptor/uuid", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothRemoteGATTDescriptor", | |
"Experimental", | |
"Property", | |
"Reference", | |
"Web Bluetooth API", | |
"uuid" | |
], | |
"browser-compat": "api.BluetoothRemoteGATTDescriptor.uuid" | |
}, | |
"/files/en-us/web/api/bluetoothremotegattdescriptor/value/index.md": { | |
"title": "BluetoothRemoteGATTDescriptor.value", | |
"slug": "Web/API/BluetoothRemoteGATTDescriptor/value", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothGattDescriptor", | |
"BluetoothRemoteGATTDescriptor", | |
"Experimental", | |
"Property", | |
"Reference", | |
"Web Bluetooth API", | |
"value" | |
], | |
"browser-compat": "api.BluetoothRemoteGATTDescriptor.value" | |
}, | |
"/files/en-us/web/api/bluetoothremotegattdescriptor/writevalue/index.md": { | |
"title": "BluetoothRemoteGATTDescriptor.writeValue()", | |
"slug": "Web/API/BluetoothRemoteGATTDescriptor/writeValue", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothGattDescriptor", | |
"BluetoothRemoteGATTDescriptor", | |
"Experimental", | |
"Property", | |
"Reference", | |
"Web Bluetooth API", | |
"writeValue()" | |
], | |
"browser-compat": "api.BluetoothRemoteGATTDescriptor.writeValue" | |
}, | |
"/files/en-us/web/api/bluetoothremotegattserver/connect/index.md": { | |
"title": "BluetoothRemoteGATTServer.connect()", | |
"slug": "Web/API/BluetoothRemoteGATTServer/connect", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothRemoteGATTServer", | |
"Experimental", | |
"Method", | |
"Reference", | |
"Web Bluetooth API", | |
"connect()" | |
], | |
"browser-compat": "api.BluetoothRemoteGATTServer.connect" | |
}, | |
"/files/en-us/web/api/bluetoothremotegattserver/connected/index.md": { | |
"title": "BluetoothRemoteGATTServer.connected", | |
"slug": "Web/API/BluetoothRemoteGATTServer/connected", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothRemoteGATTServer", | |
"Experimental", | |
"Property", | |
"Reference", | |
"Web Bluetooth API" | |
], | |
"browser-compat": "api.BluetoothRemoteGATTServer.connected" | |
}, | |
"/files/en-us/web/api/bluetoothremotegattserver/device/index.md": { | |
"title": "BluetoothRemoteGATTServer.device", | |
"slug": "Web/API/BluetoothRemoteGATTServer/device", | |
"tags": [ | |
"API", | |
"Bluethooth", | |
"BluetoothRemoteGATTServer", | |
"Experimental", | |
"Property", | |
"Reference" | |
], | |
"browser-compat": "api.BluetoothRemoteGATTServer.device" | |
}, | |
"/files/en-us/web/api/bluetoothremotegattserver/disconnect/index.md": { | |
"title": "BluetoothRemoteGATTServer.disconnect()", | |
"slug": "Web/API/BluetoothRemoteGATTServer/disconnect", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothRemoteGATTServer", | |
"Experimental", | |
"Method", | |
"Reference", | |
"Web Bluetooth API", | |
"disconnect()" | |
], | |
"browser-compat": "api.BluetoothRemoteGATTServer.disconnect" | |
}, | |
"/files/en-us/web/api/bluetoothremotegattserver/getprimaryservice/index.md": { | |
"title": "BluetoothRemoteGATTServer.getPrimaryService()", | |
"slug": "Web/API/BluetoothRemoteGATTServer/getPrimaryService", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothRemoteGATTServer", | |
"Experimental", | |
"Method", | |
"Reference", | |
"Web Bluetooth API", | |
"getPrimaryService()" | |
], | |
"browser-compat": "api.BluetoothRemoteGATTServer.getPrimaryService" | |
}, | |
"/files/en-us/web/api/bluetoothremotegattserver/getprimaryservices/index.md": { | |
"title": "BluetoothRemoteGATTServer.getPrimaryServices()", | |
"slug": "Web/API/BluetoothRemoteGATTServer/getPrimaryServices", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothRemoteGATTServer", | |
"Experimental", | |
"Method", | |
"Reference", | |
"Web Bluetooth API", | |
"getPrimaryServices()" | |
], | |
"browser-compat": "api.BluetoothRemoteGATTServer.getPrimaryServices" | |
}, | |
"/files/en-us/web/api/bluetoothremotegattserver/index.md": { | |
"title": "BluetoothRemoteGATTServer", | |
"slug": "Web/API/BluetoothRemoteGATTServer", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothRemoteGATTServer", | |
"Experimental", | |
"Interface", | |
"Reference", | |
"Web Bluetooth API" | |
], | |
"browser-compat": "api.BluetoothRemoteGATTServer" | |
}, | |
"/files/en-us/web/api/bluetoothremotegattservice/device/index.md": { | |
"title": "BluetoothRemoteGATTService.device", | |
"slug": "Web/API/BluetoothRemoteGATTService/device", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothRemoteGATTService", | |
"Device", | |
"Experimental", | |
"Property", | |
"Reference", | |
"Web Bluetooth API" | |
], | |
"browser-compat": "api.BluetoothRemoteGATTService.device" | |
}, | |
"/files/en-us/web/api/bluetoothremotegattservice/getcharacteristic/index.md": { | |
"title": "BluetoothRemoteGATTService.getCharacteristic()", | |
"slug": "Web/API/BluetoothRemoteGATTService/getCharacteristic", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothRemoteGATTService", | |
"Experimental", | |
"Property", | |
"Reference", | |
"Web Bluetooth API", | |
"getCharacteristic()" | |
], | |
"browser-compat": "api.BluetoothRemoteGATTService.getCharacteristic" | |
}, | |
"/files/en-us/web/api/bluetoothremotegattservice/getcharacteristics/index.md": { | |
"title": "BluetoothRemoteGATTService.getCharacteristics()", | |
"slug": "Web/API/BluetoothRemoteGATTService/getCharacteristics", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothRemoteGATTService", | |
"Experimental", | |
"Property", | |
"Reference", | |
"Web Bluetooth API", | |
"getCharacteristics()" | |
], | |
"browser-compat": "api.BluetoothRemoteGATTService.getCharacteristics" | |
}, | |
"/files/en-us/web/api/bluetoothremotegattservice/index.md": { | |
"title": "BluetoothRemoteGATTService", | |
"slug": "Web/API/BluetoothRemoteGATTService", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothGattService", | |
"BluetoothRemoteGATTService", | |
"Experimental", | |
"Interface", | |
"Reference", | |
"Web Bluetooth API" | |
], | |
"browser-compat": "api.BluetoothRemoteGATTService" | |
}, | |
"/files/en-us/web/api/bluetoothremotegattservice/isprimary/index.md": { | |
"title": "BluetoothRemoteGATTService.isPrimary", | |
"slug": "Web/API/BluetoothRemoteGATTService/isPrimary", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothRemoteGATTService", | |
"Experimental", | |
"Property", | |
"Reference", | |
"Web Bluetooth API", | |
"isPrimary" | |
], | |
"browser-compat": "api.BluetoothRemoteGATTService.isPrimary" | |
}, | |
"/files/en-us/web/api/bluetoothremotegattservice/uuid/index.md": { | |
"title": "BluetoothRemoteGATTService.uuid", | |
"slug": "Web/API/BluetoothRemoteGATTService/uuid", | |
"tags": [ | |
"API", | |
"Bluetooth", | |
"BluetoothRemoteGATTService", | |
"Experimental", | |
"Property", | |
"Reference", | |
"Web Bluetooth API", | |
"uuid" | |
], | |
"browser-compat": "api.BluetoothRemoteGATTService.uuid" | |
}, | |
"/files/en-us/web/api/bluetoothuuid/canonicaluuid/index.md": { | |
"title": "BluetoothUUID.canonicalUUID()", | |
"slug": "Web/API/BluetoothUUID/canonicalUUID", | |
"tags": ["API", "Method", "Reference", "canonicalUUID()", "BluetoothUUID"], | |
"browser-compat": "api.BluetoothUUID.canonicalUUID" | |
}, | |
"/files/en-us/web/api/bluetoothuuid/getcharacteristic/index.md": { | |
"title": "BluetoothUUID.getCharacteristic()", | |
"slug": "Web/API/BluetoothUUID/getCharacteristic", | |
"tags": [ | |
"API", | |
"Method", | |
"Reference", | |
"getCharacteristic", | |
"BluetoothUUID" | |
], | |
"browser-compat": "api.BluetoothUUID.getCharacteristic" | |
}, | |
"/files/en-us/web/api/bluetoothuuid/getdescriptor/index.md": { | |
"title": "BluetoothUUID.getDescriptor()", | |
"slug": "Web/API/BluetoothUUID/getDescriptor", | |
"tags": ["API", "Method", "Reference", "getDescriptor", "BluetoothUUID"], | |
"browser-compat": "api.BluetoothUUID.getDescriptor" | |
}, | |
"/files/en-us/web/api/bluetoothuuid/getservice/index.md": { | |
"title": "BluetoothUUID.getService()", | |
"slug": "Web/API/BluetoothUUID/getService", | |
"tags": ["API", "Method", "Reference", "getService", "BluetoothUUID"], | |
"browser-compat": "api.BluetoothUUID.getService" | |
}, | |
"/files/en-us/web/api/bluetoothuuid/index.md": { | |
"title": "BluetoothUUID", | |
"slug": "Web/API/BluetoothUUID", | |
"tags": ["API", "Interface", "Reference", "BluetoothUUID"], | |
"browser-compat": "api.BluetoothUUID" | |
}, | |
"/files/en-us/web/api/broadcast_channel_api/index.md": { | |
"title": "Broadcast Channel API", | |
"slug": "Web/API/Broadcast_Channel_API", | |
"tags": [ | |
"API", | |
"Broadcast Channel API", | |
"HTML API", | |
"Overview", | |
"Reference" | |
] | |
}, | |
"/files/en-us/web/api/broadcastchannel/broadcastchannel/index.md": { | |
"title": "BroadcastChannel()", | |
"slug": "Web/API/BroadcastChannel/BroadcastChannel", | |
"tags": [ | |
"API", | |
"Broadcast Channel API", | |
"BroadcastChannel", | |
"Constructor", | |
"Experimental", | |
"HTML API", | |
"Reference" | |
], | |
"browser-compat": "api.BroadcastChannel.BroadcastChannel" | |
}, | |
"/files/en-us/web/api/broadcastchannel/close/index.md": { | |
"title": "BroadcastChannel.close()", | |
"slug": "Web/API/BroadcastChannel/close", | |
"tags": [ | |
"API", | |
"Broadcast Channel API", | |
"BroadcastChannel", | |
"Experimental", | |
"HTML API", | |
"Method", | |
"Reference" | |
], | |
"browser-compat": "api.BroadcastChannel.close" | |
}, | |
"/files/en-us/web/api/broadcastchannel/index.md": { | |
"title": "BroadcastChannel", | |
"slug": "Web/API/BroadcastChannel", | |
"tags": [ | |
"API", | |
"Broadcast Channel API", | |
"Experimental", | |
"HTML API", | |
"Interface", | |
"Reference" | |
], | |
"browser-compat": "api.BroadcastChannel" | |
}, | |
"/files/en-us/web/api/broadcastchannel/message_event/index.md": { | |
"title": "BroadcastChannel: message event", | |
"slug": "Web/API/BroadcastChannel/message_event", | |
"tags": [ | |
"Communication", | |
"Event", | |
"EventSource", | |
"Reference", | |
"message", | |
"messaging" | |
], | |
"browser-compat": "api.BroadcastChannel.message_event" | |
}, | |
"/files/en-us/web/api/broadcastchannel/messageerror_event/index.md": { | |
"title": "BroadcastChannel: messageerror event", | |
"slug": "Web/API/BroadcastChannel/messageerror_event", | |
"tags": ["Event"], | |
"browser-compat": "api.BroadcastChannel.messageerror_event" | |
}, | |
"/files/en-us/web/api/broadcastchannel/name/index.md": { | |
"title": "BroadcastChannel.name", | |
"slug": "Web/API/BroadcastChannel/name", | |
"tags": [ | |
"Broadcast Channel API", | |
"BroadcastChannel", | |
"Experimental", | |
"HTML API", | |
"Property", | |
"Read-only", | |
"Reference" | |
], | |
"browser-compat": "api.BroadcastChannel.name" | |
}, | |
"/files/en-us/web/api/broadcastchannel/onmessage/index.md": { | |
"title": "BroadcastChannel.onmessage", | |
"slug": "Web/API/BroadcastChannel/onmessage", | |
"tags": [ | |
"API", | |
"Broadcast Channel API", | |
"BroadcastChannel", | |
"Event Handler", | |
"Experimental", | |
"HTML API", | |
"Property", | |
"Reference" | |
], | |
"browser-compat": "api.BroadcastChannel.onmessage" | |
}, | |
"/files/en-us/web/api/broadcastchannel/onmessageerror/index.md": { | |
"title": "BroadcastChannel.onmessageerror", | |
"slug": "Web/API/BroadcastChannel/onmessageerror", | |
"tags": [ | |
"API", | |
"BroadcastChannel", | |
"Event Handler", | |
"Property", | |
"Reference", | |
"onmessageerror" | |
], | |
"browser-compat": "api.BroadcastChannel.onmessageerror" | |
}, | |
"/files/en-us/web/api/broadcastchannel/postmessage/index.md": { | |
"title": "BroadcastChannel.postMessage()", | |
"slug": "Web/API/BroadcastChannel/postMessage", | |
"tags": [ | |
"API", | |
"Broadcast Channel API", | |
"BroadcastChannel", | |
"Experimental", | |
"HTML API", | |
"Method", | |
"Reference" | |
], | |
"browser-compat": "api.BroadcastChannel.postMessage" | |
}, | |
"/files/en-us/web/api/btoa/index.md": { | |
"title": "btoa()", | |
"slug": "Web/API/btoa", | |
"tags": [ | |
"API", | |
"HTML DOM", | |
"Method", | |
"Reference", | |
"Web", | |
"btoa", | |
"data", | |
"strings" | |
], | |
"browser-compat": "api.btoa" | |
}, | |
"/files/en-us/web/api/buffersource/index.md": { | |
"title": "BufferSource", | |
"slug": "Web/API/BufferSource", | |
"tags": ["API", "Interface", "JavaScript", "Reference", "Typed Arrays"] | |
}, | |
"/files/en-us/web/api/bytelengthqueuingstrategy/bytelengthqueuingstrategy/index.md": { | |
"title": "ByteLengthQueuingStrategy()", | |
"slug": "Web/API/ByteLengthQueuingStrategy/ByteLengthQueuingStrategy", | |
"tags": [ | |
"API", | |
"ByteLengthQueuingStrategy", | |
"Constructor", | |
"Experimental", | |
"Reference", | |
"Streams" | |
], | |
"browser-compat": "api.ByteLengthQueuingStrategy.ByteLengthQueuingStrategy" | |
}, | |
"/files/en-us/web/api/bytelengthqueuingstrategy/index.md": { | |
"title": "ByteLengthQueuingStrategy", | |
"slug": "Web/API/ByteLengthQueuingStrategy", | |
"tags": [ | |
"API", | |
"ByteLengthQueuingStrategy", | |
"Experimental", | |
"Interface", | |
"Reference", | |
"Streams" | |
], | |
"browser-compat": "api.ByteLengthQueuingStrategy" | |
}, | |
"/files/en-us/web/api/bytelengthqueuingstrategy/size/index.md": { | |
"title": "ByteLengthQueuingStrategy.size()", | |
"slug": "Web/API/ByteLengthQueuingStrategy/size", | |
"tags": [ | |
"API", | |
"ByteLengthQueuingStrategy", | |
"Experimental", | |
"Method", | |
"Reference", | |
"Streams", | |
"size" | |
], | |
"browser-compat": "api.ByteLengthQueuingStrategy.size" | |
}, | |
"/files/en-us/web/api/cache/add/index.md": { | |
"title": "Cache.add()", | |
"slug": "Web/API/Cache/add", | |
"tags": [ | |
"API", | |
"Cache", | |
"Experimental", | |
"Method", | |
"Reference", | |
"Service Workers", | |
"Service worker API", | |
"ServiceWorker" | |
], | |
"browser-compat": "api.Cache.add" | |
}, | |
"/files/en-us/web/api/cache/addall/index.md": { | |
"title": "Cache.addAll()", | |
"slug": "Web/API/Cache/addAll", | |
"tags": [ | |
"API", | |
"Cache", | |
"Experimental", | |
"Method", | |
"NeedsExample", | |
"Reference", | |
"Service Workers", | |
"Service worker API", | |
"ServiceWorker", | |
"addAll" | |
], | |
"browser-compat": "api.Cache.addAll" | |
}, | |
"/files/en-us/web/api/cache/delete/index.md": { | |
"title": "Cache.delete()", | |
"slug": "Web/API/Cache/delete", | |
"tags": [ | |
"API", | |
"Cache", | |
"Experimental", | |
"Method", | |
"NeedsContent", | |
"NeedsExample", | |
"Reference", | |
"Service Workers", | |
"ServiceWorker", | |
"delete" | |
], | |
"browser-compat": "api.Cache.delete" | |
}, | |
"/files/en-us/web/api/cache/index.md": { | |
"title": "Cache", | |
"slug": "Web/API/Cache", | |
"tags": [ | |
"API", | |
"Cache", | |
"Cache API", | |
"Experimental", | |
"Interface", | |
"Offline", | |
"Reference", | |
"Service Workers", | |
"Service worker API", | |
"Storage" | |
], | |
"browser-compat": "api.Cache" | |
}, | |
"/files/en-us/web/api/cache/keys/index.md": { | |
"title": "Cache.keys()", | |
"slug": "Web/API/Cache/keys", | |
"tags": [ | |
"API", | |
"Cache", | |
"Experimental", | |
"Method", | |
"Reference", | |
"Service Workers", | |
"ServiceWorker", | |
"keys" | |
], | |
"browser-compat": "api.Cache.keys" | |
}, | |
"/files/en-us/web/api/cache/match/index.md": { | |
"title": "Cache.match()", | |
"slug": "Web/API/Cache/match", | |
"tags": [ | |
"API", | |
"Cache", | |
"Experimental", | |
"Method", | |
"Reference", | |
"Service Workers", | |
"Service worker API", | |
"ServiceWorker", | |
"match" | |
], | |
"browser-compat": "api.Cache.match" | |
}, | |
"/files/en-us/web/api/cache/matchall/index.md": { | |
"title": "Cache.matchAll()", | |
"slug": "Web/API/Cache/matchAll", | |
"tags": [ | |
"API", | |
"Cache", | |
"Experimental", | |
"Method", | |
"Reference", | |
"Service Workers", | |
"ServiceWorker", | |
"matchAll" | |
], | |
"browser-compat": "api.Cache.matchAll" | |
}, | |
"/files/en-us/web/api/cache/put/index.md": { | |
"title": "Cache.put()", | |
"slug": "Web/API/Cache/put", | |
"tags": [ | |
"API", | |
"Cache", | |
"Experimental", | |
"Method", | |
"NeedsExample", | |
"Reference", | |
"Service Workers", | |
"Service worker API", | |
"ServiceWorker", | |
"put" | |
], | |
"browser-compat": "api.Cache.put" | |
}, | |
"/files/en-us/web/api/caches/index.md": { | |
"title": "caches", | |
"slug": "Web/API/caches", | |
"tags": [ | |
"API", | |
"Experimental", | |
"Property", | |
"Read-only", | |
"Reference", | |
"Service Workers", | |
"Web Workers", | |
"Window" | |
], | |
"browser-compat": "api.caches" | |
}, | |
"/files/en-us/web/api/cachestorage/delete/index.md": { | |
"title": "CacheStorage.delete()", | |
"slug": "Web/API/CacheStorage/delete", | |
"tags": [ | |
"API", | |
"CacheStorage", | |
"Experimental", | |
"Method", | |
"Reference", | |
"Service Workers", | |
"ServiceWorker", | |
"delete" | |
], | |
"browser-compat": "api.CacheStorage.delete" | |
}, | |
"/files/en-us/web/api/cachestorage/has/index.md": { | |
"title": "CacheStorage.has()", | |
"slug": "Web/API/CacheStorage/has", | |
"tags": [ | |
"API", | |
"CacheStorage", | |
"Experimental", | |
"Method", | |
"Reference", | |
"Service Workers", | |
"ServiceWorker", | |
"has" | |
], | |
"browser-compat": "api.CacheStorage.has" | |
}, | |
"/files/en-us/web/api/cachestorage/index.md": { | |
"title": "CacheStorage", | |
"slug": "Web/API/CacheStorage", | |
"tags": [ | |
"API", | |
"CacheStorage", | |
"Experimental", | |
"Interface", | |
"Reference", | |
"Service Workers", | |
"ServiceWorker" | |
], | |
"browser-compat": "api.CacheStorage" | |
}, | |
"/files/en-us/web/api/cachestorage/keys/index.md": { | |
"title": "CacheStorage.keys()", | |
"slug": "Web/API/CacheStorage/keys", | |
"tags": [ | |
"API", | |
"CacheStorage", | |
"Experimental", | |
"Method", | |
"Reference", | |
"Service Workers", | |
"Service worker API", | |
"ServiceWorker", | |
"keys" | |
], | |
"browser-compat": "api.CacheStorage.keys" | |
}, | |
"/files/en-us/web/api/cachestorage/match/index.md": { | |
"title": "CacheStorage.match()", | |
"slug": "Web/API/CacheStorage/match", | |
"tags": [ | |
"API", | |
"CacheStorage", | |
"Experimental", | |
"Method", | |
"Reference", | |
"Service Workers", | |
"Service worker API", | |
"ServiceWorker", | |
"match" | |
], | |
"browser-compat": "api.CacheStorage.match" | |
}, | |
"/files/en-us/web/api/cachestorage/open/index.md": { | |
"title": "CacheStorage.open()", | |
"slug": "Web/API/CacheStorage/open", | |
"tags": [ | |
"API", | |
"CacheStorage", | |
"Experimental", | |
"Method", | |
"Reference", | |
"Service Workers", | |
"Service worker API", | |
"ServiceWorker", | |
"open" | |
], | |
"browser-compat": "api.CacheStorage.open" | |
}, | |
"/files/en-us/web/api/canvas_api/a_basic_ray-caster/index.md": { | |
"title": "A basic ray-caster", | |
"slug": "Web/API/Canvas_API/A_basic_ray-caster", | |
"tags": ["Advanced", "Canvas", "Example", "Graphics", "HTML", "Web"] | |
}, | |
"/files/en-us/web/api/canvas_api/index.md": { | |
"title": "Canvas API", | |
"slug": "Web/API/Canvas_API", | |
"tags": ["API", "Canvas", "Graphics", "JavaScript", "Overview", "Reference"] | |
}, | |
"/files/en-us/web/api/canvas_api/manipulating_video_using_canvas/index.md": { | |
"title": "Manipulating video using canvas", | |
"slug": "Web/API/Canvas_API/Manipulating_video_using_canvas", | |
"tags": [ | |
"API", | |
"Canvas", | |
"Chroma-Key", | |
"Editing", | |
"Guide", | |
"Manipulating", | |
"Video", | |
"effects" | |
] | |
}, | |
"/files/en-us/web/api/canvas_api/tutorial/advanced_animations/index.md": { | |
"title": "Advanced animations", | |
"slug": "Web/API/Canvas_API/Tutorial/Advanced_animations", | |
"tags": ["Canvas", "Graphics", "Tutorial"] | |
}, | |
"/files/en-us/web/api/canvas_api/tutorial/applying_styles_and_colors/index.md": { | |
"title": "Applying styles and colors", | |
"slug": "Web/API/Canvas_API/Tutorial/Applying_styles_and_colors", | |
"tags": ["Canvas", "Graphics", "HTML", "HTML5", "Intermediate", "Tutorial"] | |
}, | |
"/files/en-us/web/api/canvas_api/tutorial/basic_animations/index.md": { | |
"title": "Basic animations", | |
"slug": "Web/API/Canvas_API/Tutorial/Basic_animations", | |
"tags": ["Canvas", "Graphics", "HTML", "HTML5", "Intermediate", "Tutorial"] | |
}, | |
"/files/en-us/web/api/canvas_api/tutorial/basic_usage/index.md": { | |
"title": "Basic usage of canvas", | |
"slug": "Web/API/Canvas_API/Tutorial/Basic_usage", | |
"tags": ["Canvas", "Graphics", "HTML", "Intermediate", "Tutorial"] | |
}, | |
"/files/en-us/web/api/canvas_api/tutorial/compositing/example/index.md": { | |
"title": "Compositing example", | |
"slug": "Web/API/Canvas_API/Tutorial/Compositing/Example", | |
"tags": ["Canvas", "Example", "Graphics", "HTML", "HTML5", "Tutorial"] | |
}, | |
"/files/en-us/web/api/canvas_api/tutorial/compositing/index.md": { | |
"title": "Compositing and clipping", | |
"slug": "Web/API/Canvas_API/Tutorial/Compositing", | |
"tags": ["Canvas", "Graphics", "HTML", "HTML5", "Intermediate", "Tutorial"] | |
}, | |
"/files/en-us/web/api/canvas_api/tutorial/drawing_shapes/index.md": { | |
"title": "Drawing shapes with canvas", | |
"slug": "Web/API/Canvas_API/Tutorial/Drawing_shapes", | |
"tags": [ | |
"Canvas", | |
"Graphics", | |
"HTML", | |
"HTML Canvas", | |
"HTML5", | |
"Intermediate", | |
"Tutorial" | |
] | |
}, | |
"/files/en-us/web/api/canvas_api/tutorial/drawing_text/index.md": { | |
"title": "Drawing text", | |
"slug": "Web/API/Canvas_API/Tutorial/Drawing_text", | |
"tags": ["Canvas", "Graphics", "Intermediate", "Tutorial"] | |
}, | |
"/files/en-us/web/api/canvas_api/tutorial/finale/index.md": { | |
"title": "Finale", | |
"slug": "Web/API/Canvas_API/Tutorial/Finale", | |
"tags": ["Canvas", "Graphics", "Tutorial"] | |
}, | |
"/files/en-us/web/api/canvas_api/tutorial/index.md": { | |
"title": "Canvas tutorial", | |
"slug": "Web/API/Canvas_API/Tutorial", | |
"tags": [ | |
"Canvas", | |
"Graphics", | |
"Guide", | |
"HTML", | |
"HTML5", | |
"Intermediate", | |
"Web" | |
] | |
}, | |
"/files/en-us/web/api/canvas_api/tutorial/optimizing_canvas/index.md": { | |
"title": "Optimizing canvas", | |
"slug": "Web/API/Canvas_API/Tutorial/Optimizing_canvas", | |
"tags": ["Advanced", "Canvas", "Graphics", "HTML", "HTML5", "Tutorial"] | |
}, | |
"/files/en-us/web/api/canvas_api/tutorial/pixel_manipulation_with_canvas/index.md": { | |
"title": "Pixel manipulation with canvas", | |
"slug": "Web/API/Canvas_API/Tutorial/Pixel_manipulation_with_canvas", | |
"tags": ["Canvas", "Graphics", "Intermediate", "Tutorial"] | |
}, | |
"/files/en-us/web/api/canvas_api/tutorial/transformations/index.md": { | |
"title": "Transformations", | |
"slug": "Web/API/Canvas_API/Tutorial/Transformations", | |
"tags": [ | |
"Canvas", | |
"Graphics", | |
"Guide", | |
"HTML", | |
"HTML5", | |
"Intermediate", | |
"Web" | |
] | |
}, | |
"/files/en-us/web/api/canvas_api/tutorial/using_images/index.md": { | |
"title": "Using images", | |
"slug": "Web/API/Canvas_API/Tutorial/Using_images", | |
"tags": ["Advanced", "Canvas", "Graphics", "HTML", "Tutorial"] | |
}, | |
"/files/en-us/web/api/canvascapturemediastreamtrack/canvas/index.md": { | |
"title": "CanvasCaptureMediaStreamTrack.canvas", | |
"slug": "Web/API/CanvasCaptureMediaStreamTrack/canvas", | |
"tags": [ | |
"Canvas", | |
"CanvasCaptureMediaStreamTrack", | |
"Experimental", | |
"Frame Capture", | |
"Media Capture", | |
"Property", | |
"Read-only", | |
"Reference", | |
"Web" | |
], | |
"browser-compat": "api.CanvasCaptureMediaStreamTrack.canvas" | |
}, | |
"/files/en-us/web/api/canvascapturemediastreamtrack/index.md": { | |
"title": "CanvasCaptureMediaStreamTrack", | |
"slug": "Web/API/CanvasCaptureMediaStreamTrack", | |
"tags": [ | |
"CanvasCaptureMediaStreamTrack", | |
"Experimental", | |
"Frame Capture", | |
"Interface", | |
"Media", | |
"Media Capture", | |
"Reference", | |
"Web" | |
], | |
"browser-compat": "api.CanvasCaptureMediaStreamTrack" | |
}, | |
"/files/en-us/web/api/canvascapturemediastreamtrack/requestframe/index.md": { | |
"title": "CanvasCaptureMediaStreamTrack.requestFrame()", | |
"slug": "Web/API/CanvasCaptureMediaStreamTrack/requestFrame", | |
"tags": [ | |
"Canvas", | |
"CanvasCaptureMediaStream", | |
"DOM", | |
"Experimental", | |
"Frame Capture", | |
"Media", | |
"Method", | |
"Reference", | |
"requestFrame" | |
], | |
"browser-compat": "api.CanvasCaptureMediaStreamTrack.requestFrame" | |
}, | |
"/files/en-us/web/api/canvasgradient/addcolorstop/index.md": { | |
"title": "CanvasGradient.addColorStop()", | |
"slug": "Web/API/CanvasGradient/addColorStop", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasGradient", | |
"Gradients", | |
"Method", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasGradient.addColorStop" | |
}, | |
"/files/en-us/web/api/canvasgradient/index.md": { | |
"title": "CanvasGradient", | |
"slug": "Web/API/CanvasGradient", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasGradient", | |
"Gradients", | |
"Interface", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasGradient" | |
}, | |
"/files/en-us/web/api/canvasimagesource/index.md": { | |
"title": "CanvasImageSource", | |
"slug": "Web/API/CanvasImageSource", | |
"tags": ["API", "Canvas", "Helper", "Reference"] | |
}, | |
"/files/en-us/web/api/canvaspattern/index.md": { | |
"title": "CanvasPattern", | |
"slug": "Web/API/CanvasPattern", | |
"tags": ["API", "Canvas", "Interface", "Reference"], | |
"browser-compat": "api.CanvasPattern" | |
}, | |
"/files/en-us/web/api/canvaspattern/settransform/index.md": { | |
"title": "CanvasPattern.setTransform()", | |
"slug": "Web/API/CanvasPattern/setTransform", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasPattern", | |
"Experimental", | |
"Method", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasPattern.setTransform" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/arc/index.md": { | |
"title": "CanvasRenderingContext2D.arc()", | |
"slug": "Web/API/CanvasRenderingContext2D/arc", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Method", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.arc" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/arcto/index.md": { | |
"title": "CanvasRenderingContext2D.arcTo()", | |
"slug": "Web/API/CanvasRenderingContext2D/arcTo", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Method", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.arcTo" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/beginpath/index.md": { | |
"title": "CanvasRenderingContext2D.beginPath()", | |
"slug": "Web/API/CanvasRenderingContext2D/beginPath", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Method", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.beginPath" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/beziercurveto/index.md": { | |
"title": "CanvasRenderingContext2D.bezierCurveTo()", | |
"slug": "Web/API/CanvasRenderingContext2D/bezierCurveTo", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Method", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.bezierCurveTo" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/canvas/index.md": { | |
"title": "CanvasRenderingContext2D.canvas", | |
"slug": "Web/API/CanvasRenderingContext2D/canvas", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Property", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.canvas" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/clearrect/index.md": { | |
"title": "CanvasRenderingContext2D.clearRect()", | |
"slug": "Web/API/CanvasRenderingContext2D/clearRect", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Method", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.clearRect" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/clip/index.md": { | |
"title": "CanvasRenderingContext2D.clip()", | |
"slug": "Web/API/CanvasRenderingContext2D/clip", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Method", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.clip" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/closepath/index.md": { | |
"title": "CanvasRenderingContext2D.closePath()", | |
"slug": "Web/API/CanvasRenderingContext2D/closePath", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Method", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.closePath" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/createconicgradient/index.md": { | |
"title": "CanvasRenderingContext2D.createConicGradient()", | |
"slug": "Web/API/CanvasRenderingContext2D/createConicGradient", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Gradients", | |
"Conic", | |
"Method", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.createConicGradient" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/createimagedata/index.md": { | |
"title": "CanvasRenderingContext2D.createImageData()", | |
"slug": "Web/API/CanvasRenderingContext2D/createImageData", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Method", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.createImageData" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/createlineargradient/index.md": { | |
"title": "CanvasRenderingContext2D.createLinearGradient()", | |
"slug": "Web/API/CanvasRenderingContext2D/createLinearGradient", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Gradients", | |
"Method", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.createLinearGradient" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/createpattern/index.md": { | |
"title": "CanvasRenderingContext2D.createPattern()", | |
"slug": "Web/API/CanvasRenderingContext2D/createPattern", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Method", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.createPattern" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/createradialgradient/index.md": { | |
"title": "CanvasRenderingContext2D.createRadialGradient()", | |
"slug": "Web/API/CanvasRenderingContext2D/createRadialGradient", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Gradients", | |
"Method", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.createRadialGradient" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/currenttransform/index.md": { | |
"title": "CanvasRenderingContext2D.currentTransform", | |
"slug": "Web/API/CanvasRenderingContext2D/currentTransform", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Experimental", | |
"Property", | |
"Reference", | |
"Deprecated" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.currentTransform" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/direction/index.md": { | |
"title": "CanvasRenderingContext2D.direction", | |
"slug": "Web/API/CanvasRenderingContext2D/direction", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Experimental", | |
"Property", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.direction" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/drawfocusifneeded/index.md": { | |
"title": "CanvasRenderingContext2D.drawFocusIfNeeded()", | |
"slug": "Web/API/CanvasRenderingContext2D/drawFocusIfNeeded", | |
"tags": [ | |
"API", | |
"Accessibility", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Method", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.drawFocusIfNeeded" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/drawimage/index.md": { | |
"title": "CanvasRenderingContext2D.drawImage()", | |
"slug": "Web/API/CanvasRenderingContext2D/drawImage", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Method", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.drawImage" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/drawwidgetasonscreen/index.md": { | |
"title": "CanvasRenderingContext2D.drawWidgetAsOnScreen()", | |
"slug": "Web/API/CanvasRenderingContext2D/drawWidgetAsOnScreen", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Method", | |
"Non-standard", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.drawWidgetAsOnScreen" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/drawwindow/index.md": { | |
"title": "CanvasRenderingContext2D.drawWindow()", | |
"slug": "Web/API/CanvasRenderingContext2D/drawWindow", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Method", | |
"Non-standard", | |
"Reference", | |
"Deprecated" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.drawWindow" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/ellipse/index.md": { | |
"title": "CanvasRenderingContext2D.ellipse()", | |
"slug": "Web/API/CanvasRenderingContext2D/ellipse", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Method", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.ellipse" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/fill/index.md": { | |
"title": "CanvasRenderingContext2D.fill()", | |
"slug": "Web/API/CanvasRenderingContext2D/fill", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Method", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.fill" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/fillrect/index.md": { | |
"title": "CanvasRenderingContext2D.fillRect()", | |
"slug": "Web/API/CanvasRenderingContext2D/fillRect", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Method", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.fillRect" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/fillstyle/index.md": { | |
"title": "CanvasRenderingContext2D.fillStyle", | |
"slug": "Web/API/CanvasRenderingContext2D/fillStyle", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Property", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.fillStyle" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/filltext/index.md": { | |
"title": "CanvasRenderingContext2D.fillText()", | |
"slug": "Web/API/CanvasRenderingContext2D/fillText", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Draw String", | |
"Draw Text", | |
"Drawing Strings", | |
"Drawing Text", | |
"Fill Text", | |
"Filling Text", | |
"Method", | |
"Reference", | |
"Text", | |
"fillText" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.fillText" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/filter/index.md": { | |
"title": "CanvasRenderingContext2D.filter", | |
"slug": "Web/API/CanvasRenderingContext2D/filter", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Experimental", | |
"Property" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.filter" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/font/index.md": { | |
"title": "CanvasRenderingContext2D.font", | |
"slug": "Web/API/CanvasRenderingContext2D/font", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Property", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.font" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/getcontextattributes/index.md": { | |
"title": "CanvasRenderingContext2D.getContextAttributes()", | |
"slug": "Web/API/CanvasRenderingContext2D/getContextAttributes", | |
"tags": [ | |
"API", | |
"Method", | |
"Reference", | |
"Canvas", | |
"CanvasRenderingContext2D" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.getContextAttributes" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/getimagedata/index.md": { | |
"title": "CanvasRenderingContext2D.getImageData()", | |
"slug": "Web/API/CanvasRenderingContext2D/getImageData", | |
"tags": [ | |
"API", | |
"Canvas", | |
"Canvas API", | |
"CanvasRenderingContext2D", | |
"Cut", | |
"Graphics", | |
"Image", | |
"ImageData", | |
"Method", | |
"Reference", | |
"copy", | |
"getImageData", | |
"img" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.getImageData" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/getlinedash/index.md": { | |
"title": "CanvasRenderingContext2D.getLineDash()", | |
"slug": "Web/API/CanvasRenderingContext2D/getLineDash", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Method", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.getLineDash" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/gettransform/index.md": { | |
"title": "CanvasRenderingContext2D.getTransform()", | |
"slug": "Web/API/CanvasRenderingContext2D/getTransform", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Method", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.getTransform" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/globalalpha/index.md": { | |
"title": "CanvasRenderingContext2D.globalAlpha", | |
"slug": "Web/API/CanvasRenderingContext2D/globalAlpha", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Property", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.globalAlpha" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/globalcompositeoperation/index.md": { | |
"title": "CanvasRenderingContext2D.globalCompositeOperation", | |
"slug": "Web/API/CanvasRenderingContext2D/globalCompositeOperation", | |
"tags": [ | |
"API", | |
"Blending", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Compositing", | |
"Property", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.globalCompositeOperation" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/imagesmoothingenabled/index.md": { | |
"title": "CanvasRenderingContext2D.imageSmoothingEnabled", | |
"slug": "Web/API/CanvasRenderingContext2D/imageSmoothingEnabled", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Property", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.imageSmoothingEnabled" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/imagesmoothingquality/index.md": { | |
"title": "CanvasRenderingContext2D.imageSmoothingQuality", | |
"slug": "Web/API/CanvasRenderingContext2D/imageSmoothingQuality", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Experimental", | |
"Property", | |
"Reference", | |
"imageSmoothingQuality" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.imageSmoothingQuality" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/index.md": { | |
"title": "CanvasRenderingContext2D", | |
"slug": "Web/API/CanvasRenderingContext2D", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Games", | |
"Graphics", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/ispointinpath/index.md": { | |
"title": "CanvasRenderingContext2D.isPointInPath()", | |
"slug": "Web/API/CanvasRenderingContext2D/isPointInPath", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Method", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.isPointInPath" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/ispointinstroke/index.md": { | |
"title": "CanvasRenderingContext2D.isPointInStroke()", | |
"slug": "Web/API/CanvasRenderingContext2D/isPointInStroke", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Method", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.isPointInStroke" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/linecap/index.md": { | |
"title": "CanvasRenderingContext2D.lineCap", | |
"slug": "Web/API/CanvasRenderingContext2D/lineCap", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Property", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.lineCap" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/linedashoffset/index.md": { | |
"title": "CanvasRenderingContext2D.lineDashOffset", | |
"slug": "Web/API/CanvasRenderingContext2D/lineDashOffset", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Property", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.lineDashOffset" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/linejoin/index.md": { | |
"title": "CanvasRenderingContext2D.lineJoin", | |
"slug": "Web/API/CanvasRenderingContext2D/lineJoin", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Property", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.lineJoin" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/lineto/index.md": { | |
"title": "CanvasRenderingContext2D.lineTo()", | |
"slug": "Web/API/CanvasRenderingContext2D/lineTo", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Method", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.lineTo" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/linewidth/index.md": { | |
"title": "CanvasRenderingContext2D.lineWidth", | |
"slug": "Web/API/CanvasRenderingContext2D/lineWidth", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Property", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.lineWidth" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/measuretext/index.md": { | |
"title": "CanvasRenderingContext2D.measureText()", | |
"slug": "Web/API/CanvasRenderingContext2D/measureText", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Method", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.measureText" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/miterlimit/index.md": { | |
"title": "CanvasRenderingContext2D.miterLimit", | |
"slug": "Web/API/CanvasRenderingContext2D/miterLimit", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Property", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.miterLimit" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/moveto/index.md": { | |
"title": "CanvasRenderingContext2D.moveTo()", | |
"slug": "Web/API/CanvasRenderingContext2D/moveTo", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Method", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.moveTo" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/putimagedata/index.md": { | |
"title": "CanvasRenderingContext2D.putImageData()", | |
"slug": "Web/API/CanvasRenderingContext2D/putImageData", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Method", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.putImageData" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/quadraticcurveto/index.md": { | |
"title": "CanvasRenderingContext2D.quadraticCurveTo()", | |
"slug": "Web/API/CanvasRenderingContext2D/quadraticCurveTo", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Method", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.quadraticCurveTo" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/rect/index.md": { | |
"title": "CanvasRenderingContext2D.rect()", | |
"slug": "Web/API/CanvasRenderingContext2D/rect", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Method", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.rect" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/resettransform/index.md": { | |
"title": "CanvasRenderingContext2D.resetTransform()", | |
"slug": "Web/API/CanvasRenderingContext2D/resetTransform", | |
"tags": [ | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Experimental", | |
"Method", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.resetTransform" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/restore/index.md": { | |
"title": "CanvasRenderingContext2D.restore()", | |
"slug": "Web/API/CanvasRenderingContext2D/restore", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Method", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.restore" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/rotate/index.md": { | |
"title": "CanvasRenderingContext2D.rotate()", | |
"slug": "Web/API/CanvasRenderingContext2D/rotate", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Method", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.rotate" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/save/index.md": { | |
"title": "CanvasRenderingContext2D.save()", | |
"slug": "Web/API/CanvasRenderingContext2D/save", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Method", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.save" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/scale/index.md": { | |
"title": "CanvasRenderingContext2D.scale()", | |
"slug": "Web/API/CanvasRenderingContext2D/scale", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Method", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.scale" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/scrollpathintoview/index.md": { | |
"title": "CanvasRenderingContext2D.scrollPathIntoView()", | |
"slug": "Web/API/CanvasRenderingContext2D/scrollPathIntoView", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Experimental", | |
"Method", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.scrollPathIntoView" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/setlinedash/index.md": { | |
"title": "CanvasRenderingContext2D.setLineDash()", | |
"slug": "Web/API/CanvasRenderingContext2D/setLineDash", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Dashes", | |
"LInes", | |
"Method", | |
"Reference", | |
"patterns", | |
"setLineDash" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.setLineDash" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/settransform/index.md": { | |
"title": "CanvasRenderingContext2D.setTransform()", | |
"slug": "Web/API/CanvasRenderingContext2D/setTransform", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Method", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.setTransform" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/shadowblur/index.md": { | |
"title": "CanvasRenderingContext2D.shadowBlur", | |
"slug": "Web/API/CanvasRenderingContext2D/shadowBlur", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Property", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.shadowBlur" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/shadowcolor/index.md": { | |
"title": "CanvasRenderingContext2D.shadowColor", | |
"slug": "Web/API/CanvasRenderingContext2D/shadowColor", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Property", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.shadowColor" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/shadowoffsetx/index.md": { | |
"title": "CanvasRenderingContext2D.shadowOffsetX", | |
"slug": "Web/API/CanvasRenderingContext2D/shadowOffsetX", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Property", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.shadowOffsetX" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/shadowoffsety/index.md": { | |
"title": "CanvasRenderingContext2D.shadowOffsetY", | |
"slug": "Web/API/CanvasRenderingContext2D/shadowOffsetY", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Property", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.shadowOffsetY" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/stroke/index.md": { | |
"title": "CanvasRenderingContext2D.stroke()", | |
"slug": "Web/API/CanvasRenderingContext2D/stroke", | |
"tags": [ | |
"API", | |
"Canvas", | |
"CanvasRenderingContext2D", | |
"Method", | |
"Reference" | |
], | |
"browser-compat": "api.CanvasRenderingContext2D.stroke" | |
}, | |
"/files/en-us/web/api/canvasrenderingcontext2d/strokerect/index.md": { | |
"title": "CanvasRenderingContext2D.strokeRect()", | |
"slug": "Web/API/CanvasRenderingContext2D/strokeRect", | |
"tags": [ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment