Coder Social home page Coder Social logo

Make port part of origin about webusb HOT 3 CLOSED

wicg avatar wicg commented on August 20, 2024
Make port part of origin

from webusb.

Comments (3)

beaufortfrancois avatar beaufortfrancois commented on August 20, 2024

It may not belong to the first version of the spec but I agree that origin port could be included if we're seeing custom origins.
cc @reillyeon

from webusb.

reillyeon avatar reillyeon commented on August 20, 2024

URL descriptors represent URLs, not origins so the structure would have to be a little more complex:

Offset  Field             Size  Value       Description
0       bLength           1     Number      Size of this descriptor.
1       bDescriptorType   1     Constant    WEBUSB_URL.
2       bScheme           1     Number      URL scheme.
3       bPort             2     Number      URL port.
5       Host Variable           String      UTF-8 encoded host, query and fragment.

Pragmatically, most URLs will use the default port for their scheme so we save 2 bytes in the usual case at the expense of requiring 2-7 in unusual cases and avoid an awkward parsing algorithm that requires replacing the port number after the URL has already been parsed.

from webusb.

reillyeon avatar reillyeon commented on August 20, 2024

The current URL descriptor encoding stores the port number as part of the URL. Only the scheme is handled specially since it will be present in all URLs.

from webusb.

Related Issues (20)

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.