pullrequests Search Results · user:sindresorhus language:swift archived:false is:public language:Swift language:HTML
Filter by
508 results
insindresorhus (press backspace or delete to remove)This should make it noticeably faster. However, it s a bit hacky since it needs to link with GCC s library, which brew
puts wherever it wants. Maybe it could be improved with injection of brew --prefix ...
Safari does support keyboard use during fullscreen. I can confirm this behavior 100% for Safari 11.1, and if it didn t
work before, then all HTML5 video players would fail to have space pause the video, ...
small update to readme
just a small update for the readme file.
This is probably not that big a deal but I felt like the Safari 5.1 detection regexp could be improved to avoid false
positives with (in decreasing order of importance):
- potentially upcoming versions: ...
Another stab at #9 and #17
Fixes #4
The onchange(function) and onerror(function) api doesn t allow you to easily remove previously registered event
listeners.
To overcome this I added on(event, function) and removeEventListener(event, function). ...
Unfortunately the last change broke some server environments (not the ember fastboot one, I tested). This should make it
good again.
https://github.com/sindresorhus/screenfull.js/pull/102#issuecomment-308375671 ...
Add second argument to multiDownload. It s a function which takes 3 arguments: url, index, urls. It s expected to return
new filename (string) for each url. Fixes #4 and #9.
Hi, this fixes a bug where document is undefined in non-browser environment.
I saw https://github.com/sindresorhus/screenfull.js/commit/aacee479770a8cdb77dc158609961434ad258995 but needed this
extra check ...