Coder Social home page Coder Social logo

requestr's People

Contributors

jamessimo avatar joseeight avatar munter avatar wiredearp avatar

Watchers

 avatar  avatar

Forkers

alexortiz201 bsuh

requestr's Issues

Create overall size delivered test

  • Create comparison of total file size loading via normal method and what Requestr and the API deliver
  • Also include test for embedded data URIs

Use original CSS strings and not interpreted strings

Some browsers, like Chrome, interpret and therefore change the original CSS rules, so it is best to parse for the URLs in the interpreted string but then use the original CSS string and replace the URLs in that string and not the interpreted one as it is currently happening. This will avoid interpretation errors and assure only the URLs are changed.

Support for IE 11 is broken

Since IE 11 wasn't released until after the initial build, it was never tested, and it is broken. The library breaks loading, and this needs to be fixed, could be a quirk of IE, as IE10 is fine.

Error:

SCRIPT438: Object doesn't support property or method 'addEventListener'
SCRIPT438: Object doesn't support property or method 'querySelector'

Seems like there is something happening with the window object.

Reload with IE10 and Firefox

Reloading the page seems to be broken, probably due to the API update, works fine on Chrome, but not on IE 10 or Firefox 31.

Getting error:

TypeError: j.Data is undefined

This should include adding a test case to ensure it won't happen again.

Initial OPTIONS requests (w/ CORS service)

To eliminate a delay upon loading, the library should create a XMLHttpRequest to the service end-point before the library is even parsed by the browser. This will ensure the OPTIONS request is made as soon as possible allowing the library to immediate request resources without the delay of the OPTIONS check (when using CORS).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.