mozilla Questions

4

Solved

Is it that all protocols implemented on top of TCP/ UDP are supported by chrome? Does HTTP/ HTTPS implementation somehow hides functioning SMTP or FTP in the background ? Do all browsers support ...
Endospore asked 9/9, 2015 at 8:42

6

I'm using open source library for PDF documents from mozilla(pdf.JS). When i'm trying to open pdf documents with bad quality, viewer displays it with VERY BAD quality. But if I open it in reader...
Michaelemichaelina asked 12/2, 2014 at 5:25

3

i need to find alternative to "msSaveOrOpenBlob ", that work on IE, for Firefox and Chrome. On Chrome in particular that not work and don't show the dialog box to chose if save or open fi...

7

Solved

Ok, I know neither of these properties are completely supported yet, but I'm using them anyway :P When I add a border-radius and box-shadow (with and without vendor prefixes), the radius of the bo...
Particularity asked 26/4, 2010 at 15:43

2

Solved

I have a Safari/Firefox/Chrome browser. My browser has devtools. Is there a way to happy send/edit websocket messages for existing connection? Or by plugin? Thank you

5

Solved

I am trying to load pdf from another server to the viewer of pdf.js in my server.I got error "PDF.js v1.4.20 (build: b15f335) Message: file origin does not match viewer's" I already check...
Alphonse asked 22/5, 2016 at 18:48

10

Solved

I am having problems understanding the concept of Array.map. I did go to Mozilla and Tutorials Point, but they provided very limited info regarding this. This is how I am using Array.map. It is a l...
Earthshine asked 28/6, 2013 at 15:6

6

Solved

I am trying to make MDN's Javascript Reference available for offline browsing (personal use). To spare me from running some sort of web crawler program or saving individual pages to create a ...
Towne asked 29/2, 2012 at 15:28

1

I am new to C and C++. I am trying to find small working example for any websocket library in C or C++ that can connect to websocket server. So, far I have explored, uWebsockets, libwebsockets, web...
Mcafee asked 3/9, 2021 at 22:28

2

I'm trying to load my content into an IFrame, so I implemented the Content-Security-Policy header: Content-Security-Policy: frame-ancestors http://*.example.com/abc.html. I am able to load the cont...
Kinshasa asked 1/9, 2021 at 16:37

2

Solved

I'm using the following function to copy some text to my clipboard: navigator.clipboard.writeText('Text to be copied').then(function() { console.log('Template copied to clipboard') }, function() {...
Alcina asked 5/9, 2018 at 5:3

12

Solved

Chrome and Safari are displaying a border around the image, but I don't want one. There is no border in Mozilla. I've looked through the CSS and HTML, and I can't find anything that is fixing it. ...
Kolodgie asked 20/1, 2011 at 3:19

3

Solved

I have a fixed box where I want to display my PDF's in rendered by PDF.js. As PDF.js documentation is not really accessible (spitting through their source files), I'd like to know whether it's poss...
Diatomic asked 23/10, 2012 at 19:51

0

I have an artist page on my website and I am fetching particular artist feed from facebook widget. But I have recently updated jQuery minified version to the latest and it stopped working. This pro...
Sebiferous asked 7/6, 2021 at 7:26

3

Solved

I' m trying to get notification for Mozilla. But it continuously throwing this error. The Notification permission may only be requested from inside a short running user-generated event handler....
Mellins asked 28/4, 2020 at 8:6

2

I need to update localStorage when document.cookie changes. Is there any way to set a listener, overwrite a prototype to act as middleware or some other pattern that would result in the ability to ...
Chamaeleon asked 21/2, 2012 at 8:55

3

The below code of HTML <video id="video" class="video" height="400" width="400" playsinline autoplay muted loop></video> and JavaScript var video = document.getElementById("video"...
Giesser asked 24/7, 2018 at 14:49

3

Solved

Until recently, one could conveniently download Mozilla's developer's documentation, developer.mozilla.org.tar.gz, for offline reading. However, Mozilla seems to have upgraded the documentation to ...

1

There's cases I when I want to run my front end as localhost and have it connect to a remote server for API requests. However, when trying to set cookies, Firefox won't allow it in cases where same...
Northington asked 3/12, 2020 at 17:11

3

I am using this code for finding current location latitude and longitude. $(document).ready(function() { if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(successFunction, e...
Rupture asked 9/7, 2013 at 5:18

3

I'm trying to develop PDfViewer Application using Mozilla's PDF.js (example here). It would be great if there is any github project as a reference. Thanks inadvance!!
Hirokohiroshi asked 29/3, 2018 at 4:53

3

https://github.com/mozilla/readability (readability.js is for creating a read view for web pages) How can I implement readability.js to this test Webpage The problem is, readability.js deletes the...
Polanco asked 10/6, 2020 at 22:38

2

This style works for e.g. chrome. p.ex1 { max-height: fit-content; height: 250px; border:solid 1px black; overflow: auto; } The intention is to use the whole height, with scrolling, if necessa...
Cape asked 6/6, 2018 at 14:14

0

When a site receives high traffic, the tab in Mozilla Firefox stops loading and displays this error message "PR_CONNECT_RESET_ERROR" as shown in screen shot. What I want is, the tab should conti...

1

I've been working with the voice/speech synthesis on Chrome and then I realized Firefox doesn't allow it by default and special permissions must be granted. By reading this article I could make th...
Chelseychelsie asked 22/7, 2016 at 14:34

© 2022 - 2024 — McMap. All rights reserved.