Name Description Size
FontPreview.js Handler for the "theme-switched" event. 3566
HtmlPreview.js Response preview component Display HTML content within a sandbox enabled iframe 2207
ImagePreview.js 2567
moz.build 331
SourcePreview.js CodeMirror editor as a React component 5702
UrlPreview.js Url Preview Component This component is used to render urls. Its show both compact and destructured views of the url. Its takes a url and the http method as properties. Example Url: https://foo.com/bla?x=123&y=456&z=789&a=foo&a=bar Structure: { GET : { "scheme" : "https", "host" : "foo.com", "filename" : "bla", "query" : { "x": "123", "y": "456", "z": "789", "a": { "0": foo, "1": bar } }, "remote" : { "address" : "127.0.0.1:8080" } } } 8347